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

300 total results found

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.3' 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-compr...

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

Youtransfer

Containered Apps

version: '3.3' services: youtransfer: volumes: - '/srv/path/Files/Youtransfer/uploads:/opt/youtransfer/uploads' - '/srv/path/Files/Youtransfer/config:/opt/youtransfer/config' ports: - '89:5000' ...

Cryptpad

Containered Apps

Link version: '3.3' services: cryptpad: environment: - CPAD_MAIN_DOMAIN=example.com - CPAD_SANDBOX_DOMAIN=sandbox.example.com volumes: - '${PWD}/data/blob:/cryptpad/blob' - '${PWD}/da...

Libreoffice

Containered Apps

Link --- version: "3.3" services: libreoffice: image: ghcr.io/linuxserver/libreoffice container_name: libreoffice environment: - PUID=998 - PGID=100 - TZ=Europe/Paris volumes: - /srv/path/Files/LibreOffice/...

Onlyoffice

Containered Apps

version: '3.3' services: documentserver: ports: - '6589:80' volumes: - '/srv/path/Files/OnlyOffice/logs:/var/log/onlyoffice' - '/srv/path/Files/OnlyOffice/data:/var/www/onlyoffice/Data' ...

Docs

Ampache

Containered Apps

Link version: '3.3' services: ampache: container_name: ampache volumes: - '/srv/path/Files/Ampache/music:/media:ro' ports: - '8012:80' image: ampache/ampache

Koel

Containered Apps

Link version: '3.3' services: koel: image: hyzual/koel depends_on: - database ports: - 7852:80 environment: - DB_CONNECTION=mysql - DB_HOST=database - DB_USERNAME=koel - DB_PASSWORD=01664892g...

Netdata

Containered Apps

Link Find your host's FQDN hostname --fqdn version: '3' services: netdata: image: netdata/netdata container_name: netdata hostname: FDQN # set to fqdn of host ports: - 19999:19999 restart: unless-stopped cap_add: ...

Monitoring