Want to replace Notion (Docs, wikis, and notes) with software you run and own? These 5 Nomad Packs give you a batteries-included, host-networked deployment on HashiCorp Nomad โ one command to add the registry, one to run.
nomad-pack registry add nomploy github.com/Nomploy/nomad-packs nomad-pack run docmost --registry nomploy
Docmost โ an open-source collaborative wiki and documentation platform (spaces, pages, real-time editing) โ a self-hosted Confluence/Notion alternative. Deployed all-in-one with PostgreSQL and Redis in a single host-networked Nomad job.
Wiki.js โ a modern, powerful wiki with a Markdown/WYSIWYG editor, full-text search, access control, and Git/storage sync. Deployed as an all-in-one host-networked Nomad job: a PostgreSQL sidecar plus the Wiki.js app (content is stored in Postgres, so only the database needs a volume).
Trilium Notes (TriliumNext) โ a hierarchical note-taking and personal knowledge-base app with rich text, code notes, scripting, and full-text search. Deployed as a single host-networked Nomad service with a persistent data volume (SQLite).
HedgeDoc โ real-time, collaborative Markdown notes in the browser (shared editing, presentation mode, diagrams). Deployed as an all-in-one host-networked Nomad job: a PostgreSQL sidecar plus the HedgeDoc app with a persistent uploads volume.
Memos โ a lightweight, privacy-first note-taking / knowledge base for quick memos with Markdown, tags, and a public/private sharing model. Deployed as a single host-networked Nomad service on SQLite with a persistent data volume.