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

This reverts commit b3d6ca1af3.
This commit is contained in:
MSWS
2025-11-19 05:22:35 -08:00
parent b3d6ca1af3
commit 8154cf8ba8
5 changed files with 14 additions and 42 deletions

View File

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

View File

@@ -1,33 +0,0 @@
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,6 +41,10 @@ services:
restart: always restart: always
networks: networks:
- immich-internal - immich-internal
deploy:
resources:
limits:
cpus: '1'
redis: redis:
container_name: immich_redis container_name: immich_redis

View File

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

View File

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