Compare commits
No commits in common. "9e584edd83f1c89aa742338e8bb9a2f5ef41bf1a" and "e54567e7d72f8abe5e527f36aaea1a83ad8fff97" have entirely different histories.
9e584edd83
...
e54567e7d7
|
|
@ -2,7 +2,7 @@
|
|||
- Media Stack:
|
||||
- Jellyfin:
|
||||
icon: jellyfin.png
|
||||
href: https://jellyfin.kotori-waifu.cc
|
||||
href: http://jellyfin.kotori-waifu
|
||||
description: Media Server
|
||||
ping: http://10.0.10.68:8096
|
||||
widget:
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
- Jellyseerr:
|
||||
icon: jellyseerr.png
|
||||
href: https://jellyseer.kotori-waifu.cc
|
||||
href: http://jellyseer.kotori-waifu
|
||||
description: Media Requests
|
||||
ping: http://10.0.10.68:5055
|
||||
widget:
|
||||
|
|
@ -22,20 +22,20 @@
|
|||
|
||||
- Komga:
|
||||
icon: komga.png
|
||||
href: https://goon.kotori-waifu.cc
|
||||
href: http://goon.kotori-waifu
|
||||
description: Manga Reader
|
||||
ping: http://10.0.10.68:25600
|
||||
|
||||
- Immich:
|
||||
icon: immich.png
|
||||
href: https://immich.kotori-waifu.cc
|
||||
href: http://immich.kotori-waifu
|
||||
description: Images goes brrr
|
||||
ping: http://10.0.10.68:2283
|
||||
|
||||
- Automation:
|
||||
- Radarr:
|
||||
icon: radarr.png
|
||||
href: https://radarr.kotori-waifu.cc
|
||||
href: http://radarr.kotori-waifu
|
||||
description: Movie Management
|
||||
ping: http://10.0.10.68:7878
|
||||
widget:
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
- Sonarr:
|
||||
icon: sonarr.png
|
||||
href: https://sonarr.kotori-waifu.cc
|
||||
href: http://sonarr.kotori-waifu
|
||||
description: TV Management
|
||||
ping: http://10.0.10.68:8989
|
||||
widget:
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
|
||||
- Prowlarr:
|
||||
icon: prowlarr.png
|
||||
href: https://prowlarr.kotori-waifu.cc
|
||||
href: http://prowlarr.kotori-waifu
|
||||
description: Indexer Manager
|
||||
ping: http://10.0.10.68:9696
|
||||
widget:
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
|
||||
- qBittorrent:
|
||||
icon: qbittorrent.png
|
||||
href: https://torrent.kotori-waifu.cc
|
||||
href: http://torrent.kotori-waifu
|
||||
description: Download Client
|
||||
ping: http://10.0.10.68:8080
|
||||
widget:
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
|
||||
- BookStack:
|
||||
icon: bookstack.png
|
||||
href: https://bookstack.kotori-waifu.cc
|
||||
href: http://bookstack.kotori-waifu
|
||||
description: Knowledge Base
|
||||
ping: http://10.0.10.68:6875
|
||||
|
||||
|
|
@ -101,18 +101,18 @@
|
|||
|
||||
- Mealie:
|
||||
icon: mealie.png
|
||||
href: https://mealie.kotori-waifu.cc
|
||||
href: http://mealie.kotori-waifu
|
||||
description: Meal Planning
|
||||
ping: http://10.0.10.68:9925
|
||||
|
||||
- Gitea:
|
||||
icon: gitea.png
|
||||
href: https://git.kotori-waifu.cc
|
||||
href: https://git.kotori-waifu
|
||||
description: Git Version Control
|
||||
|
||||
- Vaultwarden:
|
||||
icon: vaultwarden.png
|
||||
href: https://vault.kotori-waifu.cc
|
||||
href: http://vault.kotori-waifu
|
||||
description: Password Manager
|
||||
ping: http://10.0.10.68:42088
|
||||
|
||||
|
|
|
|||
|
|
@ -10,8 +10,6 @@ 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:
|
||||
|
|
|
|||
|
|
@ -11,9 +11,7 @@ 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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue