Advanced Search
Search Results
339 total results found
Legislation Française, catégories et exploitation.
Devenir télépilote Playlist: https://youtube.com/playlist?list=PLF9wFUc9WFrM0Uaf_TwEWtsNNvpRVTTXL FormationOu Candidat libre. 30€ Le manuel du télépilote de droneManuel de formation théorique du télépilote (chez Mermoz, à l'air mieux) QCM, 60 questions, pa...
Pigallery2
version: "3.3" services: pigallery2: ports: - xxxx:80 environment: - NODE_ENV=production volumes: - ./Pigallery2/config:/app/data/config - ./Pigallery2/db:/app/data/db - ./Pigallery2/images:/app/data/images...
QBittorrentVPN (binhex)
Docs AirVPN provider AirVPN users will need to generate a unique OpenVPN configuration file by using the following link https://airvpn.org/generator/ Please select Linux and then choose the country you want to connect to Save the ovpn file to somewhere s...
Photoview
Link version: "3" services: db: image: mariadb:10.5 restart: always environment: - MYSQL_DATABASE=photoview - MYSQL_USER=photoview - MYSQL_PASSWORD=photosecret #change - MYSQL_RANDOM_ROOT_PASSWORD=1 volume...
Librephotos
Link mkdir librephotos cd librephotos touch .env nano .env .env # This file contains all the things you need to change to set up your Libre Photos. # There are a few items that must be set for it to work such as the location of your photos. # After ...
SiYuan
Link version: "3.9" services: main: image: b3log/siyuan command: ['--workspace=/siyuan/workspace/', '--accessAuthCode=xxxxx'] # accessAuthCode=password user: '1000:1000' # do not change ports: - 6806:6806 volumes: - ...
MinMon
Link Create /srv/Files/Minmon/minmon.toml. Example config here. More info on config here. version: "3" services: minmon: image: ghcr.io/flo-at/minmon:latest volumes: - /srv/Files/Minmon/minmon.toml:/etc/minmon.toml:ro # The foll...
KitchenOwl
Link KitchenOwl is a smart self-hosted grocery list and recipe manager. version: "3" services: front: image: tombursch/kitchenowl-web:latest restart: unless-stopped ports: - "80:80" depends_on: - back back: image...
Pinchflat
Link First: mkdir -vp .../Pinchflat/{config,downloads} \ && chown -R nobody /Pinchflat \ && chmod -R 755 /Pinchflat version: "3.3" services: pinchflat: environment: - BASIC_AUTH_USERNAME=user - BASIC_AUTH_PASSWORD=password ...
Update portainer Business
docker rm portainer docker stop portainer docker pull portainer/portainer-ee:latest docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ee:late...
Ollama + Open WebUI
Docker Hub | Vidéo Youtube --- version: "3.6" services: ollama: image: ollama/ollama restart: unless-stopped container_name: ollama ports: - '11434:11434' volumes: - '/srv/Files/Oll...
Install Docker and Portainer on Debian for Self-Hosting
When I started tinkering with self-hosting, Docker was by far my biggest hurdle. But to learn more about Docker, we need to figure out how to install it first. Then, later we will install and use Portainer to manage and monitor our Docker containers. Table of ...
MediaCMS
Docker Update Configuration cd /srv/path/Files git clone https://github.com/mediacms-io/mediacms cd /srv/path/Files/mediacms mkdir postgres_data \ && chmod -R 755 postgres_data nano docker-compose.yaml version: "3" services: redis: image: "...
Export Lightroom settings for Instagram
File Settings Image format: JPEG Quality: 80 Color space: sRGB Image Sizing Resize to fit : Long Edge 1080 pixels Resolution: 240ppp Output Sharpening Sharpening for: Screen Amount: High
How do I know which container takes up the most resources in docker? Comment savoir quel conteneur prend le plus de ressources dans docker ?
There are several ways to identify the resource hog among your Docker containers. Here's a breakdown of methods you can use: 1. Using the docker stats command: This is a built-in command that provides real-time resource usage information for running containers...
Musicbrainz Picard
Link version: "3.3" services: picard: container_name: picard ports: - 5800:5800 volumes: - /path/to/config:/config:rw - /path/to/music/:/storage:rw image: mikenye/picard networks: {}
SuiteCRM
Installation LinkConfig # Copyright VMware, Inc. # SPDX-License-Identifier: APACHE-2.0 version: '2' services: mariadb: image: docker.io/bitnami/mariadb:11.3 environment: # ALLOW_EMPTY_PASSWORD is recommended only for development. ...
Odoo
Link version: '2' services: db: image: postgres:10 environment: - POSTGRES_USER=odoo - POSTGRES_PASSWORD=odoo - POSTGRES_DB=postgres - PGDATA=/var/lib/postgresql/data/pgdata volumes: - /srv/Files/Odoo/db:/...