Updates Mar 28 2026
Adding new cross-seed instance Adding external access to excalidraw Updated matrix-bots to include R34 API info (in .env file) Prevent qbittorrent clients from auto-restarting Adding homepage url environment variable
This commit is contained in:
@@ -33,6 +33,40 @@ services:
|
|||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.cross-seed2.rule=Host(`cross-seed2.nearfuture`)"
|
- "traefik.http.routers.cross-seed2.rule=Host(`cross-seed2.nearfuture`)"
|
||||||
- "traefik.http.routers.cross-seed2.entrypoints=web"
|
- "traefik.http.routers.cross-seed2.entrypoints=web"
|
||||||
|
cross-seed3:
|
||||||
|
image: ghcr.io/cross-seed/cross-seed:6
|
||||||
|
container_name: cross-seed3
|
||||||
|
user: 1029:1000 # this must match your torrent client (cross-seed does not support using PGID and PUID)
|
||||||
|
ports:
|
||||||
|
- "2470:2468"
|
||||||
|
volumes:
|
||||||
|
- /home/fejy/docker/cross-seed3:/config
|
||||||
|
- /mnt/AVARITIA/Share:/Avaritia/Share/
|
||||||
|
command: daemon
|
||||||
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.routers.cross-seed3.rule=Host(`cross-seed3.nearfuture`)"
|
||||||
|
- "traefik.http.routers.cross-seed3.entrypoints=web"
|
||||||
|
cross-seed-priv:
|
||||||
|
image: ghcr.io/cross-seed/cross-seed:6
|
||||||
|
container_name: cross-seed-priv
|
||||||
|
user: 1029:1000 # this must match your torrent client (cross-seed does not support using PGID and PUID)
|
||||||
|
ports:
|
||||||
|
- "2471:2468"
|
||||||
|
volumes:
|
||||||
|
- /home/fejy/docker/cross-seed-priv:/config
|
||||||
|
- /mnt/LUXURIA/Private:/mnt/LUXURIA/Private
|
||||||
|
command: daemon
|
||||||
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.routers.cross-seed-priv.rule=Host(`cross-seed-priv.nearfuture`)"
|
||||||
|
- "traefik.http.routers.cross-seed-priv.entrypoints=web"
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -12,8 +12,15 @@ services:
|
|||||||
- proxy
|
- proxy
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.excalidraw.rule=Host(`excalidraw.nearfuture`)"
|
- "traefik.http.routers.ex.rule=Host(`excalidraw.nearfuture`)"
|
||||||
- "traefik.http.routers.excalidraw.entrypoints=web"
|
- "traefik.http.routers.ex.entrypoints=web"
|
||||||
|
- "traefik.http.routers.ex-ssl.rule=Host(`excalidraw.nearfuture`)"
|
||||||
|
- "traefik.http.routers.ex-ssl.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.ex-ssl.tls=true"
|
||||||
|
- "traefik.http.routers.ex-ssl-ext.rule=Host(`excalidraw.nearfuture.industries`)"
|
||||||
|
- "traefik.http.routers.ex-ssl-ext.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.ex-ssl-ext.tls=true"
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
PUID: 1029 # optional, your user id
|
PUID: 1029 # optional, your user id
|
||||||
PGID: 994 # optional, your group id
|
PGID: 994 # optional, your group id
|
||||||
|
HOMEPAGE_ALLOWED_HOSTS: home.nearfuture
|
||||||
ports:
|
ports:
|
||||||
- 3069:3000
|
- 3069:3000
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
@@ -19,6 +19,9 @@ services:
|
|||||||
- /home/fejy/docker/matrix-bots/maubot/:/data:z
|
- /home/fejy/docker/matrix-bots/maubot/:/data:z
|
||||||
ports:
|
ports:
|
||||||
- 29316:29316
|
- 29316:29316
|
||||||
|
environment:
|
||||||
|
R34_API_KEY: ${R34_API_KEY}
|
||||||
|
R34_UID: ${R34_UID}
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
gluetun:
|
gluetun:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: unless-stopped
|
#restart: unless-stopped
|
||||||
|
|
||||||
qbittorrent2:
|
qbittorrent2:
|
||||||
image: lscr.io/linuxserver/qbittorrent:latest
|
image: lscr.io/linuxserver/qbittorrent:latest
|
||||||
@@ -100,7 +100,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
gluetun:
|
gluetun:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: unless-stopped
|
#restart: unless-stopped
|
||||||
|
|
||||||
qbittorrent3:
|
qbittorrent3:
|
||||||
image: lscr.io/linuxserver/qbittorrent:latest
|
image: lscr.io/linuxserver/qbittorrent:latest
|
||||||
@@ -117,7 +117,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
gluetun:
|
gluetun:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: unless-stopped
|
#restart: unless-stopped
|
||||||
|
|
||||||
|
|
||||||
qbittorrent_priv:
|
qbittorrent_priv:
|
||||||
@@ -137,7 +137,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
gluetun:
|
gluetun:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
restart: unless-stopped
|
#restart: unless-stopped
|
||||||
|
|
||||||
mam-api:
|
mam-api:
|
||||||
image: myanonamouse/seedboxapi
|
image: myanonamouse/seedboxapi
|
||||||
|
|||||||
Reference in New Issue
Block a user