Compare commits

..

No commits in common. "9e584edd83f1c89aa742338e8bb9a2f5ef41bf1a" and "e54567e7d72f8abe5e527f36aaea1a83ad8fff97" have entirely different histories.

3 changed files with 12 additions and 16 deletions

View File

@ -2,7 +2,7 @@
- Media Stack: - Media Stack:
- Jellyfin: - Jellyfin:
icon: jellyfin.png icon: jellyfin.png
href: https://jellyfin.kotori-waifu.cc href: http://jellyfin.kotori-waifu
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: https://jellyseer.kotori-waifu.cc href: http://jellyseer.kotori-waifu
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: https://goon.kotori-waifu.cc href: http://goon.kotori-waifu
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: https://immich.kotori-waifu.cc href: http://immich.kotori-waifu
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: https://radarr.kotori-waifu.cc href: http://radarr.kotori-waifu
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: https://sonarr.kotori-waifu.cc href: http://sonarr.kotori-waifu
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: https://prowlarr.kotori-waifu.cc href: http://prowlarr.kotori-waifu
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: https://torrent.kotori-waifu.cc href: http://torrent.kotori-waifu
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: https://bookstack.kotori-waifu.cc href: http://bookstack.kotori-waifu
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: https://mealie.kotori-waifu.cc href: http://mealie.kotori-waifu
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.cc href: https://git.kotori-waifu
description: Git Version Control description: Git Version Control
- Vaultwarden: - Vaultwarden:
icon: vaultwarden.png icon: vaultwarden.png
href: https://vault.kotori-waifu.cc href: http://vault.kotori-waifu
description: Password Manager description: Password Manager
ping: http://10.0.10.68:42088 ping: http://10.0.10.68:42088

View File

@ -10,8 +10,6 @@ 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:

View File

@ -11,9 +11,7 @@ services:
- "--providers.docker.endpoint=unix:///var/run/docker.sock" - "--providers.docker.endpoint=unix:///var/run/docker.sock"
- "--providers.docker.exposedbydefault=false" - "--providers.docker.exposedbydefault=false"
- "--entrypoints.web.address=:80" - "--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.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" - "--log.level=DEBUG"
- "--certificatesresolvers.cloudflare.acme.dnschallenge=true" - "--certificatesresolvers.cloudflare.acme.dnschallenge=true"
- "--certificatesresolvers.cloudflare.acme.dnschallenge.provider=cloudflare" - "--certificatesresolvers.cloudflare.acme.dnschallenge.provider=cloudflare"