Advanced Search
Search Results
20 total results found
Pinedocs
Link version: '3.3' services: web: image: rvbg/pinedocs #amd64 : xy2z/pinedocs ports: - 3619:80 volumes: - ./data:/data/pinedocs restart: unless-stopped
Our Shopping List
Link version: '3.3' services: app: image: nanawel/our-shopping-list:latest restart: unless-stopped ports: - '6598:8080' depends_on: - mongodb mongodb: image: mongo:4 volumes: - /srv/path/Files/OurShopp...
Nextcloud (ARM64)
version: '3.3' services: db: image: yobasystems/alpine-mariadb:latest command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW --innodb-read-only-compressed=OFF # or --transaction-isolation=READ-COMMITTED --binlog-format=ROW --innodb-f...
Flatnotes
Link version: "3" services: flatnotes: container_name: flatnotes image: dullage/flatnotes:latest environment: PUID: 998 PGID: 100 FLATNOTES_AUTH_TYPE: "password" FLATNOTES_USERNAME: "user" FLATNOTES_PASS...
Note-mark
Link Both the backend and frontend are distributed by as Docker images, making deployment easier. Below are the image names: ghcr.io/enchant97/note-mark-backend ghcr.io/enchant97/note-mark-frontend The following labels are available: TIP Image labe...
Silverbullet
Link silverbullet: container_name: silverbullet image: zefhemel/silverbullet volumes: - /media/docker/silverbullet/space:/space ports: - 3000:3000 restart: unless-stopped environment: - PUID=1000 - P...
Onlyoffice
version: '3.3' services: documentserver: ports: - '6589:80' volumes: - '/srv/path/Files/OnlyOffice/logs:/var/log/onlyoffice' - '/srv/path/Files/OnlyOffice/data:/var/www/onlyoffice/Data' ...
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: - ...
ownCloud
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 ...
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
Obsidian
Link Obsidian is a note-taking app that lets you create, link, and organize your notes on your device, with hundreds of plugins and themes to customize your workflow. You can also publish your notes online, access them offline, and sync them securely with end...
Docuseal
Link 1 | Link 2 DocuSeal is an open source platform that provides secure and efficient digital document signing and processing. Create PDF forms to have them filled and signed online on any device with an easy-to-use, mobile-optimized web tool. version: '3'...
Docmost
Link Open-source collaborative wiki and documentation software. version: '3' services: docmost: image: docmost/docmost:latest depends_on: - db - redis environment: APP_URL: 'http://localhost:3000' APP_SECRET:...
Joplin
Github | Website | Forums | See also Joplin Webview and Joplin webapp Joplin is a free, open source note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, can be copied, tagged and modif...
Logseq
Github | Logseq Docker Web App Guide A privacy-first, open-source platform for knowledge management and collaboration docker run -d --rm -p 3051:80 ghcr.io/logseq/logseq-webapp:latest
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...
Stirling-PDF
Github Stirling-PDF is a robust, locally hosted web-based PDF manipulation tool using Docker. It enables you to carry out various operations on PDF files, including splitting, merging, converting, reorganizing, adding images, rotating, compressing, and more. ...
Notesnook sync server (local storage)
Overview This guide will help you set up a self-hosted instance of Notesnook using Docker Compose. Components Breakdown Core Components (Required) 1. Notesnook Server (notes.domain.com:5264) Purpose: Main synchronization server Accessibility: Must be publicl...
Libretranslate-web: Languagetool, Libretranslate.
Github | Languaguetool | LibreTranslate This is a frontend app that uses LibreTranslate and LanguageTool as a backend. services: libretranslate: tty: true stdin_open: true ports: - "5997:5000" environment: - host=192.168....
Paperless-ngx
Link | Config # Docker Compose file for running paperless from the Docker Hub. # This file contains everything paperless needs to run. # Paperless supports amd64, arm and arm64 hardware. # # All compose files of paperless configure paperless in the follow...