Advanced Search
Search Results
61 total results found
Smokeping
--- version: "2.1" services: smokeping: image: lscr.io/linuxserver/smokeping:latest container_name: smokeping environment: - PUID=998 - PGID=100 - TZ=Europe/Paris volumes: - /srv/path/Files/Smokeping/config:...
Dockge
Link version: "3.8" services: dockge: image: louislam/dockge:latest restart: unless-stopped ports: # Host Port:Container Port - 5001:5001 volumes: - /var/run/docker.sock:/var/run/docker.sock - /srv/Dockge/da...
Actual Budget
Link 1 | Link 2 version: '3.7' services: actual-server: image: tbleiker/actual-server:latest container_name: actual-server volumes: - srv/path/Files/ActualBudget/data:/data ports: - 5006:5006 restart: unless-stopped
Nomie
Link 1 | Link 2 First, create <YOUR PATH>/couchdb.ini and paste this: [HTTPD] enable_cors = true [chttpd] enable_cors = true [cors] origins = * credentials = true methods = GET, PUT, POST, HEAD, DELETE headers = accept, authorization, content-typ...
Shlink
Video*ShlinkMaxmind version: "3" services: shlink: image: shlinkio/shlink:stable restart: unless-stopped container_name: shlink-backend environment: - TZ="Europe/Paris" - DEFAULT_DOMAIN=sub.domain.ldt #no http/https. no...
Immich
Link Docker Compose [Recommended] Docker Compose is the recommended method to run Immich in production. Below are the steps to deploy Immich with Docker Compose. Step 1 - Download the required files Create a directory of your choice (e.g. ./immich-app) to ...
qBittorentVPN (hotio) [most UTD notes]
Link version: "3.7" services: qbittorrent: container_name: qbittorrentvpn image: ghcr.io/hotio/qbittorrent ports: - 8992:8992 - 8118:8118 environment: - WEBUI_PORTS=8992/tcp,8992/udp - PUID=998 - PG...
Morphos
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
Reader
Link A speedreading tool version: "3.3" services: reader: ports: - 5301:8080 image: davidewiest/reader:latest
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...
Filebrowser
Link version: '3.3' services: filebrowser: container_name: filebrowser image: filebrowser/filebrowser:latest volumes: - /srv/path/:/srv # Arborescence qui sera visible de l'utilisateur par défaut - /srv/path/conf/filebrowser....
Picoshare
Link version: '3.3' services: picoshare: environment: - PORT=3001 - PS_SHARED_SECRET=XXXXXX ports: - '3001:3001/tcp' volumes: - '/srv/path/Files/Picoshare/data:/data' ...
Joplin Webview
Github A simple web viewer for Joplin notes. version: '3.4' x-common-variables: &common-variables ORIGINS: "'http://localhost:22301', 'http://192.168.1.103:22301'" #match ports JOPLIN_LOGIN_REQUIRED: True services: django-joplin-vieweb: ...
Trilium
Link version: '3.3' services: trilium: ports: - '8080:8080' volumes: - '/srv/path/Files/Trilium/trilium-data:/home/node/trilium-data' image: 'zadam/trilium:latest' chmod 777 /srv/path/Files/Trilium/t...
Portall
Github 🚢 Portall - Port Management System Portall provides an intuitive web-interface for generating, tracking, and organizing ports and services across multiple hosts. 🐳 Setup Docker Run docker run -p 8080:8080 \ -e SECRET_KEY=your_secret_key \ -e PORT=8...
QDirStat
Github Docker container for QDirStat This project implements a Docker container for QDirStat. QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. The GUI of the application is accessed through a modern...
Plant-it
Github Plant-it is a self-hosted gardening companion app. Useful for keeping track of plant care, receiving notifications about when to water plants, uploading plant images, and more. Installing Plant-it is pretty straight forward, in order to do so follow t...
HRConvert2
Github A self-hosted drag-and-drop file conversion server & file sharing tool that supports 445 file formats with 4 color schemes & 13 end-user selectable languages. services: hrconvert2: ports: - 8080:80 - 8443:443 image: zelon88/...
Bloben
Link 1. Files Clone this repository https://github.com/nibdo/bloben-app git clone https://github.com/nibdo/bloben-app.git 2. Secrets Copy .env.example file to .env file. You will need to change secrets for database, session, two-factor authentication and ...
Homepage
Link services: homepage: image: ghcr.io/gethomepage/homepage:latest container_name: homepage ports: - 5005:3000 volumes: - /srv/path/to/config:/app/config - /srv/path1:/data # for...