Advanced Search
Search Results
32 total results found
Kutt
Video Link If necessary, install git sudo apt install git Clone repo git clone https://github.com/thedevs-network/kutt.git cd dans le dossier téléchargé et copier le ficher .env cp .docker.env .env Edit .env nano .env Il devrait ressembler à ça : # A...
ProjectSend
Link --- version: "3.3" services: projectsend: image: linuxserver/projectsend container_name: projectsend-app environment: - PUID=998 - PGID=100 - TZ=Europe/Paris - MAX_UPLOAD=500000 volumes: - /srv/...
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 ...
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...
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...
Goaccess for NginxProxyManager
version: "3" services: goaccess: image: justsky/goaccess-for-nginxproxymanager container_name: goaccess-for-nginxproxymanager restart: unless-stopped environment: - TZ=Europe/Paris - PUID=998 - PGID=100 p...
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 ...
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: ...
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...
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...
Tailscale (in a container, host wide)
Official site Inspiration version: "3.3" services: tailscale: container_name: tailscale hostname: yourhostname network_mode: "host" # mandatory if you want it system wide image: tailscale/tailscale:stable volumes: - ./Ta...
Uptime-Kuma
Link version: '3.3' services: uptime-kuma: restart: always ports: - '3001:3001' volumes: - '/srv/path/Uptime-Kuma:/app/data' container_name: uptime-kuma image: 'louislam/uptime-kuma:...
UpSnap
Link 1 | Link 2 version: "3" services: upsnap: container_name: upsnap image: ghcr.io/seriousm4x/upsnap:4 network_mode: host restart: unless-stopped volumes: - /srv/path/Files/Upsnap/data:/app/pb_data environment: ...
Pairdrop
Link version: "2" services: pairdrop: image: lscr.io/linuxserver/pairdrop:latest container_name: pairdrop restart: unless-stopped environment: - PUID=998 # UID to run the application as - PGI...
Gotify
Link version: "3" services: gotify: image: gotify/server ports: - 8080:80 environment: - GOTIFY_DEFAULTUSER_PASS=custom #change this. for "admin" credential volumes: - "./gotify_data:/app/data" gotify/server-a...
Yacy
Link Won't work as a stack, need to run in CLi. Don't change --vCheck the image you want to use. docker run -d --name yacy_search_server -p 8090:8090 -p 8443:8443 -v yacy_search_server_data:/opt/yacy_search_server/DATA --restart unless-stopped --log-opt max...
Watch your LAN
Link version: '3.3' services: watchyourlan: container_name: watchyourlan environment: - IFACE=enp1s0 eth0 - TZ=Europe/Paris network_mode: host volumes: - '/srv/path/Files/Watchyo...