Advanced Search
Search Results
47 total results found
Headphones
Link --- version: "3.3" services: headphones: image: lscr.io/linuxserver/headphones container_name: headphones environment: - PUID=998 - PGID=100 - TZ=Europe/Paris volumes: - /srv/path/Files/Headphones/conf...
Jackett
--- version: "3.3" services: jackett: image: lscr.io/linuxserver/jackett container_name: jackett environment: - PUID=998 - PGID=100 - TZ=Europe/Paris - AUTO_UPDATE=true #optional # - RUN_OPTS=<run options he...
Transmission-OpenVPN
Video | Link --- version: "3.3" services: transmission-openvpn: image: haugene/transmission-openvpn:latest container_name: transmission-openvpn restart: always cap_add: - NET_ADMIN # This runs the container with raised privileg...
XBackbone
Link --- version: "3.3" services: xbackbone: image: lscr.io/linuxserver/xbackbone container_name: xbackbone environment: - PUID=998 - PGID=100 - TZ=Europe/Paris volumes: - /srv/path/Files/XBackbone:/config ...
MeTube
Link version: "3" services: metube: image: alexta69/metube container_name: metube restart: unless-stopped user: "998:100" ports: - "8081:8081" volumes: - /srv/path/Files/Metube/downloads:/downloads Write permis...
Linx Server
Link version: '3.8' services: linx-server: container_name: linx-server image: andreimarcu/linx-server command: -config /data/linx-server.conf volumes: - /srv/path/Files/LinxServer/files:/data/files - /srv/path/Files/LinxS...
Jellyfin (linuxserver)
Link --- version: "3.3" services: jellyfin: image: lscr.io/linuxserver/jellyfin container_name: jellyfin environment: - PUID=998 - PGID=100 - TZ=Europe/Paris # - JELLYFIN_PublishedServerUrl=192.168.x.x #optional ...
Viewtube
Link version: "3" services: viewtube: container_name: viewtube restart: unless-stopped image: mauriceo/viewtube:0.9 depends_on: - viewtube-mongodb - viewtube-redis networks: - viewtube volumes: -...
Joal
Link First, download the latest tar.gz release and extract config.json clients and torrents, to /srv/path/Joal. This folder will be our joal-conf. Then, deploy stack version: "2" services: joal: image: anthonyraymond/joal container_name: joal ...
Stash
Link # APPNICENAME=Stash # APPDESCRIPTION=An organizer for your porn, written in Go version: '3.4' services: stash: image: stashapp/stash:latest container_name: stash restart: unless-stopped ## the container's port must be the same w...
Prowlarr
Link version: "3.3" services: prowlarr: image: lscr.io/linuxserver/prowlarr:develop container_name: prowlarr environment: - PUID=998 - PGID=100 - TZ=Europe/Paris volumes: - /srv/path/Files/Prowlarr/config:/c...
qBittorentVPN (trigus42)
Video | Link 1 | Link 2 version: "3.3" services: qbittorrentvpn: image: trigus42/qbittorrentvpn container_name: qbittorrentvpn privileged: true environment: ## Not needed when using Wireguard # - VPN_USERNAME=myvpnuser...
qBittorrent
Link --- version: "2.1" services: qbittorrent: image: lscr.io/linuxserver/qbittorrent container_name: qbittorrent environment: - PUID=1000 - PGID=1000 - TZ=Europe/London - WEBUI_PORT=8080 #8996 volumes: ...
DISCONTINUED - Youtube Vanced
YouTube Vanced is the stock Android YouTube app, but better! Includes adblocking, true amoled dark mode and a lot more. Use the handy Vanced Manager to install YouTube Vanced with ease. You can download Vanced Manager here. Install MicroG then, Vanced. If y...
Soulseek
Link version: '3.3' services: soulseek: container_name: soulseek restart: unless-stopped volumes: - '/srv/path/Files/Soulseek/data:/data/.SoulseekQt' - '/srv/path/Files/Soulseek/downloads:/data/Soulse...
Youtube Revanced
After you install it, you'll have to turn on the new youtube layout in the settings as it's turned off by default. All sources below would be official ones, if you encounter any problems feel free to comment down. Here goes: Download and install microg...
YouTubeDL-Material
Link version: "2" services: ytdl_material: environment: ALLOW_CONFIG_MUTATIONS: 'true' ytdl_mongodb_connection_string: 'mongodb://ytdl-mongo-db:27017' ytdl_use_local_db: 'false' write_ytdl_co...
MKVToolNix
Link version: '3' services: mkvtoolnix: image: jlesage/mkvtoolnix ports: - "5800:5800" volumes: - "/docker/appdata/mkvtoolnix:/config:rw" - "/home/user:/storage:rw"
Piped
Link version: "3" services: backend: image: 1337kavin/piped:latest restart: unless-stopped volumes: - /srv/path/Files/Piped/config.properties:/app/config.properties depends_on: - postgres networks: - piped ...
Nextcloud (ARM64)
version: '3.3' services: db: image: yobasystems/alpine-mariadb:latest command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW --innodb-read-only-compressed=OFF # or --transaction-isolation=READ-COMMITTED --binlog-format=ROW --innodb-f...