mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 07:33:36 +01:00
could godoxy run not in 80/443 #86
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @coracoo on GitHub (Jun 3, 2025).
Hello, is there anyway donot use 80/443? cause I use NAS at home ,and there is no 80/443 for me .
Also, I try to use another port in .env such like 38080/38443
but only http port works.

And I try to login the domin ex.XXX.com:38080,it returns
no such route: godoxy@yusing commented on GitHub (Jun 3, 2025):
You must have autocert configured in order to use https.
You must have WebUI running, with container name (or
proxy.aliasset to godoxy) in order to access via godoxy.domain.com. Also,network_modeis required to set tohost.@coracoo commented on GitHub (Jun 3, 2025):
I use the default compose.yaml , and only change
.env, now this is myconfig.yaml, still not workand also I put .pem in certs ,
tree -L 2@yusing commented on GitHub (Jun 3, 2025):
Specify
key_pathandcert_pathlike this:預設是
certs/cert.crt,certs/priv.key@yusing commented on GitHub (Jun 3, 2025):
https://docs.godoxy.dev/Certificates-and-domain-matching
@coracoo commented on GitHub (Jun 3, 2025):
omg! XD, it works , thx ! it's a wonderful app.
I would share it in my blog .
@yusing commented on GitHub (Jun 3, 2025):
Amazing, thanks. Could you share with me the link to the post after that?
@coracoo commented on GitHub (Jun 3, 2025):
of course, I will share the URL when I complete it
@death4444 commented on GitHub (Oct 29, 2025):
哈哈,活捉ZDM大佬,我也是看了你贴才关注到这个好项目的,但一般人真部署不了。
@yusing commented on GitHub (Oct 29, 2025):
其實CLI環境下就只是跑個安裝腳本的事而已,OnePanel, CasaOS等等反而會讓事情變複雜...