Tangenius
Explore posts from serversHHomarr
•Created by Tangenius on 11/11/2024 in #💬・get-help
Trying to deploy with helm
Hey, I am trying to deploy homarr with helm but the only output from the container I get is
sh: 0: cannot open ./scripts/run.sh: No such file
. Could someone help me understand what the purpose of this file is so I can figure out how to fix it? My config is public and visible here: https://github.com/Tanguille/cluster/tree/main/kubernetes/apps/default/homarr71 replies
CDCloudflare Developers
•Created by Tangenius on 3/12/2024 in #general-help
Problems using Origin TLS certs
I've always used certs created by certbot but learned they are not recommended if you use CF proxy. I recently converted my nginx config to use the origin certs from the CF dashboard. My website login page looks normal but as soon as I try to login it returns
Failed to load resource: the server responded with a status of 520 ()
and Response Status Error Code 520 from /login
. This is very confusing to me as this endpoint either returns 401 if you have the wrong credentials or 200 if it logs you in. What could this be?5 replies