Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
edb38f21c6 | ||
|
|
dcbfa78cdd | ||
|
|
8312372039 | ||
|
|
0ff7081889 |
+112
-117
@@ -1,133 +1,128 @@
|
|||||||
version: "3.8"
|
version: '3.8'
|
||||||
services:
|
services:
|
||||||
beszel:
|
deemix:
|
||||||
image: henrygd/beszel:latest
|
image: ghcr.io/bambanah/deemix:latest
|
||||||
container_name: beszel
|
container_name: Deemix
|
||||||
restart: unless-stopped
|
|
||||||
extra_hosts:
|
|
||||||
- host.docker.internal:host-gateway
|
|
||||||
# ports:
|
|
||||||
# - 8090:8090
|
|
||||||
networks:
|
|
||||||
- bragi-local
|
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/beszel-container/beszel_data:/beszel_data
|
- /mnt/hdd/Media/Music:/downloads
|
||||||
|
- /opt/02_media_downloader/deemix:/config
|
||||||
glance:
|
|
||||||
image: glanceapp/glance
|
|
||||||
container_name: glance
|
|
||||||
restart: unless-stopped
|
|
||||||
networks:
|
|
||||||
- bragi-local
|
|
||||||
volumes:
|
|
||||||
- /opt/dashboard/config:/app/config
|
|
||||||
- /opt/dashboard/assets:/app/assets
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
||||||
# ports:
|
|
||||||
# - 8080:8080
|
|
||||||
# env_file: .env
|
|
||||||
|
|
||||||
|
|
||||||
termix:
|
|
||||||
image: ghcr.io/lukegus/termix:release-2.2.1
|
|
||||||
container_name: termix
|
|
||||||
restart: unless-stopped
|
|
||||||
# ports:
|
|
||||||
# - '8080:8080'
|
|
||||||
volumes:
|
|
||||||
- /opt/01_admin/termix/:/app/data
|
|
||||||
# environment:
|
|
||||||
# PORT: '8080'
|
|
||||||
depends_on:
|
|
||||||
- guacd
|
|
||||||
networks:
|
|
||||||
- bragi-local
|
|
||||||
|
|
||||||
termix-new:
|
|
||||||
image: ghcr.io/lukegus/termix:latest
|
|
||||||
container_name: termix-new
|
|
||||||
restart: unless-stopped
|
|
||||||
# ports:
|
|
||||||
# - '8080:8080'
|
|
||||||
volumes:
|
|
||||||
- /opt/01_admin/termix-new/:/app/data
|
|
||||||
# environment:
|
|
||||||
# PORT: '8080'
|
|
||||||
networks:
|
|
||||||
- bragi-local
|
|
||||||
|
|
||||||
guacd:
|
|
||||||
image: guacamole/guacd:1.6.0
|
|
||||||
container_name: guacd
|
|
||||||
restart: unless-stopped
|
|
||||||
# ports:
|
|
||||||
# - "4822:4822"
|
|
||||||
networks:
|
|
||||||
- bragi-local
|
|
||||||
|
|
||||||
ntfy:
|
|
||||||
image: binwiederhier/ntfy
|
|
||||||
container_name: ntfy
|
|
||||||
environment:
|
environment:
|
||||||
- NTFY_BASE_URL=https://ntfy.doeringer.eu
|
- DEEMIX_SINGLE_USER=true
|
||||||
|
# ports:
|
||||||
|
# - '6595:6595'
|
||||||
networks:
|
networks:
|
||||||
- bragi-local
|
- bragi-local
|
||||||
command:
|
|
||||||
- serve
|
|
||||||
volumes:
|
|
||||||
- /opt/01_admin/ntfy:/var/cache/ntfy
|
|
||||||
- /etc/ntfy:/etc/ntfy
|
|
||||||
# ports:
|
|
||||||
# - 80:80
|
|
||||||
|
|
||||||
code-server:
|
|
||||||
image: lscr.io/linuxserver/code-server:latest
|
|
||||||
container_name: code-server
|
|
||||||
environment:
|
|
||||||
- PUID=1000
|
|
||||||
- PGID=1000
|
|
||||||
- TZ=Europe/Berlin
|
|
||||||
- PASSWORD=${PASSWORD_CODE}
|
|
||||||
- DEFAULT_WORKSPACE=/home/share/Repositories/Automation
|
|
||||||
volumes:
|
|
||||||
- /opt/01_admin/code/config:/config
|
|
||||||
- /home/share/Repositories/Automation:/home/share/Repositories/Automation
|
|
||||||
networks:
|
|
||||||
- bragi-local
|
|
||||||
# ports:
|
|
||||||
# - 8443:8443
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
remotepower:
|
seerr:
|
||||||
image: ghcr.io/tyxak/remotepower:latest # or `build: .` to build locally
|
image: ghcr.io/seerr-team/seerr:latest
|
||||||
container_name: remotepower
|
init: true
|
||||||
|
container_name: Seerr
|
||||||
|
volumes:
|
||||||
|
- /opt/download/seerr/config:/app/config
|
||||||
|
ports:
|
||||||
|
- '5055:5055'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- bragi-local
|
- bragi-local
|
||||||
# ports:
|
|
||||||
# - "443:8443" # HTTPS — self-signed by default
|
|
||||||
# - "80:8080" # HTTP — health, /ca.crt, redirects to HTTPS
|
|
||||||
# environment:
|
|
||||||
# HTTPS on first boot, no cert wrangling. Set RP_TLS_HOST to your address:
|
|
||||||
# RP_TLS_SELFSIGNED: "1"
|
|
||||||
# RP_TLS_HOST: "${RP_TLS_HOST:-localhost}"
|
|
||||||
volumes:
|
|
||||||
- /opt/01_admin/remotepower:/var/lib/remotepower
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "python3", "-c",
|
test: wget --no-verbose --tries=1 --spider http://localhost:5055/api/v1/settings/public || exit 1
|
||||||
"import urllib.request,sys; sys.exit(0 if urllib.request.urlopen('http://localhost:8080/api/health',timeout=4).status==200 else 1)"]
|
start_period: 20s
|
||||||
interval: 60s
|
timeout: 3s
|
||||||
timeout: 5s
|
interval: 15s
|
||||||
start_period: 15s
|
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
||||||
|
# qbittorrent:
|
||||||
|
# image: lscr.io/linuxserver/qbittorrent:latest
|
||||||
|
# container_name: qbittorrent
|
||||||
|
# volumes:
|
||||||
|
# - /opt/download/qbittorrent/config:/config
|
||||||
|
# - /mnt/big/Media/Film:/downloads
|
||||||
|
# environment:
|
||||||
|
# - WEBUI_PORT=8088
|
||||||
|
# network_mode: service:gluetun
|
||||||
|
# restart: unless-stopped
|
||||||
|
|
||||||
|
slskd:
|
||||||
|
image: slskd/slskd
|
||||||
|
container_name: slskd
|
||||||
|
user: "1000:1000"
|
||||||
|
environment:
|
||||||
|
- SLSKD_REMOTE_CONFIGURATION=true
|
||||||
|
volumes:
|
||||||
|
- /opt/02_media_downloader/slskd/:/app
|
||||||
|
- /mnt/hdd/Media/incomplete:/downloads/incomplete
|
||||||
|
- /mnt/hdd/Media/Music:/downloads/complete
|
||||||
|
network_mode: service:gluetun
|
||||||
|
restart: always
|
||||||
|
|
||||||
|
sabnzbd:
|
||||||
|
image: lscr.io/linuxserver/sabnzbd:latest
|
||||||
|
container_name: sabnzbd
|
||||||
|
volumes:
|
||||||
|
- /opt/download/sabnzbd/config:/config
|
||||||
|
- /mnt/big/Media/incomplete:/incomplete-downloads
|
||||||
|
- /mnt/big/Media/Film:/downloads
|
||||||
|
network_mode: service:gluetun
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
prowlarr:
|
||||||
|
image: lscr.io/linuxserver/prowlarr:latest
|
||||||
|
container_name: Prowlarr
|
||||||
|
volumes:
|
||||||
|
- /opt/download/prowlarr/config:/config
|
||||||
|
network_mode: service:gluetun
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
radarr:
|
||||||
|
image: lscr.io/linuxserver/radarr:latest
|
||||||
|
container_name: Radarr
|
||||||
|
volumes:
|
||||||
|
- /opt/download/radarr/config:/config
|
||||||
|
- /mnt/big/Media/Film/movies:/downloads
|
||||||
|
- /mnt/big/Media/Films:/movies
|
||||||
|
network_mode: service:gluetun
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
sonarr:
|
||||||
volumes:
|
image: lscr.io/linuxserver/sonarr:latest
|
||||||
remotepower_data:
|
container_name: sonarr
|
||||||
termix-data:
|
volumes:
|
||||||
driver: local
|
- /opt/download/sonarr/data:/config
|
||||||
|
- /mnt/big/Media/Film/Series:/downloads
|
||||||
|
- /mnt/big/Media/Series:/tv
|
||||||
|
network_mode: service:gluetun
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
gluetun:
|
||||||
|
image: qmcgaw/gluetun
|
||||||
|
container_name: gluetun
|
||||||
|
cap_add:
|
||||||
|
- NET_ADMIN
|
||||||
|
- NET_RAW
|
||||||
|
sysctls:
|
||||||
|
- net.ipv6.conf.all.disable_ipv6=0
|
||||||
|
devices:
|
||||||
|
- /dev/net/tun:/dev/net/tun
|
||||||
|
volumes:
|
||||||
|
- /opt/download/gluetun:/gluetun
|
||||||
|
environment:
|
||||||
|
- VPN_SERVICE_PROVIDER=protonvpn
|
||||||
|
- VPN_TYPE=openvpn
|
||||||
|
- OPENVPN_USER=${USER}
|
||||||
|
- OPENVPN_PASSWORD=${Password}
|
||||||
|
# - SERVER_COUNTRIES=Bulgaria
|
||||||
|
- UPDATER_PERIOD=24h
|
||||||
|
ports:
|
||||||
|
- '6881:6881' # Torrent port forwarding (Crucial for Gluetun)
|
||||||
|
- '7878:7878' # Radarr
|
||||||
|
- '8087:8080' # Sabnzbd (Internal 8080 -> External 8088)
|
||||||
|
- '8989:8989' # Sonarr
|
||||||
|
- '9696:9696' # Prowlarr
|
||||||
|
- "5030:5030" # slskd HTTP
|
||||||
|
- "5031:5031" # slskd HTTPS
|
||||||
|
- "50300:50300" # slskd Incoming Connections
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
bragi-local:
|
bragi-local:
|
||||||
|
|||||||
-94
@@ -1,94 +0,0 @@
|
|||||||
pages:
|
|
||||||
- name: Home
|
|
||||||
theme:
|
|
||||||
background-color: 219 16 21
|
|
||||||
contrast-multiplier: 1.2
|
|
||||||
primary-color: 193 43 67
|
|
||||||
positive-color: 92 28 65
|
|
||||||
negative-color: 354 42 56
|
|
||||||
# Optionally, if you only have a single page you can hide the desktop navigation for a cleaner look
|
|
||||||
# hide-desktop-navigation: true
|
|
||||||
columns:
|
|
||||||
- size: small
|
|
||||||
widgets:
|
|
||||||
- type: calendar
|
|
||||||
first-day-of-week: monday
|
|
||||||
|
|
||||||
- type: rss
|
|
||||||
limit: 10
|
|
||||||
collapse-after: 3
|
|
||||||
cache: 12h
|
|
||||||
feeds:
|
|
||||||
- url: https://selfh.st/rss/
|
|
||||||
title: selfh.st
|
|
||||||
limit: 4
|
|
||||||
- url: https://www.heise.de/security/feed.xml
|
|
||||||
title: Heise Security
|
|
||||||
limit: 5
|
|
||||||
|
|
||||||
- size: full
|
|
||||||
widgets:
|
|
||||||
- type: search
|
|
||||||
seach-engine: startpage
|
|
||||||
new-tab: true
|
|
||||||
|
|
||||||
- type: lobsters
|
|
||||||
sort-by: hot
|
|
||||||
tags:
|
|
||||||
- security
|
|
||||||
- linux
|
|
||||||
|
|
||||||
- type: videos
|
|
||||||
channels:
|
|
||||||
- UCR-DXc1voovS8nhAvccRZhg # Jeff Geerling
|
|
||||||
- UCsBjURrPoezykLs9EqgamOA # Fireship
|
|
||||||
- UCHnyfMqiRRG1u-2MsSQLbXA # Veritasium
|
|
||||||
- UCgdTVe88YVSrOZ9qKumhULQ # Hardware Haven
|
|
||||||
- UCywwEsnSmADUyhtSaq5dKNg # Zei
|
|
||||||
- UCqP87_tOqZczGdExeEz0prg # Eric Parker
|
|
||||||
|
|
||||||
- type: group
|
|
||||||
widgets:
|
|
||||||
- type: reddit
|
|
||||||
subreddit: selfhosted
|
|
||||||
show-thumbnails: true
|
|
||||||
- type: reddit
|
|
||||||
subreddit: technology
|
|
||||||
show-thumbnails: true
|
|
||||||
- type: reddit
|
|
||||||
subreddit: homelab
|
|
||||||
show-thumbnails: true
|
|
||||||
|
|
||||||
- size: small
|
|
||||||
widgets:
|
|
||||||
- type: weather
|
|
||||||
location: Eschenau, Germany
|
|
||||||
units: metric # alternatively "imperial"
|
|
||||||
hour-format: 24h # alternatively "24h"
|
|
||||||
# Optionally hide the location from being displayed in the widget
|
|
||||||
# hide-location: true
|
|
||||||
|
|
||||||
- type: custom-api
|
|
||||||
title: Random Fact
|
|
||||||
cache: 3h
|
|
||||||
url: https://uselessfacts.jsph.pl/api/v2/facts/random
|
|
||||||
template: |
|
|
||||||
<p class="size-h4 color-paragraph">{{ .JSON.String "text" }}</p>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Add more pages here:
|
|
||||||
# - name: Your page name
|
|
||||||
# columns:
|
|
||||||
# - size: small
|
|
||||||
# widgets:
|
|
||||||
# # Add widgets here
|
|
||||||
|
|
||||||
# - size: full
|
|
||||||
# widgets:
|
|
||||||
# # Add widgets here
|
|
||||||
|
|
||||||
# - size: small
|
|
||||||
# widgets:
|
|
||||||
# # Add widgets here
|
|
||||||
Reference in New Issue
Block a user