Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

339 total results found

Legislation Française, catégories et exploitation.

Stabilisé

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

Containered Apps

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...

Photo

QBittorrentVPN (binhex)

Containered Apps

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...

Media
Torrent

Photoview

Containered Apps

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...

Photo

Librephotos

Containered Apps

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 ...

Photo

SiYuan

Containered Apps

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: - ...

Docs

MinMon

Containered Apps

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...

Monitoring

KitchenOwl

Containered Apps

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...

Utility

Pinchflat

Containered Apps

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 ...

Media

Update portainer Business

General knowledge.

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

Containered Apps

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...

AI

Install Docker and Portainer on Debian for Self-Hosting

Mise en place

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

Containered Apps

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

Post Processing

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

Photo
Instagram

How do I know which container takes up the most resources in docker? Comment savoir quel conteneur prend le plus de ressources dans docker ?

General knowledge.

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...

Monitoring

Musicbrainz Picard

Containered Apps

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: {}  

Music

SuiteCRM

Containered Apps

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. ...

CRM

Odoo

Containered Apps

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:/...

CRM