Advanced Search
Search Results
335 total results found
Homechart
Video | Link version: "3" volumes: postgres: {} services: homechart: depends_on: - postgres environment: HOMECHART_POSTGRESQL_HOSTNAME: postgres HOMECHART_POSTGRESQL_PASSWORD: xxxxxx HOMECHART_POSTGRESQL_USERN...
Wireguard Easy
Link version: "3.3" services: wg-easy: environment: # ⚠️ Required: # Change this to your host's public address - WG_HOST=public IP # Optional: - PASSWORD_HASH= #see instructions bellow - WG_PORT=51820 ...
Duplicacy
Video | Link version: '3.3' services: duplicacy-web: container_name: duplicacy ports: - '3875:3875/tcp' environment: - USR_ID=998 - GRP_ID=100 - TZ=Europe/Paris volu...
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...
Tubesync
Link version: '3.7' services: tubesync: image: ghcr.io/meeb/tubesync:latest container_name: tubesync restart: unless-stopped ports: - 4848:4848 volumes: - /srv/path/Files/Tubesync/config:/config - /srv/path/Fi...
Flaresolverr
Link | Link 2 version: "3.3" services: flaresolverr: # DockerHub mirror flaresolverr/flaresolverr:latest image: ghcr.io/flaresolverr/flaresolverr:latest container_name: flaresolverr environment: - LOG_LEVEL=debug - LOG_HT...
Privatebin
Link version: '3.3' services: privatebin: restart: unless-stopped ports: - '5721:80' container_name: privatebin environment: - PUID=998 - PGID=100 volumes: ...
Bludit
Link version: '3.7' services: bludit: image: laugmanuel/bludit:latest restart: unless-stopped ports: - 7980:8080 volumes: - .bl-plugins:/usr/share/nginx/html/bl-plugins - .bl-themes:/usr/share/nginx/html/bl-themes ...
Pihole
Video | Link You first need to free port 53 on the Pi : sudo nano /etc/systemd/resolved.conf [Resolve] DNS=1.1.1.1 FallbackDNS=1.0.0.1 #Domains= #DNSSEC=no #DNSOverTLS=no #MulticastDNS=yes #LLMNR=yes #Cache=yes #DNSStubListener=yes #DNSStubListene...
Changedetection.io
Link version: '3.3' services: changedetection.io: restart: unless-stopped ports: - '5001:5000' #5000:5000 volumes: - '/srv/path/Files/ChangeDetection/datastore:/datastore' container_name: cha...
Our Shopping List
Link version: '3.3' services: app: image: nanawel/our-shopping-list:latest restart: unless-stopped ports: - '6598:8080' depends_on: - mongodb mongodb: image: mongo:4 volumes: - /srv/path/Files/OurShopp...
Invidious
Link 1. Create t-invidious-db.sh Create /srv/path/Files/Invidious/docker/ cd /srv/path/Files/Invidious/docker/ Create / download init-invidious-db.sh #!/bin/bash set -eou pipefail psql --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" < config/sql/c...
UrBackup
Link version: '3.3' services: urbackup: image: uroni/urbackup-server:latest container_name: urbackup restart: unless-stopped environment: - PUID=1000 # Enter the UID of the user who should own the files here - PGID=1...
Emulatorjs
Link --- version: "3.3" services: emulatorjs: image: lscr.io/linuxserver/emulatorjs container_name: emulatorjs environment: - PUID=998 - PGID=100 - TZ=Europe/Paris - SUBFOLDER=/ #optional volumes: - ...
Clipface
Link version: '3.3' services: clipface: container_name: clipface volumes: - '/srv/path/Files/Clipface/clips:/clips' ports: - '1314:80' environment: - CLIPFACE_USER_PASSWORD=xxxxx...
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...
Akaunting
Link version: '3.3' services: docker-akaunting: container_name: akaunting restart: unless-stopped ports: - '4587:8080' volumes: - '/srv/path/Files/Akaunting/mysql:/var/lib/mysql' ...
Firefly III
Video | Link wget https://raw.githubusercontent.com/firefly-iii/docker/main/docker-compose.yml wget https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/.env.example Rename .env.example to .env Nano into docker-compose.yml and .env and edit dock...
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...