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

20 total results found

Pinedocs

Containered Apps

Link version: '3.3' services: web: image: rvbg/pinedocs #amd64 : xy2z/pinedocs ports: - 3619:80 volumes: - ./data:/data/pinedocs restart: unless-stopped

Docs

Our Shopping List

Containered Apps

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

Utility
Docs

Nextcloud (ARM64)

Containered Apps

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

Media
Utility
Docs

Flatnotes

Containered Apps

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

Docs

Note-mark

Containered Apps

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

Docs

Silverbullet

Containered Apps

Link silverbullet: container_name: silverbullet image: zefhemel/silverbullet volumes: - /media/docker/silverbullet/space:/space ports: - 3000:3000 restart: unless-stopped environment: - PUID=1000 - P...

Docs

Onlyoffice

Containered Apps

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

Docs

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

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

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

Obsidian

Containered Apps

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

Docs

Docuseal

Containered Apps

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

Docs

Docmost

Containered Apps

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

Docs

Joplin

Containered Apps

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

Docs

Logseq

Containered Apps

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

Docs

Trilium

Containered Apps

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

Utility
Docs

Stirling-PDF

Containered Apps

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

Docs

Notesnook sync server (local storage)

Containered Apps

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

Docs
Notes

Libretranslate-web: Languagetool, Libretranslate.

Containered Apps

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

Docs

Paperless-ngx

Containered Apps

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

Docs