From 9e584edd83f1c89aa742338e8bb9a2f5ef41bf1a Mon Sep 17 00:00:00 2001 From: Lucas Conrad Date: Sun, 21 Jun 2026 19:54:51 +0200 Subject: [PATCH] Update Gitea SSH domains and Homepage services URLs to git.kotori-waifu.cc --- docker/data/homepage/services.yaml | 24 +++++++++---------- .../stacks/00-core/gitea/docker-compose.yml | 2 ++ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/docker/data/homepage/services.yaml b/docker/data/homepage/services.yaml index cbd6aa9..c7022ec 100644 --- a/docker/data/homepage/services.yaml +++ b/docker/data/homepage/services.yaml @@ -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 diff --git a/docker/stacks/00-core/gitea/docker-compose.yml b/docker/stacks/00-core/gitea/docker-compose.yml index e94e3cf..30bf6fe 100644 --- a/docker/stacks/00-core/gitea/docker-compose.yml +++ b/docker/stacks/00-core/gitea/docker-compose.yml @@ -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: