2022-11-30 23:49:07 +01:00
|
|
|
#
|
|
|
|
# Essential
|
|
|
|
#
|
|
|
|
user: tudattr
|
|
|
|
timezone: Europe/Berlin
|
2022-12-06 16:36:21 +01:00
|
|
|
rclone_config: "/root/.config/rclone/"
|
2023-05-11 15:09:52 +02:00
|
|
|
puid: "1000"
|
|
|
|
pgid: "1000"
|
2023-05-24 14:44:43 +02:00
|
|
|
pk_path: "/mnt/veracrypt1/genesis"
|
2023-07-12 00:02:17 +02:00
|
|
|
pubkey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKqc9fnzfCz8fQDFzla+D8PBhvaMmFu2aF+TYkkZRxl9 tuan@genesis-2022-01-20"
|
|
|
|
|
2022-12-06 16:36:21 +01:00
|
|
|
|
2023-04-27 01:05:24 +02:00
|
|
|
local_domain: borg.land
|
|
|
|
local_subdomains: "@"
|
|
|
|
remote_domain: tudattr.dev
|
2023-05-01 08:17:26 +02:00
|
|
|
remote_subdomains: "www,plex,status,tautulli"
|
2023-04-27 01:05:24 +02:00
|
|
|
backup_domain: seyshiro.de
|
|
|
|
backup_subdomains: "hass,qbit,zm,"
|
2023-07-12 00:02:17 +02:00
|
|
|
#
|
|
|
|
#
|
|
|
|
# aya01
|
|
|
|
#
|
|
|
|
|
|
|
|
aya01_host: "aya01"
|
|
|
|
aya01_ip: "192.168.20.12"
|
|
|
|
|
|
|
|
#
|
|
|
|
# mii
|
|
|
|
#
|
|
|
|
|
|
|
|
mii_host: "mii"
|
|
|
|
mii_ip: "192.168.200.2"
|
2022-12-06 16:36:21 +01:00
|
|
|
|
2023-07-12 00:02:17 +02:00
|
|
|
#
|
|
|
|
# naruto
|
|
|
|
#
|
|
|
|
naruto_host: "naruto"
|
|
|
|
naruto_ip: "192.168.20.13"
|
|
|
|
|
|
|
|
#
|
|
|
|
# pi
|
|
|
|
#
|
|
|
|
|
|
|
|
pi_host: "pi"
|
|
|
|
pi_ip: "192.168.20.11"
|
2023-05-25 12:00:24 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# Used to download for git releases
|
|
|
|
#
|
|
|
|
|
|
|
|
go_arch_map:
|
|
|
|
i386: '386'
|
|
|
|
x86_64: 'amd64'
|
|
|
|
aarch64: 'arm64'
|
|
|
|
armv7l: 'armv7'
|
|
|
|
armv6l: 'armv6'
|
|
|
|
|
|
|
|
go_arch: "{{ go_arch_map[ansible_architecture] | default(ansible_architecture) }}"
|
|
|
|
|
2022-12-06 16:36:21 +01:00
|
|
|
#
|
|
|
|
# aya01 - Disks
|
|
|
|
#
|
|
|
|
|
|
|
|
fstab_entries:
|
|
|
|
- name: "config"
|
2023-04-24 18:37:58 +02:00
|
|
|
path: "/opt"
|
2022-12-06 16:36:21 +01:00
|
|
|
type: "ext4"
|
2022-12-27 21:51:41 +01:00
|
|
|
uuid: "cad60133-dd84-4a2a-8db4-2881c608addf"
|
2023-04-24 18:37:58 +02:00
|
|
|
- name: "media0"
|
|
|
|
path: "/mnt/media0"
|
2022-12-27 21:51:41 +01:00
|
|
|
type: "ext4"
|
|
|
|
uuid: "c4c724ec-4fe3-4665-adf4-acd31d6b7f95"
|
2023-04-24 18:37:58 +02:00
|
|
|
- name: "media1"
|
|
|
|
path: "/mnt/media1"
|
|
|
|
type: "ext4"
|
|
|
|
uuid: "8d66d395-1e35-4f5a-a5a7-d181d6642ebf"
|
|
|
|
|
|
|
|
mergerfs_entries:
|
|
|
|
- name: "media"
|
|
|
|
path: "/media"
|
|
|
|
branches:
|
|
|
|
- "/mnt/media0"
|
|
|
|
- "/mnt/media1"
|
|
|
|
opts:
|
|
|
|
- "use_ino"
|
|
|
|
- "allow_other"
|
|
|
|
- "cache.files=partial"
|
|
|
|
- "dropcacheonclose=true"
|
|
|
|
- "category.create=mfs"
|
|
|
|
type: "fuse.mergerfs"
|
2022-11-30 23:49:07 +01:00
|
|
|
|
|
|
|
#
|
|
|
|
# Packages
|
|
|
|
#
|
|
|
|
common_packages:
|
|
|
|
- sudo
|
|
|
|
- git
|
|
|
|
- iperf3
|
|
|
|
- git
|
|
|
|
- smartmontools
|
2022-12-27 21:51:41 +01:00
|
|
|
- vim
|
2022-12-05 16:47:35 +01:00
|
|
|
- curl
|
2022-12-06 09:13:08 +01:00
|
|
|
- tree
|
2022-12-06 16:36:21 +01:00
|
|
|
- rsync
|
2022-12-21 22:28:46 +01:00
|
|
|
- systemd-timesyncd
|
2023-04-13 18:43:32 +02:00
|
|
|
- neofetch
|
|
|
|
- build-essential
|
2023-06-19 22:38:07 +02:00
|
|
|
- btrfs-progs
|
2022-11-30 23:49:07 +01:00
|
|
|
|
|
|
|
#
|
|
|
|
# Docker
|
|
|
|
#
|
|
|
|
docker_repo_url: https://download.docker.com/linux
|
|
|
|
docker_apt_gpg_key: "{{ docker_repo_url }}/{{ ansible_distribution | lower }}/gpg"
|
|
|
|
docker_apt_release_channel: stable
|
|
|
|
docker_apt_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64' }}"
|
|
|
|
docker_apt_repository: "deb [arch={{ docker_apt_arch }}] {{ docker_repo_url }}/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} {{ docker_apt_release_channel }}"
|
2023-04-17 21:43:51 +02:00
|
|
|
docker_network: "172.16.69.0/24"
|
2022-12-05 16:47:35 +01:00
|
|
|
|
2022-11-30 23:49:07 +01:00
|
|
|
docker_compose_dir: /opt/docker/compose
|
|
|
|
docker_dir: /opt/docker/config
|
2022-12-06 16:36:21 +01:00
|
|
|
docker_data_dir: /media/docker/data # only available on aya01
|
2022-12-05 16:47:35 +01:00
|
|
|
|
|
|
|
mysql_user: user
|
2022-12-06 16:36:21 +01:00
|
|
|
|
2023-04-13 18:43:32 +02:00
|
|
|
#
|
|
|
|
# ZoneMinder
|
|
|
|
#
|
|
|
|
|
|
|
|
zoneminder_host: "zm"
|
|
|
|
zoneminder_port: "8081"
|
2023-04-17 21:43:51 +02:00
|
|
|
zoneminder_network: "172.16.42.0/24"
|
2023-04-13 18:43:32 +02:00
|
|
|
|
2023-04-14 14:01:17 +02:00
|
|
|
zoneminder_root: "{{ docker_dir }}/zm"
|
|
|
|
zoneminder_config: "{{ zoneminder_root }}/config"
|
|
|
|
zoneminder_log: "{{ zoneminder_root}}/log"
|
|
|
|
zoneminder_db: "{{ zoneminder_root}}/db"
|
2023-04-13 18:43:32 +02:00
|
|
|
|
2023-04-14 14:01:17 +02:00
|
|
|
zoneminder_data: "{{ docker_data_dir }}/zm/data"
|
2022-12-10 03:21:11 +01:00
|
|
|
|
2023-04-13 18:43:32 +02:00
|
|
|
#
|
|
|
|
# Syncthing
|
|
|
|
#
|
|
|
|
|
|
|
|
syncthing_host: "syncthing"
|
|
|
|
syncthing_port: "8384"
|
2022-12-10 03:21:11 +01:00
|
|
|
syncthing_data: "{{docker_data_dir}}/syncthing/"
|
|
|
|
|
2023-04-13 18:43:32 +02:00
|
|
|
#
|
|
|
|
# Softserve
|
|
|
|
#
|
|
|
|
|
2022-12-21 22:28:46 +01:00
|
|
|
softserve_data: "{{docker_dir}}/softserve/data"
|
|
|
|
|
2023-04-13 18:43:32 +02:00
|
|
|
#
|
|
|
|
# cupsd
|
|
|
|
#
|
|
|
|
|
|
|
|
cupsd_host: "cupsd"
|
|
|
|
cupsd_port: "631"
|
|
|
|
cupsd_config: "{{ docker_dir }}/cupsd/"
|
|
|
|
|
|
|
|
#
|
|
|
|
# Uptime Kuma
|
|
|
|
#
|
|
|
|
|
2023-04-17 19:23:48 +02:00
|
|
|
kuma_host: "status"
|
2023-04-13 18:43:32 +02:00
|
|
|
kuma_port: "3001"
|
|
|
|
kuma_config: "{{ docker_dir }}/kuma/"
|
2022-12-29 22:45:17 +01:00
|
|
|
|
2023-04-13 18:43:32 +02:00
|
|
|
#
|
|
|
|
# Traefik
|
|
|
|
#
|
|
|
|
|
2023-08-15 04:16:51 +02:00
|
|
|
traefik:
|
|
|
|
host: "traefik"
|
|
|
|
admin:
|
|
|
|
port: "8080"
|
|
|
|
config: "{{ docker_dir }}/traefik/etc-traefik/"
|
|
|
|
data: "{{ docker_dir }}/traefik/var-log/"
|
|
|
|
letsencrypt: "{{ docker_dir }}/traefik/letsencrypt/"
|
|
|
|
user:
|
|
|
|
web: "80"
|
|
|
|
websecure: "443"
|
2023-04-13 18:43:32 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# DynDns Updater
|
|
|
|
#
|
|
|
|
|
|
|
|
ddns_host: "ddns"
|
|
|
|
ddns_port: "8000"
|
|
|
|
ddns_data: "{{ docker_dir }}/ddns-updater/data/"
|
|
|
|
|
|
|
|
#
|
|
|
|
# Home Assistant
|
|
|
|
#
|
|
|
|
|
|
|
|
ha_host: "hass"
|
|
|
|
ha_port: "8123"
|
2022-12-06 23:29:57 +01:00
|
|
|
ha_config: "{{ docker_dir }}/home-assistant/config/"
|
|
|
|
|
2023-04-13 18:43:32 +02:00
|
|
|
#
|
|
|
|
# pihole
|
|
|
|
#
|
|
|
|
|
|
|
|
pihole_host: "pihole"
|
|
|
|
pihole_port: "8089"
|
|
|
|
pihole_config: "{{ docker_dir }}/pihole/etc-pihole/"
|
2022-12-06 23:33:32 +01:00
|
|
|
pihole_dnsmasq: "{{ docker_dir }}/pihole/etc-dnsmasq.d/"
|
2022-12-10 03:21:11 +01:00
|
|
|
|
2022-12-06 16:36:21 +01:00
|
|
|
#
|
|
|
|
# backblaze
|
|
|
|
#
|
2022-12-29 22:45:17 +01:00
|
|
|
|
|
|
|
# Directories that will be backupped to backblaze
|
2023-05-12 11:58:02 +02:00
|
|
|
# MOVED TO HOSTVARS
|
|
|
|
# backblaze_paths:
|
|
|
|
# aya01:
|
|
|
|
# - "{{ docker_compose_dir }}"
|
|
|
|
# - "{{ docker_dir }}"
|
|
|
|
# pi:
|
|
|
|
# - "{{ docker_compose_dir }}"
|
|
|
|
# - "{{ docker_dir }}"
|
2022-12-27 21:51:41 +01:00
|
|
|
|
|
|
|
#
|
|
|
|
# samba
|
|
|
|
#
|
2023-07-12 00:02:17 +02:00
|
|
|
samba:
|
|
|
|
dependencies:
|
|
|
|
- "samba"
|
|
|
|
- "smbclient"
|
|
|
|
- "cifs-utils"
|
|
|
|
user: "smbuser"
|
|
|
|
group: "smbshare"
|
|
|
|
config: "templates/smb.conf"
|
2023-10-08 14:57:32 +02:00
|
|
|
shares:
|
|
|
|
media:
|
|
|
|
name: "media"
|
|
|
|
path: "/media"
|
|
|
|
paperless:
|
|
|
|
name: "paperless"
|
|
|
|
path: "{{ paperless.data.consume }}"
|
2022-12-29 22:45:17 +01:00
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# netdata
|
|
|
|
#
|
|
|
|
|
|
|
|
netdata_port: "19999"
|
|
|
|
netdata_config: "{{ docker_dir }}/netdata/"
|
|
|
|
netdata_lib: "{{ docker_data_dir }}/netdata/lib/"
|
|
|
|
netdata_cache: "{{ docker_data_dir }}/netdata/cache"
|
2023-04-13 18:43:32 +02:00
|
|
|
|
2023-04-14 14:01:17 +02:00
|
|
|
#
|
|
|
|
# Plex
|
|
|
|
#
|
|
|
|
|
|
|
|
plex_host: "plex"
|
2023-04-17 21:43:51 +02:00
|
|
|
# plex_ip: "172.16.69.12"
|
2023-04-14 14:01:17 +02:00
|
|
|
plex_port: "32400"
|
2023-04-17 19:23:48 +02:00
|
|
|
plex_config: "{{docker_data_dir}}/{{ plex_host }}/config"
|
2023-04-14 14:01:17 +02:00
|
|
|
plex_tv: "/media/series"
|
|
|
|
plex_movies: "/media/movies"
|
2023-04-14 19:02:45 +02:00
|
|
|
plex_music: "/media/songs"
|
2023-04-14 14:01:17 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# WireGuard
|
|
|
|
#
|
|
|
|
|
|
|
|
wg_config: "templates/wg0.conf"
|
|
|
|
wg_remote_config: "/etc/wireguard/wg0.conf"
|
|
|
|
wg_service: "wg-quick@wg0.service"
|
|
|
|
wg_deps: "wireguard"
|
|
|
|
|
|
|
|
wg_ip: "192.168.200.2"
|
|
|
|
wg_pubkey: "+LaPESyBF6Sb1lqkk4UcestFpXNaKYyyX99tkqwLQhU="
|
2023-04-14 19:02:45 +02:00
|
|
|
wg_endpoint: "{{ local_domain }}:51820"
|
2023-04-14 14:01:17 +02:00
|
|
|
wg_allowed_ips: "192.168.20.0/24,192.168.200.1/32"
|
|
|
|
wg_dns: "{{ aya01_ip }},{{ pi_ip }},1.1.1.1"
|
2023-04-14 19:02:45 +02:00
|
|
|
|
|
|
|
arr_downloads: "{{ docker_data_dir }}/arr_downloads"
|
|
|
|
#
|
|
|
|
# Sonarr
|
|
|
|
#
|
|
|
|
|
|
|
|
sonarr_port: "8989"
|
|
|
|
sonarr_host: "sonarr"
|
2023-04-17 19:23:48 +02:00
|
|
|
sonarr_config: "{{ docker_dir }}/{{ sonarr_host }}/config"
|
2023-04-14 19:02:45 +02:00
|
|
|
sonarr_media: "{{ plex_tv }}"
|
2023-04-17 19:23:48 +02:00
|
|
|
sonarr_downloads: "{{ arr_downloads }}/{{ sonarr_host }}"
|
2023-04-14 19:02:45 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# Radarr
|
|
|
|
#
|
|
|
|
|
|
|
|
radarr_port: "7878"
|
|
|
|
radarr_host: "radarr"
|
2023-04-17 19:23:48 +02:00
|
|
|
radarr_config: "{{ docker_dir }}/{{ radarr_host }}/config"
|
2023-04-14 19:02:45 +02:00
|
|
|
radarr_media: "{{ plex_movies }}"
|
2023-04-17 19:23:48 +02:00
|
|
|
radarr_downloads: "{{ arr_downloads }}/{{ radarr_host }}"
|
2023-04-14 19:02:45 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# Lidarr
|
|
|
|
#
|
|
|
|
|
|
|
|
lidarr_port: "8686"
|
|
|
|
lidarr_host: "lidarr"
|
2023-04-17 19:23:48 +02:00
|
|
|
lidarr_config: "{{ docker_dir }}/{{ lidarr_host }}/config"
|
2023-04-14 19:02:45 +02:00
|
|
|
lidarr_media: "{{ plex_music }}"
|
2023-04-17 19:23:48 +02:00
|
|
|
lidarr_downloads: "{{ arr_downloads }}/{{ lidarr_host }}"
|
2023-04-14 19:02:45 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# Prowlarr
|
|
|
|
#
|
|
|
|
|
|
|
|
prowlarr_port: "9696"
|
|
|
|
prowlarr_host: "prowlarr"
|
2023-04-17 19:23:48 +02:00
|
|
|
prowlarr_config: "{{ docker_dir }}/{{ prowlarr_host }}/config"
|
|
|
|
|
|
|
|
#
|
|
|
|
# bin
|
|
|
|
#
|
|
|
|
|
|
|
|
bin_port: "6162"
|
|
|
|
bin_host: "bin"
|
|
|
|
bin_upload: "{{ docker_data_dir }}/{{bin_host}}/upload"
|
2023-04-17 21:43:51 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# qbittorrentvpn
|
|
|
|
#
|
|
|
|
|
|
|
|
qbit_port: "8082"
|
|
|
|
qbit_host: "qbit"
|
|
|
|
qbit_config: "templates/aya01/qbittorrentvpn/config"
|
|
|
|
|
|
|
|
qbit_remote_config: "{{ docker_dir }}/{{ qbit_host }}/config"
|
|
|
|
qbit_downloads: "{{ arr_downloads }}"
|
|
|
|
qbit_type: "openvpn"
|
|
|
|
qbit_ssl: "no"
|
|
|
|
qbit_lan: "192.168.20.0/24, 192.168.30.0/24, {{ docker_network }}"
|
|
|
|
qbit_dns: "{{ aya01_ip }}, {{ pi_ip }}, 1.1.1.1"
|
2023-04-27 01:05:24 +02:00
|
|
|
|
2023-05-01 08:17:26 +02:00
|
|
|
#
|
|
|
|
# qbittorrentvpn - torrentleech
|
|
|
|
#
|
|
|
|
|
2023-05-11 15:09:52 +02:00
|
|
|
torrentleech_port: "8083"
|
|
|
|
torrentleech_host: "torrentleech"
|
|
|
|
torrentleech_remote_config: "{{ docker_dir }}/{{ torrentleech_host }}/config"
|
2023-05-01 08:17:26 +02:00
|
|
|
|
2023-04-27 01:05:24 +02:00
|
|
|
#
|
|
|
|
# Home Assistant
|
|
|
|
#
|
|
|
|
|
|
|
|
hass_port: ""
|
|
|
|
hass_host: "hass"
|
|
|
|
|
|
|
|
#
|
|
|
|
# Tautulli
|
|
|
|
#
|
|
|
|
|
|
|
|
tautulli_port: "8181"
|
|
|
|
tautulli_host: "tautulli"
|
|
|
|
tautulli_config: "{{ docker_dir }}/{{ tautulli_host }}/config"
|
2023-05-11 15:09:52 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# Code Server
|
|
|
|
#
|
|
|
|
|
|
|
|
code_port: "8443"
|
|
|
|
code_host: "code"
|
|
|
|
code_config: "{{ docker_dir }}/{{ code_host }}/config"
|
|
|
|
|
|
|
|
#
|
|
|
|
# GlueTun
|
|
|
|
#
|
|
|
|
|
|
|
|
gluetun_port: ""
|
|
|
|
gluetun_host: "gluetun"
|
|
|
|
gluetun_country: "Hungary"
|
|
|
|
gluetun_config: "{{ docker_dir }}/{{ gluetun_host }}/config"
|
|
|
|
|
|
|
|
#
|
|
|
|
# NodeExporter
|
|
|
|
#
|
|
|
|
|
2023-07-12 00:02:17 +02:00
|
|
|
node_exporter:
|
|
|
|
port: 9100
|
|
|
|
host: 'node'
|
|
|
|
version: 'latest'
|
|
|
|
serve: 'localhost'
|
|
|
|
options: ''
|
|
|
|
bin_path: /usr/local/bin/node_exporter
|
2023-05-11 15:09:52 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# Prometheus
|
|
|
|
#
|
|
|
|
|
2023-05-11 16:26:49 +02:00
|
|
|
prometheus_puid: "65534"
|
|
|
|
prometheus_pgid: "65534"
|
2023-05-11 15:09:52 +02:00
|
|
|
prometheus_host: "prometheus"
|
|
|
|
prometheus_data: "{{docker_data_dir}}/prometheus/"
|
|
|
|
prometheus_config: "{{docker_dir}}/prometheus/"
|
|
|
|
prometheus_port: "9090"
|
|
|
|
|
|
|
|
#
|
|
|
|
# Grafana
|
|
|
|
#
|
|
|
|
|
|
|
|
grafana_host: "grafana"
|
|
|
|
grafana_port: "3000"
|
|
|
|
grafana_data: "{{docker_data_dir}}/grafana/"
|
|
|
|
grafana_config: "{{docker_dir}}/grafana/config/"
|
|
|
|
grafana_logs: "{{docker_dir}}/grafana/logs/"
|
|
|
|
grafana_puid: "472"
|
2023-05-25 12:00:24 +02:00
|
|
|
grafana_pgid: "472"
|
2023-05-11 15:09:52 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# SNMP Exporter
|
|
|
|
#
|
|
|
|
|
|
|
|
snmp_exporter_port: "9116"
|
|
|
|
snmp_exporter_target: "192.168.20.1"
|
|
|
|
snmp_exporter_config: "{{ docker_dir }}/snmp_exporter/"
|
|
|
|
snmp_exporter_host: "snmp_exporter"
|
2023-05-24 14:44:43 +02:00
|
|
|
|
2023-05-25 12:00:24 +02:00
|
|
|
#
|
|
|
|
# SMART Exporter
|
|
|
|
#
|
2023-07-12 00:02:17 +02:00
|
|
|
|
2023-05-25 12:00:24 +02:00
|
|
|
smart_exporter:
|
|
|
|
port: 9633
|
|
|
|
version: 'latest'
|
|
|
|
options: '--web.listen-address=9633'
|
|
|
|
bin_path: /usr/local/bin/smart_exporter
|
2023-08-13 21:01:10 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# Stirling-pdf
|
|
|
|
#
|
|
|
|
|
|
|
|
stirling:
|
|
|
|
host: "stirling"
|
|
|
|
dns: "pdf"
|
|
|
|
port: 8084
|
2023-08-15 04:16:51 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# nginx proxy manager
|
|
|
|
#
|
|
|
|
|
|
|
|
nginx:
|
|
|
|
host: "nginx"
|
|
|
|
endpoints:
|
|
|
|
http: 80
|
|
|
|
https: 443
|
|
|
|
admin: 8080
|
|
|
|
paths:
|
|
|
|
letsencrypt: "{{docker_dir}}/nginx/letsencrypt"
|
|
|
|
data: "{{docker_dir}}/nginx/data"
|
2023-10-06 15:52:45 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# Jellyfin
|
|
|
|
#
|
|
|
|
|
|
|
|
jellyfin:
|
|
|
|
host: "jellyfin"
|
|
|
|
port: "8096"
|
2023-10-07 14:47:09 +02:00
|
|
|
config: "{{docker_dir}}/jellyfin/config"
|
|
|
|
cache: "{{docker_dir}}/jellyfin/cache"
|
2023-10-06 15:52:45 +02:00
|
|
|
media:
|
|
|
|
tv: "{{ plex_tv }}"
|
|
|
|
movies: "{{ plex_movies }}"
|
|
|
|
music: "{{ plex_music }}"
|
2023-10-07 14:47:09 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# paperless-ngx
|
|
|
|
#
|
|
|
|
|
|
|
|
paperless:
|
|
|
|
host: "paperless"
|
|
|
|
port: "8000"
|
|
|
|
data:
|
|
|
|
data: "{{ docker_dir }}/paperless/data/data"
|
|
|
|
media: "{{ docker_dir }}/paperless/data/media"
|
|
|
|
export: "{{ docker_dir }}/paperless/data/export"
|
|
|
|
consume: "{{ docker_dir }}/paperless/data/consume"
|
|
|
|
db:
|
|
|
|
host: "paperless-sqlite"
|
|
|
|
db: "paperless"
|
|
|
|
user: "paperless"
|
|
|
|
password: "{{ host.paperless.db.password }}"
|
|
|
|
data: "{{ docker_dir }}/paperless/db/data"
|
|
|
|
redis:
|
|
|
|
host: "paperless-redis"
|
|
|
|
data: "{{ docker_dir }}/paperless/redis/data"
|
2023-10-08 14:57:32 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# Homarr
|
|
|
|
#
|
|
|
|
|
|
|
|
homarr:
|
|
|
|
host: "homarr"
|
|
|
|
volumes:
|
|
|
|
configs: "{{docker_dir}}/homarr/configs"
|
|
|
|
icons: "{{docker_dir}}/homarr/icons"
|
2023-10-09 01:33:23 +02:00
|
|
|
|
|
|
|
#
|
|
|
|
# gitea
|
|
|
|
#
|
|
|
|
|
|
|
|
gitea:
|
|
|
|
host: "git"
|
|
|
|
volumes:
|
|
|
|
data: "{{ docker_data_dir }}/gitea/data"
|
|
|
|
config: "{{ docker_dir }}/gitea/config"
|
|
|
|
ports:
|
|
|
|
http: "3000"
|
|
|
|
ssh: "2222"
|