Jellyfin Forum
Need help configuring caddy with ubuntu CLI - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Need help configuring caddy with ubuntu CLI (/t-need-help-configuring-caddy-with-ubuntu-cli)



Need help configuring caddy with ubuntu CLI - sevensin - 2023-08-08

can i ask template for caddyfile (for linux), using duckdns

and how do i install duckdns module in linux?


RE: Need help configuring caddy with ubuntu CLI - xaque - 2023-08-08

Here is the jellyfin docs describing a caddy setup.

https://jellyfin.org/docs/general/networking/caddy.html

Here is an example of the most basic setup.

example.com {
reverse_proxy 127.0.0.1:8096

Replace the example.com with your duckdns url.

On the duckdns.org website, click the install tab and follow one of the many Linux instructions.