Closed gosndka closed 1 year ago
First, click create fork. Then look here.
First, click create fork. Then look here.
Okay thanks should I only check the template section? I am unable to find understand the next step that is the second point
Okay thanks should I only check the template section? I am unable to find understand the next step that is the second point
Just check the template section. Then go back to "Code" tab, a new "Use this template" button will show up in your fork repo.
Okay thanks should I only check the template section? I am unable to find understand the next step that is the second point
Just check the template section. Then go back to "Code" tab, a new "Use this template" button will show up in your fork repo.
Thank you so much for the help. Appreciate it
@wy580477 getting error while opening on doprax
@wy580477 getting error while opening on doprax
It's likely due to high load on Doprax's servers.
@wy580477 getting error while opening on doprax
It's likely due to high load on Doprax's servers.
I see but how does one check this? And I checked the logs and it shows like this
I see but how does one check this? And I checked the logs and it shows like this
You deployed wrong branch. Use Doprax branch.
I see but how does one check this? And I checked the logs and it shows like this
You deployed wrong branch. Use Doprax branch.
@wy580477 It seems that other users app are working while mine shows gateway timeout, any help
@wy580477 It seems that other users app are working while mine shows gateway timeout, any help
I also encountered 503 error. It's likely that Doprax service has degraded due to high load.
@wy580477 It seems that other users app are working while mine shows gateway timeout, any help
I also encountered 503 error. It's likely that Doprax service has degraded due to high load.
Then doprax is dead too?
Then doprax is dead too?
It probably either has to enforce strict resource usage limit or goes down. I don't see their current bussiness strategy could last long.
Then doprax is dead too?
It probably either has to enforce strict resource usage limit or goes down. I don't see their current bussiness strategy could last long.
They are asking for my app url, can I share it with them? Since they could easily trace it to back to this repo, wouldn't they ban it?
They are asking for my app url, can I share it with them? Since they could easily trace it to back to this repo, wouldn't they ban it?
I have added cloudflared to doprax branch, so user can use cloudflared tunnel to bypass doprax's unstable HTTP Router.
You will need a domain managed by cloudflare, test.test for example.
Download Cloudflared
Run "cloudflared login", then it will give a link for binding your domian.
Run "cloudflared tunnel create tunnel_name", then it will generate a JSON file.
cloudflared tunnel create mytunnel
Run "cloudflared tunnel route dns tunnel_name tunnel.test.test", this will add a cname record. You can choose any third-level domain as you want.
cloudflared tunnel route dns mytunnel mytunnel.test.test
During Deployment, add one more environment variables: "ArgoDOMAIN" Fill json file content in ArgoJSON env.
They are asking for my app url, can I share it with them? Since they could easily trace it to back to this repo, wouldn't they ban it?
I have added cloudflared to doprax branch, so user can use cloudflared tunnel to bypass doprax's unstable HTTP Router.
You will need a domain managed by cloudflare, test.test for example.
1. Download [Cloudflared](https://github.com/cloudflare/cloudflared/releases) 2. Run "cloudflared login", then it will give a link for binding your domian. 3. Run "cloudflared tunnel create tunnel_name", then it will generate a JSON file. ``` cloudflared tunnel create mytunnel ``` 4. Run "cloudflared tunnel route dns tunnel_name tunnel.test.test", this will add a cname record. You can choose any third-level domain as you want. ``` cloudflared tunnel route dns mytunnel mytunnel.test.test ``` 5. During Deployment, add two environment variables: "ArgoDOMAIN" and "ArgoJSON". Fill json file content in ArgoJSON env and set ArgoDOMAIN env to the domain which was set in step 4.
cloudlfared is only for linux, I use windows so can't really test this out
cloudlfared is only for linux, I use windows so can't really test this out
Emm......
https://github.com/cloudflare/cloudflared/releases/download/2023.2.1/cloudflared-windows-amd64.exe
cloudlfared is only for linux, I use windows so can't really test this out
Emm......
https://github.com/cloudflare/cloudflared/releases/download/2023.2.1/cloudflared-windows-amd64.exe
My bad, didn't see the complete page
Also what should I do here? didn't understand the 2nd step
Also what should I do here? didn't understand the 2nd step
You need to have a domain on Cloudflare.
Also what should I do here? didn't understand the 2nd step
You need to have a domain on Cloudflare.
Well, damn. Is there no free alternative?
Well, damn. Is there no free alternative?
Since freenom is going to die, the only free way left is eu.org.
Hello, I know how to fork but what do you mean by click Setting on fork repository page and check Template repository. Click new button: Use this template,create a new repository。I don't seem to find any setting when I try to fork the repo. Can anyone help me out?