Advanced Search
Search Results
335 total results found
Social media
Fuck Social Media
Postprocessing
Dashy
Link | Video | Base .conf version: '3.3' services: dashy: ports: - '4000:80' volumes: - '/srv/path/Files/Dashy/conf/conf.yml:/app/public/conf.yml' - '/srv/path/Files/Dashy/icons:/app/public/item-i...
FPV
Stabilisé
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 ...
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...
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...
Diun
Link 1 | Link 2 | Link 3 version: "3.3" services: diun: image: crazymax/diun:latest container_name: diun hostname: diun_dockerhost1 volumes: - /srv/path/Files/Diun/data:/data - /var/run/docker.sock:/var/run/docker.sock:...
Ouroboros
Link version: '3.3' services: ouroboros: container_name: ouroboros hostname: ouroboros image: gmt2001/ouroboros #original: pyouroboros/ouroboros not maintained environment: - MONITOR=all - SELF_UPDATE=false - ...
Flame
Link version: '3.3' services: flame: image: pawelmalak/flame:multiarch2.1.0 # Had to specify the tag container_name: flamedashboard volumes: - /srv/path/Files/FlameDashboard:/app/data - /var/run/docker.sock:/var/run/docker.so...
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 ...
Whoogle
--- version: "3.3" services: whoogle: image: benbusby/whoogle-search:latest container_name: whoogle ports: - 5000:5000 restart: unless-stopped
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...
Bookstack
--- version: "3.3" services: bookstack: image: lscr.io/linuxserver/bookstack container_name: bookstack environment: - PUID=998 - PGID=100 - APP_URL=https://your.domain.com - DB_HOST=bookstack_db - DB_USE...
Premières bidouilles
New Pi password passwd New root password sudo passwd Config sudo raspi-config #change gpu, hostname, password, TZ sudo apt update sudo apt upgrade -y sudo reboot now #(sudo apt update && sudo apt full-upgrade -y) Check RAM & SWAP free -m R...
Installer OMV Extras
OMV5 sudo wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash sudo dpkg --configure -a OMV6 wget -O - https://github.com/OpenMediaVault-Plugin-Developers/packages/raw/master/install | bash Go to loca...
Se procurer l'OS
OpenMediaVault - Debian + OMV: https://www.openmediavault.org/?page_id=77 - Debian: https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-11.2.0-amd64-netinst.iso
Nextcloud
Link 1 | Link 2 version: '3.8' volumes: nextcloud: db: services: db: image: mariadb restart: unless-stopped command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW --innodb-file-per-table=1 --skip-innodb-read-only-com...
Nginx Proxy Manager
Link version: '3.3' services: app: image: 'jc21/nginx-proxy-manager:latest' ports: - '80:80' - '81:81' - '443:443' environment: DB_MYSQL_HOST: "db" DB_MYSQL_PORT: 3306 DB_MYSQL_USER: "npm" DB...