Add RustDesk server and Caddy HTTPS reverse proxy
Proxy forgejo/jellyfin/rustdesk info under devopshomelab.com with Let's Encrypt, publish RustDesk hbbs/hbbr ports, and wire Forgejo ROOT_URL to https://forgejo.devopshomelab.com.
This commit is contained in:
parent
1a6f915f04
commit
0ddf1d3699
5 changed files with 175 additions and 12 deletions
|
|
@ -173,8 +173,14 @@ ufw_allow_ssh_from_anywhere: false
|
|||
|
||||
ufw_lan_tcp_ports:
|
||||
- { port: 22, comment: "SSH" }
|
||||
- { port: 80, comment: "Landing (Caddy)" }
|
||||
- { port: 80, comment: "Caddy HTTP / ACME" }
|
||||
- { port: 443, comment: "Caddy HTTPS" }
|
||||
- { port: 8080, comment: "qBittorrent" }
|
||||
- { port: 21115, comment: "RustDesk" }
|
||||
- { port: 21116, comment: "RustDesk" }
|
||||
- { port: 21117, comment: "RustDesk relay" }
|
||||
- { port: 21118, comment: "RustDesk" }
|
||||
- { port: 21119, comment: "RustDesk" }
|
||||
- { port: 8096, comment: "Jellyfin" }
|
||||
- { port: 8989, comment: "Sonarr" }
|
||||
- { port: 7878, comment: "Radarr" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue