Compare commits

..

2 commits

Author SHA1 Message Date
komodo
d9ea8bc64b [Komodo] Commit Sync: update resources.toml 2025-07-03 20:22:03 +08:00
komodo
4d0436433d [Komodo] fern: Write Compose File: update qbittorrent/compose.yaml 2025-07-03 20:15:54 +08:00
2 changed files with 1 additions and 38 deletions

View file

@ -25,9 +25,6 @@ services:
- INJECT_TORRENTS=true - INJECT_TORRENTS=true
- INJECTION_LINK_DIRECTORY=/media/downloads/fertilizer/linked-data - INJECTION_LINK_DIRECTORY=/media/downloads/fertilizer/linked-data
- QBITTORRENT_URL=http://fern:${QBITTORRENT_PASS}@qbittorrent_gluetun:8080 - QBITTORRENT_URL=http://fern:${QBITTORRENT_PASS}@qbittorrent_gluetun:8080
networks:
default:
ipv4_address: 172.16.7.4
command: fertilizer -o /media/downloads/fertilizer/torrent-files -i /torrents/qBittorrent/BT_backup --server command: fertilizer -o /media/downloads/fertilizer/torrent-files -i /torrents/qBittorrent/BT_backup --server
user: 1000:1800 user: 1000:1800
@ -116,10 +113,6 @@ services:
networks: networks:
default: default:
ipam:
driver: default
config:
- subnet: 172.16.7.0/24
proxy: proxy:
external: true external: true
media: media:

View file

@ -11,7 +11,7 @@ enabled = true
name = "minecraft.local" name = "minecraft.local"
tags = ["spoonbill"] tags = ["spoonbill"]
[server.config] [server.config]
address = "https://10.0.1.105:8120" address = "https://10.0.1.101:8120"
enabled = true enabled = true
## ##
@ -280,22 +280,6 @@ run_directory = "mailserver"
## ##
[[stack]]
name = "memos"
tags = ["internal"]
[stack.config]
server = "docker.local"
links = ["https://memos.ferngarden.net"]
poll_for_updates = true
auto_update = true
linked_repo = "github"
run_directory = "memos"
environment = """
POSTGRES_PASSWORD=[[MEMOS_DB_PASSWORD]]
"""
##
[[stack]] [[stack]]
name = "metrics_docker_local" name = "metrics_docker_local"
tags = ["internal", "metrics"] tags = ["internal", "metrics"]
@ -427,20 +411,6 @@ MOLLY_VAPID_PRIVKEY=[[MOLLY_VAPID_PRIVKEY]]
## ##
[[stack]]
name = "obsidian-livesync"
tags = ["internal"]
[stack.config]
server = "docker.local"
auto_update = true
linked_repo = "github"
run_directory = "obsidian-livesync"
environment = """
COUCHDB_PASSWORD=[[OBSIDIAN_LIVESYNC_DB_PASSWORD]]
"""
##
[[stack]] [[stack]]
name = "paperless" name = "paperless"
tags = ["internal"] tags = ["internal"]