Update Gitea SSH domains and Homepage services URLs to git.kotori-waifu.cc
Production GitOps Engine / execute-ansible (push) Successful in 1m5s Details

This commit is contained in:
Lucas Conrad 2026-06-21 19:54:51 +02:00
parent c3c7ed52cb
commit 9e584edd83
2 changed files with 14 additions and 12 deletions

View File

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

View File

@ -10,6 +10,8 @@ services:
- GITEA__database__PASSWD=${DB_PASS} - GITEA__database__PASSWD=${DB_PASS}
- GITEA__server__ROOT_URL=https://git.kotori-waifu.cc - GITEA__server__ROOT_URL=https://git.kotori-waifu.cc
- GITEA__server__SSH_PORT=2222 - 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__server__LFS_START_SERVER=true
- GITEA__actions__ENABLED=true - GITEA__actions__ENABLED=true
volumes: volumes: