Docker : On installe un puissant gestionnaire de PDF sur notre NAS Synology !

Docker : On installe un puissant gestionnaire de PDF sur notre NAS Synology !

Retrouvez le Tipeee pour soutenir la chaîne Matthe En Roue Libre ► https://fr.tipeee.com/mattheenrouelibre J'ai récemment découvert une application exceptionnelle pour la gestion de nos PDF à installer sur nos NAS Synology ! Celle-ci, grâce à l'intelligence artificielle, permet de modifier en profondeur et gratuitement nos PDF ! C'est pourquoi je suis très heureux de vous présenter le tutoriel d'installation aujourd'hui. Vous pouvez retrouver ci-dessous toutes les informations utiles à votre installation : 1. Les dossiers à créer dans File Station dans le dossier docker : ► portainer ► stirling/config ► stirling/data 2. Le script qu'il faut exécuter pour l'installation de portainer : docker run -d --name=portainer \ -p 8000:8000 \ -p 9000:9000 \ -v /var/run/docker.sock:/var/run/docker.sock \ -v /volume1/docker/portainer:/data \ --restart=always \ portainer/portainer-ce 3. Le stack que vous devez deployer dans portainer pour la mise en place de Stirling :: version: '3.9' services: stirling-pdf: container_name: Stirling-PDF image: frooodle/s-pdf mem_limit: 2g cpu_shares: 768 security_opt: no-new-privileges:true healthcheck: test: curl -f http://localhost:8080/ || exit 1 ports: 3637:8080 # Premier port à modifier volumes: /volume1/docker/stirling/data:/usr/share/tesseract-ocr/4.00/tessdata:rw /volume1/docker/stirling/config:/configs:rw environment: DOCKER_ENABLE_SECURITY: true SECURITY_ENABLELOGIN: true SECURITY_INITIALLOGIN_USERNAME: Matthe # à modifier SECURITY_INITIALLOGIN_PASSWORD: mattheenrouelibre # à modifier SECURITY_CSRFDISABLED: true SYSTEM_DEFAULTLOCALE: fr_FR UI_APPNAME: MatthePDF # à modifier UI_HOMEDESCRIPTION: Description # à modifier UI_APPNAMENAVBAR: MatthePDF # à modifier SYSTEM_MAXFILESIZE: 3000 # Set the maximum file size in MB METRICS_ENABLED: true SYSTEM_GOOGLEVISIBILITY: false # or true restart: on-failure:5 Je vous liste ci-dessous tous les logiciels évoqués dans la vidéo. ► Docker : https://www.docker.com/ ► Synology : https://www.synology.com/fr-fr ► Portainer : https://www.portainer.io/ ► Stirling-PDF : https://github.com/Frooodle/Stirling-PDF Vous pouvez aussi retrouver ci-dessous mes précédentes vidéos consacrées aux nas dont certaines sont évoquées dans la vidéo du jour. ► Cinq applications que vous devez installer sur votre NAS Synology ! :    • Cinq applications que vous devez installer...   ► Comment bien choisir son NAS ? :    • Comment bien choisir son NAS ?   ► Docker : On installe Adguard Home sur notre NAS Synology ! :    • Docker : On installe Adguard Home sur notr...   ► TIPEE : https://fr.tipeee.com/mattheenrouelibre ► FACEBOOK :   / mattheenrouelibre   ► TWITCH :   / mattheenrouelibre   ► INSTAGRAM :   / mattheenrouelibre   ► TWITTER :   / matthe95   ► TIKTOK :   / mattheenrouelibre