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

311 total results found

Wallos

Containered Apps

Subscription tracker Link version: '3.0' services: wallos: container_name: wallos image: bellamy/wallos:latest ports: - "8282:80/tcp" environment: TZ: 'America/Toronto' # Volumes store your data between container ...

Finance
Monitoring

ownCloud

Containered Apps

Link version: "3" volumes: files: driver: local mysql: driver: local redis: driver: local services: owncloud: image: owncloud/server:${OWNCLOUD_VERSION} #eg owncloud/server:latest container_name: owncloud_server ...

Media
Docs

ownCloud Infinity Scale

Containered Apps

This note was originally taken from: https://owncloud.dev/ocis/guides/ocis-local-docker/ Start oCIS with docker compose  Create the project  Use the following skeleton as a docker-compose.yml: mkdir simple-ocis && \ cd simp...

Media

Cloudreve

Containered Apps

Create the necessary directory structure: mkdir -vp cloudreve/{uploads,avatar} \ && touch cloudreve/conf.ini \ && touch cloudreve/cloudreve.db \ && mkdir -p aria2/config \ && mkdir -p data/aria2 \ && chmod -R 777 data/aria2 Save the following content ...

Media

*arr Mega Stack

Containered Apps

version: "3.7" services: radarr: container_name: radarr hostname: Radarr image: ghcr.io/hotio/radarr ports: - "7878:7878" environment: - PUID=998 - PGID=100 - UMASK=002 - TZ=Europe/Paris vo...

Media

Seafile

Containered Apps

Link services: db: image: mariadb:10.11 restart: always container_name: seafile-mysql environment: - MYSQL_ROOT_PASSWORD=db_dev # Requested, set the root's password of MySQL service. - MYSQL_LOG_CONSOLE=true volumes:...

Media

Shotshare

Containered Apps

An Imgur replacement Link cd /homegit clone https://github.com/mdshack/shotsharecd /srv/dev-disk-by-uuid-7fe66601-5ca0-4c09-bc13-a015025fe53a/Files/sudo mkdir Shotsharecd /srv/dev-disk-by-uuid-7fe66601-5ca0-4c09-bc13-a015025fe53a/Files/Shotsharesudo mkdir sh...

Media
Photo

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