mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 07:33:36 +01:00
fresh install: connection refused #33
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 @perler on GitHub (Feb 3, 2025).
I followed the automatic setup instruction to the dot but get on https "connection refused", on http "forbidden". How do I enable logging to check what's going on?
@yusing commented on GitHub (Feb 3, 2025):
Hi, you can check the logs with
docker compose logs. Please send the logs here so I can check on what happened. Remember to redact sensitive information tho.@perler commented on GitHub (Feb 3, 2025):
hcr.io/yusing/go-proxy-frontend:latest looks good
ghcr.io/yusing/go-proxy:latest bring stuff like this:
@yusing commented on GitHub (Feb 3, 2025):
What url did you get forbidden from? Are you trying to access WebUI? Also seems like someone is scanning your domain with a.domain.com, b.domain.com, etc.
Could you send me your
compose.yml, as well asconfig/config.yml@yusing commented on GitHub (Feb 3, 2025):
Personally I suggest you not to expose GoDoxy to the internet, should use VPN like tailscale or Wireguard.
@perler commented on GitHub (Feb 3, 2025):
domain is patsplanet.cc, I try to access the web ui on https://gp.patsplanet.cc/
I had some docker containers run previously on the host but meanwhile
apt remove --purged docker and reainstalled it..compose.yml
config.yml
@perler commented on GitHub (Feb 3, 2025):
sure, will do later, when I have this running, it's just a test anyway right now..
@yusing commented on GitHub (Feb 3, 2025):
You haven't configured
autocertpart yet so https is not enabled. You need to setemail,domains,providerandoptionsto obtain certs from Let's Encrypt.CIDRWhitelist is forbidding your access, you can remove it as you're just testing it out.
@perler commented on GitHub (Feb 3, 2025):
ok, I see.
re 2. I was under the impression this whitelist is just for internal communication between proxy and frontend.
re 1. for some reason your .yml is not syntax checked in my VS code. something is wrong tho:
@yusing commented on GitHub (Feb 3, 2025):
Sorry for that, I've adjusted the default
config.yml. But let me clean it up for you first:Full
config.example.yml:@yusing commented on GitHub (Feb 3, 2025):
please let me know if it works for you
@perler commented on GitHub (Feb 5, 2025):
ok, this looks better, certificates are created, but I still get
@yusing commented on GitHub (Feb 5, 2025):
try changing
proxy.#1.porttoproxy..gp.port, some report that this does not work@perler commented on GitHub (Feb 5, 2025):
that did the trick, thanks!