All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
134 lines
2.8 KiB
Caddyfile
134 lines
2.8 KiB
Caddyfile
gitea.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy gitea:3000
|
|
}
|
|
|
|
glance.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy glance:8080
|
|
}
|
|
|
|
hoarder.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy hoarder:3000
|
|
}
|
|
|
|
immich.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy immich:2283
|
|
}
|
|
|
|
n8n.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy n8n:5678
|
|
}
|
|
|
|
navidrome.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy navidrome:4533
|
|
}
|
|
|
|
olivetin.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy olivetin:1337
|
|
}
|
|
|
|
paperless-ai.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy paperless-ai:3000
|
|
}
|
|
|
|
paperless.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy paperless-ngx:8000
|
|
}
|
|
|
|
portainer.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy portainer:9000
|
|
}
|
|
|
|
vaultwarden.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy vaultwarden:80
|
|
}
|
|
|
|
beszel.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy beszel:8090
|
|
}
|
|
|
|
dozzle.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy dozzle:8080
|
|
}
|
|
|
|
hastebin.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy hastebin:7777
|
|
}
|
|
|
|
habits.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy beaverhabits:8080
|
|
}
|
|
|
|
jellyfin.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy jellyfin:8096
|
|
}
|
|
|
|
qbittorrent.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy qbittorrent:2001
|
|
}
|
|
|
|
sabnzbd.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy sabnzbd:8080
|
|
}
|
|
|
|
sonarr.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy sonarr:8989
|
|
}
|
|
|
|
radarr.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy radarr:7878
|
|
}
|
|
|
|
lidarr.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy lidarr:8686
|
|
}
|
|
|
|
readarr.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy readarr:8787
|
|
}
|
|
|
|
bazarr.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy bazarr:6767
|
|
}
|
|
|
|
prowlarr.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy prowlarr:9696
|
|
}
|
|
|
|
gluetun.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy gluetun:8000
|
|
}
|
|
|
|
auth.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy authentik:9443
|
|
}
|
|
|
|
minio.theocorp {
|
|
tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem
|
|
reverse_proxy minio:9000
|
|
} |