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

335 total results found

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

Dolibarr (old)

Containered Apps

Link 1 | Link 2 | Official Docker image version: '3' services: mariadb: image: mariadb:10.6 container_name: mariadb restart: unless-stopped command: --character_set_client=utf8 --character-set-server=utf8mb4 --collation-server=utf8...

CRM
Finance

Docker-webui

Containered Apps

LinkLink 2 version: '3.3' services: docker-webui: image: macgyverbass/docker-webui container_name: docker-webui restart: unless-stopped ports: - "8900:9000" stdin_open: true tty: ...

Monitoring

EspoCRM

Containered Apps

Link version: '3.8' services: espocrm-db: image: mariadb:latest container_name: espocrm-db environment: MARIADB_ROOT_PASSWORD: CHANGEME #change MARIADB_DATABASE: espocrm MARIADB_USER: espocrm MARIADB_PASSWORD...

CRM

Twenty

Containered Apps

Link mkdir -vp /srv/Files/Twenty/{data,db} \ && touch /srv/Files/Twenty/.env \ && touch /srv/Files/Twenty/docker-compose.yml \ && chmod -R 777 /srv/Files/Twenty/ Edit .env TAG=latest POSTGRES_ADMIN_PASSWORD=STRONGPASSWORD PG_DATABASE_HOST=db:5432 ...

CRM

Nautical-backup

Containered Apps

Link version: '3' services: nautical-backup: image: minituff/nautical-backup:2 container_name: nautical-backup volumes: - /var/run/docker.sock:/var/run/docker.sock - /source:/app/source - /destination:/app/destination envir...

Paisa

Containered Apps

Link version: "3.3" services: paisa: ports: - 7500:7500 volumes: - /srv/Files/Paisa/:/root/Documents/paisa/ image: ananthakumaran/paisa:latest

Finance

New Speedtest Tracker

Containered Apps

GithubInstall version: "3.3" services: speedtest-tracker: container_name: speedtest-tracker restart: unless-stopped ports: - 8080:80 environment: - PUID=998 - PGID=100 - DB_CONNECTION=sqlite volumes: ...

Monitoring

Morphos

Containered Apps

Link Morphos server aims to provide a self-hosted server to convert files privately. version: "3.3" services: morphos-server: ports: - 8080:8080 volumes: - /tmp:/tmp image: ghcr.io/danvergara/morphos-server:latest

Docs
Utility