Advanced Search
Search Results
33 total results found
Smokeping
--- version: "2.1" services: smokeping: image: lscr.io/linuxserver/smokeping:latest container_name: smokeping environment: - PUID=998 - PGID=100 - TZ=Europe/Paris volumes: - /srv/path/Files/Smokeping/config:...
Unbound
Link 1 | Link 2 version: "3.3" services: unbound: container_name: unbound ports: - 5335:53/tcp - 5335:53/udp image: klutchell/unbound restart: always networks: {}
Flaresolverr
Link | Link 2 version: "3.3" services: flaresolverr: # DockerHub mirror flaresolverr/flaresolverr:latest image: ghcr.io/flaresolverr/flaresolverr:latest container_name: flaresolverr environment: - LOG_LEVEL=debug - LOG_HT...
Overseerr / Jellyseerr
Overseerr version: "3.7" services: overseerr: container_name: overseerr image: ghcr.io/hotio/overseerr ports: - "5055:5055" environment: - PUID=1000 - PGID=1000 - UMASK=002 - TZ=Etc/UTC volumes...
Sonarr
Link version: "3.7" services: sonarr: container_name: sonarr image: ghcr.io/hotio/sonarr ports: - "8989:8989" environment: - PUID=998 - PGID=100 - UMASK=002 - TZ=Europe/Paris volumes: - ...
Lidarr / LidarrOnSteroids (Lidarr+Deemix)
Lidarr version: "3.7" services: sonarr: container_name: lidarr image: ghcr.io/hotio/lidarr ports: - "8686:8686" environment: - PUID=998 - PGID=100 - UMASK=002 - TZ=Europe/Paris volumes: ...
Radarr
Link version: "3.7" services: radarr: container_name: radarr image: ghcr.io/hotio/radarr ports: - "7878:7878" environment: - PUID=998 - PGID=100 - UMASK=002 - TZ=Europe/Paris volumes: - ...
Bazarr
Link version: "3.7" services: sonarr: container_name: bazarr image: ghcr.io/hotio/bazarr ports: - "6767:6767" environment: - PUID=998 - PGID=100 - UMASK=002 - TZ=Europe/Paris volumes: - ...
Shlink
Video*ShlinkMaxmind version: "3" services: shlink: image: shlinkio/shlink:stable restart: unless-stopped container_name: shlink-backend environment: - TZ="Europe/Paris" - DEFAULT_DOMAIN=sub.domain.ldt #no http/https. no...
qBittorentVPN (hotio) [most UTD notes]
Link version: "3.7" services: qbittorrent: container_name: qbittorrentvpn image: ghcr.io/hotio/qbittorrent ports: - 8992:8992 - 8118:8118 environment: - WEBUI_PORTS=8992/tcp,8992/udp - PUID=998 - PG...
Force DNS change.
In my case, /etc/resolved.conf was a symlink pointing to /run/systemd/resolve/stub-resolv.conf. I could edit both but they reverted to default after a reboot. So I did cp "/etc/resolv.conf" "/etc/resolv.conf_ORIGINAL" And edited it to my liking. For example: ...
Automatiser la Synchronisation entre Deux Serveurs avec rsync et SSH
Ce guide explique pas à pas comment synchroniser automatiquement un dossier entre deux machines (Machine A → Machine B) en utilisant rsync via une connexion sécurisée SSH. Étape 1 : Générer une paire de clés SSH sur la Machine A On crée une paire de clés (...
Automatiser la Synchronisation entre Deux Serveurs avec rsync et SSH AVEC VERSIONING
Voici un tuto complet, clair et corrigé, intégrant toutes les leçons tirées de ton expérience : pas d’accents, chemin de clef SSH précisé, création automatique des dossiers, rotation quotidienne/hebdo/mensuelle. 1️⃣ Objectif Ce guide explique comment synch...