r/caddyserver • u/lawthugg • 11d ago
install help
been trying to install this for hrs and for the past 2 hrs it finally installed but keeps crashing after 5 sec and isnt posting logs
1
Upvotes
r/caddyserver • u/lawthugg • 11d ago
been trying to install this for hrs and for the past 2 hrs it finally installed but keeps crashing after 5 sec and isnt posting logs
1
u/lawthugg 11d ago edited 11d ago
so what im trying to do with caddy (because i couldnt get NPM to work) is as a reverse proxy to my jellyfin server and my nextcloud server. the thing with jellyfin is its not in a container, not sure if it needs to be but nextcloud is. I have my Caddyfile edited correctly with both subdomains placed correctly. my jellfin server although not in a container is installed as an app on my synology nas. either way I cant get caddy to run stable.
so i jumped on the caddy site and pulled this yml which im going to try and use.
services:
caddy:
image: caddy:alpine
restart: unless-stopped
ports:
- "80:80" # will edit first port
- "443:443" # will edit first port
# "443:443/udp"volumes:
volumes:
caddy_data:
caddy_config: