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

335 total results found

Social media

Fuck Social Media

Postprocessing

Dashy

Containered Apps

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

Dashboard

FPV

Stabilisé

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

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

Headphones

Containered Apps

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

Utility
Media

Diun

Containered Apps

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

Updates
Monitoring

Ouroboros

Containered Apps

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

Updates
Monitoring

Flame

Containered Apps

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

Dashboard

Jellyfin (linuxserver)

Containered Apps

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

Media

Whoogle

Containered Apps

--- version: "3.3" services: whoogle: image: benbusby/whoogle-search:latest container_name: whoogle ports: - 5000:5000 restart: unless-stopped

Search Engine

Jackett

Containered Apps

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

Utility
Media

Bookstack

Containered Apps

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

Wiki

Premières bidouilles

Mise en place AMD64

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

Mise en place AMD64

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

Mise en place AMD64

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

Containered Apps

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

Containered Apps

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