Revert "Re-enable blog, update kuma, re-enable VPN"

This reverts commit f69e39b755.
This commit is contained in:
MSWS
2025-11-19 05:19:24 -08:00
parent fa2d374f95
commit b3d6ca1af3
5 changed files with 42 additions and 14 deletions

View File

@@ -64,16 +64,13 @@ photos.local.msws.xyz, photos.msws.xyz {
reverse_proxy immich_server:2283
}
torrent.local.msws.xyz {
reverse_proxy gluetun:8080
}
*.code.msws.xyz {
handle_path /* {
redir https://code.msws.xyz/proxy/{labels.3}{path}?{query} 302
}
}
:80, :443 {
handle_path /resume* {
rewrite * /MSWS/Resume/main/Resume.pdf

33
disabled/blog/compose.yml Normal file
View File

@@ -0,0 +1,33 @@
services:
chyrplite:
# image: ghcr.io/msws/docker-chyrp-lite:latest
image: docker.io/library/chryp-lite:test
container_name: chyrp-lite-default
restart: always
volumes:
- data:/data
- html:/var/www/html
networks:
- cloudflared
- chyrp_internal
database:
image: mariadb
restart: always
environment:
MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD}
MYSQL_DATABASE: ${MYSQL_DATABASE}
MYSQL_USER: ${MYSQL_USER}
MYSQL_PASSWORD: ${MYSQL_PASSWORD}
volumes:
- dbdata:/var/lib/mysql
networks:
- chyrp_internal
volumes:
data:
html:
dbdata:
networks:
cloudflared:
external: true
chyrp_internal:

View File

@@ -41,10 +41,6 @@ services:
restart: always
networks:
- immich-internal
deploy:
resources:
limits:
cpus: '1'
redis:
container_name: immich_redis

View File

@@ -28,7 +28,7 @@ services:
restart: always
networks:
- cloudflared
- torrent
- tor
radarr:
image: lscr.io/linuxserver/radarr:latest
@@ -44,7 +44,7 @@ services:
restart: always
networks:
- cloudflared
- torrent
- tor
sonarr:
image: lscr.io/linuxserver/sonarr:latest
@@ -60,7 +60,7 @@ services:
restart: always
networks:
- cloudflared
- torrent
- tor
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
@@ -75,7 +75,9 @@ services:
- "${PWD}/bittorrent/config"
- "${PWD}/downloads:/downloads"
restart: always
network_mode: "service:gluetun"
networks:
- cloudflared
- tor
prowlarr:
image: lscr.io/linuxserver/prowlarr:latest
@@ -88,7 +90,7 @@ services:
- ${PWD}/prowlar/config:/config
restart: always
networks:
- torrent
- tor
- cloudflared
gluetun:

View File

@@ -1,6 +1,6 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:2-slim
image: louislam/uptime-kuma:1
container_name: uptime-kuma
restart: always
volumes: