Compare commits

...

2 Commits

Author SHA1 Message Date
Lucas Conrad 9e584edd83 Update Gitea SSH domains and Homepage services URLs to git.kotori-waifu.cc
Production GitOps Engine / execute-ansible (push) Successful in 1m5s Details
2026-06-21 19:54:51 +02:00
Lucas Conrad c3c7ed52cb bla 2026-06-21 19:49:11 +02:00
3 changed files with 16 additions and 12 deletions

View File

@ -2,7 +2,7 @@
- Media Stack:
- Jellyfin:
icon: jellyfin.png
href: http://jellyfin.kotori-waifu
href: https://jellyfin.kotori-waifu.cc
description: Media Server
ping: http://10.0.10.68:8096
widget:
@ -12,7 +12,7 @@
- Jellyseerr:
icon: jellyseerr.png
href: http://jellyseer.kotori-waifu
href: https://jellyseer.kotori-waifu.cc
description: Media Requests
ping: http://10.0.10.68:5055
widget:
@ -22,20 +22,20 @@
- Komga:
icon: komga.png
href: http://goon.kotori-waifu
href: https://goon.kotori-waifu.cc
description: Manga Reader
ping: http://10.0.10.68:25600
- Immich:
icon: immich.png
href: http://immich.kotori-waifu
href: https://immich.kotori-waifu.cc
description: Images goes brrr
ping: http://10.0.10.68:2283
- Automation:
- Radarr:
icon: radarr.png
href: http://radarr.kotori-waifu
href: https://radarr.kotori-waifu.cc
description: Movie Management
ping: http://10.0.10.68:7878
widget:
@ -45,7 +45,7 @@
- Sonarr:
icon: sonarr.png
href: http://sonarr.kotori-waifu
href: https://sonarr.kotori-waifu.cc
description: TV Management
ping: http://10.0.10.68:8989
widget:
@ -55,7 +55,7 @@
- Prowlarr:
icon: prowlarr.png
href: http://prowlarr.kotori-waifu
href: https://prowlarr.kotori-waifu.cc
description: Indexer Manager
ping: http://10.0.10.68:9696
widget:
@ -65,7 +65,7 @@
- qBittorrent:
icon: qbittorrent.png
href: http://torrent.kotori-waifu
href: https://torrent.kotori-waifu.cc
description: Download Client
ping: http://10.0.10.68:8080
widget:
@ -89,7 +89,7 @@
- BookStack:
icon: bookstack.png
href: http://bookstack.kotori-waifu
href: https://bookstack.kotori-waifu.cc
description: Knowledge Base
ping: http://10.0.10.68:6875
@ -101,18 +101,18 @@
- Mealie:
icon: mealie.png
href: http://mealie.kotori-waifu
href: https://mealie.kotori-waifu.cc
description: Meal Planning
ping: http://10.0.10.68:9925
- Gitea:
icon: gitea.png
href: https://git.kotori-waifu
href: https://git.kotori-waifu.cc
description: Git Version Control
- Vaultwarden:
icon: vaultwarden.png
href: http://vault.kotori-waifu
href: https://vault.kotori-waifu.cc
description: Password Manager
ping: http://10.0.10.68:42088

View File

@ -10,6 +10,8 @@ services:
- GITEA__database__PASSWD=${DB_PASS}
- GITEA__server__ROOT_URL=https://git.kotori-waifu.cc
- GITEA__server__SSH_PORT=2222
- GITEA__server__SSH_DOMAIN=git.kotori-waifu.cc
- GITEA__server__DOMAIN=git.kotori-waifu.cc
- GITEA__server__LFS_START_SERVER=true
- GITEA__actions__ENABLED=true
volumes:

View File

@ -11,7 +11,9 @@ services:
- "--providers.docker.endpoint=unix:///var/run/docker.sock"
- "--providers.docker.exposedbydefault=false"
- "--entrypoints.web.address=:80"
- "--entrypoints.web.forwardedHeaders.trustedIPs=127.0.0.1/32,10.0.0.0/8,192.168.0.0/16,172.16.0.0/12"
- "--entrypoints.websecure.address=:443"
- "--entrypoints.websecure.forwardedHeaders.trustedIPs=127.0.0.1/32,10.0.0.0/8,192.168.0.0/16,172.16.0.0/12"
- "--log.level=DEBUG"
- "--certificatesresolvers.cloudflare.acme.dnschallenge=true"
- "--certificatesresolvers.cloudflare.acme.dnschallenge.provider=cloudflare"