Advanced Search
Search Results
311 total results found
Unpackerr
Github | Docker compose docs | Config generator Unpackerr runs as a daemon on your download host or seedbox. It checks for completed downloads and extracts them so Lidarr, Radarr, Readarr, and Sonarr may import them. If your problem is rar files getting stuck...
Araa
Github | Compose example | Clarification services: araa-search: container_name: Araa image: docker.io/temthelem/araa-search:latest environment: - DOMAIN=araa.domain.click ports: - "6413:8000" Configuring (Environmental Va...
Créer un bot Discord pour nettoyer automatiquement les canaux d'un serveur.
Créer un bot Discord pour supprimer les messages de différents canaux est faisable avec Python et la bibliothèque discord.py. Voici un guide simple pour le mettre en place sous Debian. Étapes pour créer et exécuter le bot 1. Créer une application Discord Ren...
Gerbera
Github | Docs Gerbera is a UPnP media server which allows you to stream your digital media through your home network and consume it on a variety of UPnP compatible devices. Ports Port 49494/tcp (HTTP, also set as gerbera port via command line) and 1900/udp (S...
HRConvert2
Github A self-hosted drag-and-drop file conversion server & file sharing tool that supports 445 file formats with 4 color schemes & 13 end-user selectable languages. services: hrconvert2: ports: - 8080:80 - 8443:443 image: zelon88/...
Thumbor
Github Crop, resize, transform and much more, all on-demand and AI Powered Running with Docker Unfortunately Thumbor doesn't have an official Docker image it looks like, but there are some trusted unofficial images, in particular, the minimalcompact/thumbor...
ClipBucket
Github ClipBucket is an Open Source and freely downloadable PHP script that will let you start your own Video Sharing website (YouTube/Netflix Clone) in a matter of minutes. ClipBucket is the fastest growing video script with the most advanced video sharing a...
Use scp to copy a file and a directory from one machine to another:
Use scp to copy a file and a directory from one machine to another: Copying a Single File Open a terminal on the source machine (Machine A). Use the scp command to copy the file to the destination machine (Machine B). scp /path/to/sourc...
Movie Roulette
Github Can't decide what to watch? Movie Roulette helps you pick random movies from your Plex and/or Jellyfin libraries, with features like cinema poster mode, service integrations, and device control. Container Images Registry Architecture Ve...
Notesnook sync server (local storage)
Overview This guide will help you set up a self-hosted instance of Notesnook using Docker Compose. Components Breakdown Core Components (Required) 1. Notesnook Server (notes.domain.com:5264) Purpose: Main synchronization server Accessibility: Must be publicl...
Libretranslate-web: Languagetool, Libretranslate.
Github | Languaguetool | LibreTranslate This is a frontend app that uses LibreTranslate and LanguageTool as a backend. services: libretranslate: tty: true stdin_open: true ports: - "5997:5000" environment: - host=192.168....
Dolibarr
Official Docker image services: db: image: mariadb:latest environment: MYSQL_ROOT_PASSWORD: MYSQL_DATABASE: dolibarr MYSQL_USER: dolibarr MYSQL_PASSWORD: volumes: - /srv/Files/Dolibarr/db:/var/lib/mysql...
Print with Canon Selphy CP1500
Enhancing Print Quality with ICC Profiles for Canon Selphy CP1500 If you're a proud owner of the Canon Selphy CP1500 printer, you might have noticed that the colors in your prints sometimes appear "off." This issue can be frustrating, especially when you're tr...
Gestion Automatisée des Conteneurs Docker avec Timeout et Recréation / Automated Docker Container Management with Timeout and Auto-Recreation
🎯 Objectif : Créer un script pour : Lister les conteneurs actifs (sauf Portainer) Sauvegarder les informations essentielles (ID, nom, ports, volumes) Arrêter les conteneurs pour la maintenance (sans toucher à Portainer) Redémarrer automatiquement après 4 heur...
Luna Calendar
https://github.com/Opisek/luna Image from https://github.com/tiritibambix/gh_actions/ name: luna services: luna-frontend: container_name: luna-frontend image: tiritibambix/lunafrontend:latest ports: - "3000:3000" volumes: ...
Fluid Calendar
Github 🛠 Prerequisites Before starting, ensure you have: Docker installed on your machine Portainer set up and running An available port for the app (default is 3000, but we will use 3087 in this guide) An available port for PostgreSQL (default is 54...
Docker, Docker Compose, Portainer
1. Installation de Docker Mettre à jour le système : apt update && apt upgrade -y Installer les dépendances nécessaires : apt install -y ca-certificates curl gnupg Ajouter la clé GPG officielle de Docker : install -m 0755 -d /etc/apt/keyrings curl -fsSL http...
Radicale
Github | Official Website There is no official docker image. This was the most up to date project. Step 1: Create Configuration Directory Create a directory to store your Radicale configuration files: mkdir -p /srv/Files/Radicale/config Step 2: Create Con...
Sécuriser et Configurer un VPS avec UFW & Nginx Proxy Manager
🔹 Objectifs ✅ Bloquer tous les accès extérieurs sauf : HTTP (80) & HTTPS (443) pour tout le monde (pour les noms de domaine). SSH et autres ports sensibles accessibles uniquement depuis tes IPs autorisées. ✅ Installer Docker et Nginx Proxy Manager. ✅ Pointer ...
Automatiser la Synchronisation entre Deux Serveurs avec rsync et SSH
Étape 1 : Générer une paire de clés SSH sur la Machine A Connectez-vous à la Machine A : Ouvrez un terminal sur la Machine A. Générez une paire de clés SSH : Utilisez la commande suivante pour générer une nouvelle paire de clés SSH : ssh-keygen -t rsa -b 4...