Skip to content

Instantly share code, notes, and snippets.

@airicbear
Last active November 19, 2024 04:58
Show Gist options
  • Save airicbear/6338b7481565796806be747a616a208e to your computer and use it in GitHub Desktop.
Save airicbear/6338b7481565796806be747a616a208e to your computer and use it in GitHub Desktop.

Run server

Run a server at some port.

Put Caddyfile in Program Files/caddy

Example:

nguyene.duckdns.org

redir /jellyfin /jellyfin/
reverse_proxy /jellyfin/* 127.0.0.1:8096


redir /vite /vite/
reverse_proxy /vite/* 127.0.0.1:5173

Run caddy

In the Program Files/caddy folder, run caddy run

DuckDNS

  1. Log into DuckDNS

  2. Get the token

  3. Open DuckDNS

  4. Paste subdomain + token + 5m interval

More info

https://jellyfin.org/docs/general/quick-start/windows#reverse-proxy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment