Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/services/flaresolverr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ flaresolverr:
auth:
enabled: false
service_name: "flaresolverr"
image_name: "flaresolverr/flaresolverr:v3.3.25"
image_name: "flaresolverr/flaresolverr:v3.4.6"
18 changes: 18 additions & 0 deletions config/services/monica.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
wordpress:
dns:
enabled: false
internal: false
network:
internal: true
service_port: 80
networks:
- name: "br1"
ip_address: "192.168.4.202"
auth:
enabled: false
env:
- "MAIL_MAILER=log"
service_name: "monica"
image_name: "monica:4.1.2"
mounts:
- "/etc/localtime:/etc/localtime:ro"
48 changes: 24 additions & 24 deletions config/services/redis.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
redis:
dns:
enabled: false
network:
internal: true
service_port: 6379
networks:
- name: "br1"
ip_address: "192.168.4.116"
auth:
enabled: false
secrets:
REDIS_PASSWORD: "tower_redis_password"
REDIS_USERNAME: "tower_redis_username"
service_name: "redis"
image_name: "redis:alpine"
mounts:
- "/etc/localtime:/etc/localtime:ro"
- "/mnt/user/DataStore/redis-data:/data"
commands:
- "/bin/sh"
- "-c"
- "redis-server --appendonly yes --requirepass \"$${REDIS_PASSWORD:?REDIS_PASSWORD variable is not set}\" --user \"$${REDIS_USERNAME:?REDIS_USERNAME variable is not set}\" on > \"$${REDIS_PASSWORD:?REDIS_PASSWORD variable is not set}\" ~* allcommands --user default off nopass nocommands"
- ""
#redis:
# dns:
# enabled: false
# network:
# internal: true
# service_port: 6379
# networks:
# - name: "br1"
# ip_address: "192.168.4.116"
# auth:
# enabled: false
# secrets:
# REDIS_PASSWORD: "tower_redis_password"
# REDIS_USERNAME: "tower_redis_username"
# service_name: "redis"
# image_name: "redis:alpine"
# mounts:
# - "/etc/localtime:/etc/localtime:ro"
# - "/mnt/user/DataStore/redis-data:/data"
# commands:
# - "/bin/sh"
# - "-c"
# - "redis-server --appendonly yes --requirepass \"$${REDIS_PASSWORD:?REDIS_PASSWORD variable is not set}\" --user \"$${REDIS_USERNAME:?REDIS_USERNAME variable is not set}\" on > \"$${REDIS_PASSWORD:?REDIS_PASSWORD variable is not set}\" ~* allcommands --user default off nopass nocommands"
# - ""
4 changes: 2 additions & 2 deletions config/stacks/ai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
group: "AI"
icon: "https://cdn-icons-png.freepik.com/512/10852/10852297.png"
service_name: "ollama"
image_name: "ollama/ollama:0.12.0"
image_name: "ollama/ollama:0.13.3"
mounts:
- "/mnt/user/appdata/ollama:/root/.ollama"
env:
Expand All @@ -39,7 +39,7 @@
group: "AI"
icon: "https://cdn-icons-png.freepik.com/512/8246/8246323.png"
service_name: "n8n"
image_name: "n8nio/n8n:2.0.1"
image_name: "n8nio/n8n:2.0.2"
domain_name: "n8n.dcapi.app"
mounts:
- "/mnt/cache/appdata/n8n:/home/node/.n8n"
Expand Down
8 changes: 4 additions & 4 deletions config/stacks/arr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
group: "Arr"
icon: "https://static-00.iconduck.com/assets.00/prowlarr-icon-512x512-v9ekdjxx.png"
service_name: "prowlarr"
image_name: "linuxserver/prowlarr:2.0.5"
image_name: "linuxserver/prowlarr:2.3.0"
domain_name: "prowlarr.dcapi.app"
mounts:
- "/mnt/user/Arr/prowlarr-data:/config"
Expand All @@ -50,7 +50,7 @@
group: "Arr"
icon: "https://static-00.iconduck.com/assets.00/sonarr-icon-1024x1024-wkay604k.png"
service_name: "sonarr"
image_name: "linuxserver/sonarr:4.0.15"
image_name: "linuxserver/sonarr:4.0.16"
domain_name: "sonarr.dcapi.app"
mounts:
- "/mnt/user/Arr/sonarr-data:/config"
Expand All @@ -75,7 +75,7 @@
group: "Arr"
icon: "https://static-00.iconduck.com/assets.00/radarr-icon-462x512-bydv4e4f.png"
service_name: "radarr"
image_name: "linuxserver/radarr:5.27.5"
image_name: "linuxserver/radarr:6.0.4"
domain_name: "radarr.dcapi.app"
mounts:
- "/mnt/user/Arr/radarr-data:/config"
Expand All @@ -99,7 +99,7 @@
pass_secret: "lidarr_password"
group: "Arr"
service_name: "lidarr"
image_name: "linuxserver/lidarr:2.13.0-develop"
image_name: "linuxserver/lidarr:3.1.0"
mounts:
- "/mnt/user/Arr/lidarr-data:/config"
- "/mnt/user/Media:/media"
Expand Down
4 changes: 2 additions & 2 deletions config/stacks/media-servers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ media-servers:
icon: "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/jellyfin.png"
service_name: "jellyfin"
description: "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media."
image_name: "linuxserver/jellyfin:10.10.7"
image_name: "linuxserver/jellyfin:10.11.4"
enable_gpu: true
env:
- "PUID=0"
Expand All @@ -46,7 +46,7 @@ media-servers:
- "/mnt/user/appdata/jellyfin:/config"
- "/mnt/user/Cache/transcodes:/transcode"
plex:
image_name: "linuxserver/plex:1.42.1"
image_name: "linuxserver/plex:1.42.2"
service_name: "plex-home"
network_mode: "host"
enable_gpu: true
Expand Down