cleanup
This commit is contained in:
parent
c838e19c84
commit
f8aa45e2fb
0
.ansible-lint
Normal file → Executable file
0
.ansible-lint
Normal file → Executable file
0
.ansible/.lock
Normal file
0
.ansible/.lock
Normal file
0
.vscode/settings.json
vendored
Normal file → Executable file
0
.vscode/settings.json
vendored
Normal file → Executable file
0
ansible.cfg
Normal file → Executable file
0
ansible.cfg
Normal file → Executable file
0
assets/arrstack/prowlarr/config.xml
Normal file → Executable file
0
assets/arrstack/prowlarr/config.xml
Normal file → Executable file
0
assets/arrstack/qbittorrent/qBittorrent.conf
Normal file → Executable file
0
assets/arrstack/qbittorrent/qBittorrent.conf
Normal file → Executable file
0
assets/arrstack/radarr/config.xml
Normal file → Executable file
0
assets/arrstack/radarr/config.xml
Normal file → Executable file
0
assets/arrstack/readarr/config.xml
Normal file → Executable file
0
assets/arrstack/readarr/config.xml
Normal file → Executable file
0
assets/arrstack/sonarr/config.xml
Normal file → Executable file
0
assets/arrstack/sonarr/config.xml
Normal file → Executable file
0
assets/scripts/installdocker.sh
Normal file → Executable file
0
assets/scripts/installdocker.sh
Normal file → Executable file
0
databases.yml
Normal file → Executable file
0
databases.yml
Normal file → Executable file
0
docker/arrstack/.env
Normal file → Executable file
0
docker/arrstack/.env
Normal file → Executable file
11
docker/arrstack/docker-compose.yml
Normal file → Executable file
11
docker/arrstack/docker-compose.yml
Normal file → Executable file
@ -15,6 +15,7 @@ services:
|
||||
- "8388:8388/tcp" # Gluetun Local Network Shadowsocks
|
||||
- "8388:8388/udp" # Gluetun Local Network Shadowsocks
|
||||
- "${WEBUI_PORT_QBITTORRENT:?err}:${WEBUI_PORT_QBITTORRENT:?err}" # WebUI Portal: qBittorrent
|
||||
- "5015:8081" # Metube UI
|
||||
- "${QBIT_PORT:?err}:6881" # Transmission Torrent Port
|
||||
|
||||
volumes:
|
||||
@ -168,6 +169,16 @@ services:
|
||||
- DOCKER_MODS=ghcr.io/themepark-dev/theme.park:readarr
|
||||
- TP_THEME=${TP_THEME:?err}
|
||||
|
||||
## Function: UI for yt-dlp
|
||||
## https://github.com/alexta69/metube
|
||||
metube:
|
||||
image: ghcr.io/alexta69/metube
|
||||
container_name: metube
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /home/docker/xrandr:/downloads
|
||||
network_mode: "service:gluetun"
|
||||
|
||||
|
||||
|
||||
|
||||
|
0
docker/jellyfin/docker-compose.yml
Normal file → Executable file
0
docker/jellyfin/docker-compose.yml
Normal file → Executable file
0
docker/stash/docker-compose.yml
Normal file → Executable file
0
docker/stash/docker-compose.yml
Normal file → Executable file
0
docker/wizarr/docker-compose.yml
Normal file → Executable file
0
docker/wizarr/docker-compose.yml
Normal file → Executable file
0
group_vars/all.yml
Normal file → Executable file
0
group_vars/all.yml
Normal file → Executable file
0
playbooks/apps/arrstack.yml
Normal file → Executable file
0
playbooks/apps/arrstack.yml
Normal file → Executable file
0
playbooks/apps/jellyfin.yml
Normal file → Executable file
0
playbooks/apps/jellyfin.yml
Normal file → Executable file
0
playbooks/apps/stash.yml
Normal file → Executable file
0
playbooks/apps/stash.yml
Normal file → Executable file
0
playbooks/server/base.yml
Normal file → Executable file
0
playbooks/server/base.yml
Normal file → Executable file
0
roles/app/database/defaults/main.yml
Normal file → Executable file
0
roles/app/database/defaults/main.yml
Normal file → Executable file
0
roles/app/database/tasks/main.yml
Normal file → Executable file
0
roles/app/database/tasks/main.yml
Normal file → Executable file
0
roles/docker/install/defaults/main.yml
Normal file → Executable file
0
roles/docker/install/defaults/main.yml
Normal file → Executable file
0
roles/docker/install/tasks/main.yml
Normal file → Executable file
0
roles/docker/install/tasks/main.yml
Normal file → Executable file
0
roles/docker/portainer/defaults/main.yml
Normal file → Executable file
0
roles/docker/portainer/defaults/main.yml
Normal file → Executable file
0
roles/docker/portainer/tasks/main.yml
Normal file → Executable file
0
roles/docker/portainer/tasks/main.yml
Normal file → Executable file
0
roles/docker/stack/defaults/main.yml
Normal file → Executable file
0
roles/docker/stack/defaults/main.yml
Normal file → Executable file
0
roles/docker/stack/tasks/main.yml
Normal file → Executable file
0
roles/docker/stack/tasks/main.yml
Normal file → Executable file
0
roles/postgres/database/defaults/main.yml
Normal file → Executable file
0
roles/postgres/database/defaults/main.yml
Normal file → Executable file
0
roles/postgres/database/tasks/main.yml
Normal file → Executable file
0
roles/postgres/database/tasks/main.yml
Normal file → Executable file
0
roles/postgres/priviledges/defaults/main.yml
Normal file → Executable file
0
roles/postgres/priviledges/defaults/main.yml
Normal file → Executable file
0
roles/postgres/priviledges/tasks/main.yml
Normal file → Executable file
0
roles/postgres/priviledges/tasks/main.yml
Normal file → Executable file
0
roles/postgres/user/defaults/main.yml
Normal file → Executable file
0
roles/postgres/user/defaults/main.yml
Normal file → Executable file
0
roles/postgres/user/tasks/main.yml
Normal file → Executable file
0
roles/postgres/user/tasks/main.yml
Normal file → Executable file
0
roles/server/setup/ftp/defaults/main.yml
Normal file → Executable file
0
roles/server/setup/ftp/defaults/main.yml
Normal file → Executable file
0
roles/server/setup/ftp/tasks/main.yml
Normal file → Executable file
0
roles/server/setup/ftp/tasks/main.yml
Normal file → Executable file
0
roles/server/setup/sshkey/defaults/main.yml
Normal file → Executable file
0
roles/server/setup/sshkey/defaults/main.yml
Normal file → Executable file
0
roles/server/setup/sshkey/tasks/main.yml
Normal file → Executable file
0
roles/server/setup/sshkey/tasks/main.yml
Normal file → Executable file
0
roles/server/setup/webmin/defaults/main.yml
Normal file → Executable file
0
roles/server/setup/webmin/defaults/main.yml
Normal file → Executable file
0
roles/server/setup/webmin/tasks/main.yml
Normal file → Executable file
0
roles/server/setup/webmin/tasks/main.yml
Normal file → Executable file
0
roles/util/mount_nfs/defaults/main.yml
Normal file → Executable file
0
roles/util/mount_nfs/defaults/main.yml
Normal file → Executable file
0
roles/util/mount_nfs/tasks/main.yml
Normal file → Executable file
0
roles/util/mount_nfs/tasks/main.yml
Normal file → Executable file
0
tasks/create_app_db.yml
Normal file → Executable file
0
tasks/create_app_db.yml
Normal file → Executable file
0
tasks/mount_nfs.yml
Normal file → Executable file
0
tasks/mount_nfs.yml
Normal file → Executable file
0
tasks/postgres/create_database.yml
Normal file → Executable file
0
tasks/postgres/create_database.yml
Normal file → Executable file
0
tasks/postgres/create_user.yml
Normal file → Executable file
0
tasks/postgres/create_user.yml
Normal file → Executable file
0
tasks/postgres/give_user_full_privs.yml
Normal file → Executable file
0
tasks/postgres/give_user_full_privs.yml
Normal file → Executable file
0
tasks/postgres/install_extension.yml
Normal file → Executable file
0
tasks/postgres/install_extension.yml
Normal file → Executable file
0
tasks/provisioning/install_docker.yml
Normal file → Executable file
0
tasks/provisioning/install_docker.yml
Normal file → Executable file
0
vars/pg_main.yml
Normal file → Executable file
0
vars/pg_main.yml
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user