Advanced Search
Search Results
300 total results found
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.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
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
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
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
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
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' ...
Ampache
Link version: '3.3' services: ampache: container_name: ampache volumes: - '/srv/path/Files/Ampache/music:/media:ro' ports: - '8012:80' image: ampache/ampache
Koel
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
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: ...