Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

32 total results found

Kutt

Containered Apps

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...

Network
Utility

ProjectSend

Containered Apps

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/...

Network
Utility

Transmission-OpenVPN

Containered Apps

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...

Network
Media
Utility

XBackbone

Containered Apps

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 ...

Network
Media
Utility

Changedetection.io

Containered Apps

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...

Network
Utility

Linx Server

Containered Apps

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...

Network
Utility
Media

Goaccess for NginxProxyManager

Containered Apps

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...

Network
Utility

Joal

Containered Apps

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 ...

Torrent
Media
Network

Prowlarr

Containered Apps

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...

Network
Utility
Media
*arr

qBittorentVPN (trigus42)

Containered Apps

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...

Network
Media
Utility
Torrent

qBittorrent

Containered Apps

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: ...

Network
Media
Utility
Torrent

Pihole

Containered Apps

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...

Network

Gluetun

Containered Apps

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...

Network

Tailscale (in a container, host wide)

Containered Apps

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...

Utility
Network

Uptime-Kuma

Containered Apps

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:...

Utility
Network
Monitoring

UpSnap

Containered Apps

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: ...

Utility
Network

Pairdrop

Containered Apps

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...

Utility
Network

Gotify

Containered Apps

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...

Utility
Network

Yacy

Containered Apps

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...

Search Engine
Network

Watch your LAN

Containered Apps

Link version: '3.3' services: watchyourlan: container_name: watchyourlan environment: - IFACE=enp1s0 eth0 - TZ=Europe/Paris network_mode: host volumes: - '/srv/path/Files/Watchyo...

Network