Advanced Search
Search Results
339 total results found
Portainer Apps Templates
Original : https://raw.githubusercontent.com/portainer/templates/master/templates-2.0.json Technorabilia : For Portainer v1: https://raw.githubusercontent.com/technorabilia/portainer-templates/main/lsio/templates/templates-1.20.0.json For Portainer v2: ht...
Vikunja (with mail notifications)
version: '3.3' services: db: image: mariadb:10 command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci environment: MYSQL_ROOT_PASSWORD: xxxxxxx MYSQL_USER: vikunja MYSQL_PASSWORD: xxxxxxx ...
Gluetun
Video : Link 1 | Link 2 version: "3.3" services: gluetun: image: qmcgaw/gluetun cap_add: - NET_ADMIN ports: - 8889:8888/tcp # HTTP proxy #original 8888:8888 - 8388:8388/tcp # Shadowsocks - 8388:8388/udp # Shadow...
Filebrowser
Link version: '3.3' services: filebrowser: container_name: filebrowser image: filebrowser/filebrowser:latest volumes: - /srv/path/:/srv # Arborescence qui sera visible de l'utilisateur par défaut - /srv/path/conf/filebrowser....
Bibliogram
Link version: '3.3' volumes: db: services: bibliogram: build: . image: schklom/bibliogram volumes: - /srv/path/Files/Bibliogram/db:/app/db ports: - 10407:10407 restart: unle...
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: ...
Tube Archivist
Link version: '3.3' services: tubearchivist: container_name: tubearchivist restart: unless-stopped image: bbilly1/tubearchivist ports: - 8624:8000 #OG : 8000:8000 volumes: - /srv/path/to/videos:/youtube - ...
Gitea
Link version: "3" networks: gitea: external: false services: server: image: gitea/gitea:1.15.8 container_name: gitea environment: - USER_UID=998 - USER_GID=100 - GITEA__database__DB_TYPE=mysql - G...
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...