So im sorry if this is the Wrong Sub more or less tho i did wanna ask if maybe one of you also selfhosts stuff as i am particulary having Issues with iocane ^^"
Mostly in the sense of that while Installation went succesful it did give me Issues regarding being unable to reach my Website which i selfhost via Caddy :(
Gave me an Error 421 if i remember correctly and i feel very stupid and embarassed that i cant solve it on my own as it is quite annoying >.<
Looks like there’s a problem with this site https://retro-hax.net/ sent back an error. Error code: 421 Misdirected Request Check to make sure you’ve typed the website address correctly.
My Caddyfile is quite Basic tho as it looks like this with iocane being outcommented right now due to the 421 Bug :P
user@retro-hax:/etc/caddy$ cat Website.caddy retro-hax.net { #@read method GET HEAD #reverse_proxy @read 127.0.0.1:42069 { # @fallback status 421 # handle_response @fallback #} root * /var/www/html/Website file_server { index Home.html } }
and yes i did open up Port 42069 on my Router to make sure it wasnt a Porting Issue X_X
Dran_Arcana@lemmy.world 1 day ago
If caddy is acting as a proxy for anything, you should not need to forward that port externally. Local host firewalls allowing traffic on your local network is sufficient.
Depending on your physical host layout you may be looking at an issue with nat reflection.
RetroHax@feddit.org 1 day ago
Well for me my Physical Host Layout how do you mean? O.o Like i just use Caddy as my Web Server running on Port 80 and 443 which are open physically on my Router >.> and i dont think i use a Proxy? >.> I infact dont even use a Firewall tho i probably should set that up sometimes XD
CompactFlax@discuss.tchncs.de 20 hours ago
Caddy is a proxy
Your router is almost certainly a firewall.