Curated, one-click Nomad Pack recipes โ databases, observability, dev tools, and apps that come up with sensible defaults. One command to add the registry, one to run any pack.
๐ฆ Common stacks ยท ๐งฉ Stack builder โ check for port conflicts โ
Actual Budget โ a fast, privacy-focused, local-first personal finance / envelope-budgeting app with a self-hosted sync server. Deployed as a host-networked Nomad service with a persistent volume for your budget data.
AdGuard Home โ a network-wide DNS server that blocks ads, trackers, and malware for every device on your network, with a web dashboard, filter lists, and per-client rules. Deployed as a single host-networked Nomad service with work and config volumes.
Adminer โ a full-featured database management tool in a single PHP file (PostgreSQL, MySQL/MariaDB, SQLite, and more). Deployed as a stateless host-networked Nomad service; pairs with the postgres/mariadb packs.
Prometheus Alertmanager โ handles alerts sent by Prometheus: deduplicates, groups, silences, and routes them to receivers (email, Slack, webhooks, ntfy/gotify, โฆ). Deployed as a host-networked Nomad service with a rendered starter config on a persistent volume. Pairs with the monitoring pack.
Audiobookshelf โ a self-hosted audiobook and podcast server with streaming apps for iOS/Android, progress sync, multi-user support, and podcast auto-download. Deployed as a single host-networked Nomad service with config, metadata, and library volumes.
authentik โ an open-source Identity Provider and SSO: OAuth2/OIDC, SAML, LDAP, forward-auth, MFA, and flows. Deployed all-in-one with its PostgreSQL and Redis plus the server and worker in a single host-networked Nomad job.
Scheduled volume backups with restic โ a periodic Nomad batch job that snapshots the Docker named volumes you list to an S3-compatible repository (e.g. the seaweedfs pack), with encryption and retention/pruning.
Beszel โ a lightweight server monitoring hub with historical CPU/memory/disk/network stats, Docker container stats, and configurable alerts. Deployed as the host (web UI + database); add the beszel-agent on each machine you want to monitor. A simpler alternative to the monitoring pack.
Prometheus Blackbox Exporter โ probes endpoints over HTTP, HTTPS, TCP, DNS, and ICMP and exposes the results for Prometheus (uptime, latency, cert expiry). Deployed as a stateless host-networked Nomad service with a rendered module config. Pairs with the monitoring pack.
Caddy โ a fast web server and reverse proxy with automatic HTTPS. Deployed as a host-networked Nomad service with a Caddyfile rendered from a variable and a data volume that persists ACME certificates. Edit the caddyfile variable to serve files or reverse-proxy your apps.
changedetection.io โ watch web pages for changes and get notified (price drops, restocks, content edits), with visual diffs, CSS/XPath filters, and 90+ notification targets. Deployed as a single host-networked Nomad service with a datastore volume.
ClickHouse โ a fast open-source column-oriented OLAP database for real-time analytics. Deployed as a host-networked Nomad service with a persistent Docker volume, HTTP and native ports, and a bootstrap user/database.
CloudBeaver โ a browser-based database manager from the DBeaver team: connect to PostgreSQL, MySQL/MariaDB, SQLite, ClickHouse, and many more, and browse schemas, run SQL, and edit data. Deployed as a single host-networked Nomad service with a workspace volume.
cloudflared โ run a Cloudflare Tunnel to expose your Nomad services to the internet over an outbound-only connection, no open inbound ports or public IP required. Deployed as a stateless host-networked Nomad service driven by a tunnel token.
CockroachDB โ a distributed SQL database that speaks the PostgreSQL wire protocol, with strong consistency and horizontal scale. Deployed here as a single-node, insecure instance for dev/homelab, host-networked with a data volume and the built-in DB Console.
code-server โ run VS Code in the browser, on a remote machine. Deployed as a host-networked Nomad service with a persistent Docker volume for its config, extensions, and workspace, protected by a password.
Consul โ HashiCorp's service networking layer: a key/value store, service discovery, health checking, and DNS. Deployed here as a single-node server with the web UI, host-networked with a data volume. Handy alongside Nomad for app config and cross-service discovery.
Apache CouchDB โ a document database with a JSON document model, an HTTP/REST API, and multi-master replication (great for offline-first / sync apps). Deployed as a host-networked Nomad service with a persistent volume and the Fauxton admin UI.
CyberChef โ the "cyber swiss-army knife": a web app for encryption, encoding, compression, and data analysis with hundreds of composable operations. Deployed as a stateless host-networked Nomad service (runs client-side).
Directus โ an open-source headless CMS and data platform that wraps any SQL database with a REST/GraphQL API and a no-code admin app. Deployed all-in-one with PostgreSQL in a single host-networked Nomad job, with a persistent volume for uploads.
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.
Dozzle โ a lightweight, real-time log viewer for Docker containers in your browser. Deployed as a host-networked Nomad service that reads the Docker socket; no database, no persistence.
DragonflyDB โ a modern, multi-threaded in-memory datastore that is drop-in compatible with the Redis and Memcached APIs, built for high throughput on a single node. Deployed as a host-networked Nomad service with snapshots on a persistent volume.
EMQX โ a high-performance, scalable MQTT broker for IoT, with a web dashboard, MQTT over TCP/WebSocket, rules engine, and ACLs. Deployed as a single host-networked Nomad service with a persistent data volume. A feature-rich alternative to the mosquitto pack.
ESPHome โ build and manage firmware for ESP32/ESP8266 devices from YAML, with a web dashboard, OTA updates, and native Home Assistant integration. Deployed host-networked (for mDNS device discovery) with a config volume.
etcd โ a distributed, strongly-consistent key/value store (the datastore behind Kubernetes), with a gRPC API and watch/lease primitives for config and coordination. Deployed here as a single node, host-networked with a data volume.
Excalidraw โ a virtual hand-drawn-style whiteboard for sketching diagrams and wireframes. Deployed as a stateless host-networked Nomad service (the app runs client-side in the browser).
FerretDB โ an open-source (Apache-2.0) MongoDB-compatible database built on PostgreSQL, a drop-in for apps using the MongoDB wire protocol without the SSPL licensing. Deployed all-in-one with its DocumentDB-enabled PostgreSQL in a single host-networked Nomad job.
File Browser โ a clean web file manager for a directory: browse, upload, download, edit, share, and manage files and users from the browser. Deployed as a single host-networked Nomad service with a files volume and a database volume.
Flame โ a self-hosted startpage / application dashboard you manage entirely from the browser: add apps and bookmarks, group them, pin favourites, and see live weather. Deployed as a single host-networked Nomad service on SQLite with a data volume.
Fleet โ open-source device management (osquery-based) for laptops and servers. Deployed all-in-one: the Fleet server plus its required MySQL and Redis, in a single host-networked Nomad job, with DB migrations run automatically on start.
Flowise โ a low-code, drag-and-drop builder for LLM apps and agents: chains, RAG pipelines, tools, and chatbots you can embed or call via API. Deployed as a single host-networked Nomad service with a data volume and optional app login. Pairs with the ollama and qdrant/weaviate packs.
Gatus โ an automated, developer-oriented health/uptime dashboard: define endpoints and conditions in YAML and get a status page plus alerting. Deployed as a stateless host-networked Nomad service with its config rendered from variables.
Ghost โ a professional publishing platform for blogs, newsletters, and paid memberships. Deployed all-in-one with its MySQL 8 database in a single host-networked Nomad job, with a persistent volume for content (themes, images, data).
Gitea โ a lightweight, self-hosted Git service (repos, issues, PRs, CI actions, and a built-in container/package registry). Deployed as a host-networked Nomad service with a persistent Docker volume; uses the bundled SQLite database for a zero-dependency single-node setup.
Glance โ a self-hosted dashboard that puts your feeds, weather, markets, calendars, server stats, and service widgets on one fast, config-driven page. Deployed as a stateless host-networked Nomad service with its config rendered from variables.
Glances โ a cross-platform system monitor with a live web dashboard (CPU, memory, disk, network, processes, and Docker containers) and a REST API. Deployed as a stateless host-networked Nomad service. A lightweight at-a-glance view; pair with the monitoring pack for full Prometheus history.
Gotify โ a simple self-hosted server for sending and receiving push notifications, with a web UI, REST API, and Android app. Deployed as a host-networked Nomad service with a persistent Docker volume for its database and uploads.
Grafana โ the open observability platform for dashboards and visualization, deployed as a host-networked Nomad service with a persistent Docker volume for its database and plugins.
Grist โ a modern relational spreadsheet: the flexibility of a spreadsheet with the structure of a database, plus Python formulas, dashboards, and access rules. Deployed as a single host-networked Nomad service on SQLite with a persistent /persist volume.
Headscale โ an open-source, self-hosted implementation of the Tailscale control server. Run your own coordination server for a WireGuard-based mesh VPN, with no dependency on Tailscale's SaaS. Deployed as a host-networked Nomad service with a rendered config and a SQLite data volume.
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.
Home Assistant โ the leading open-source home-automation platform: control lights, sensors, media, and thousands of integrations from one dashboard, with local control and privacy. Deployed host-networked (needed for device discovery/mDNS) with a config volume.
HomeBox โ a simple, fast home inventory and organization system: track your belongings, locations, labels, warranties, and attachments, with QR labels and CSV import. Deployed as a single host-networked Nomad service on SQLite with a persistent data volume.
Homepage โ a modern, fully static, highly customizable application dashboard with service/bookmark tiles and live widgets. Deployed as a host-networked Nomad service with a persistent Docker volume for its YAML config.
InfluxDB 2 โ a purpose-built time-series database with a built-in UI, dashboards, and the Flux/InfluxQL query languages. Great for metrics and IoT sensor data. Deployed as a host-networked Nomad service that initializes an admin/org/bucket on first boot, with a persistent volume.
IT Tools โ a handy collection of offline developer/ops utilities in one web app (encoders, converters, generators, formatters, network helpers, and more). Deployed as a stateless host-networked Nomad service.
Jaeger โ open-source distributed tracing: collect, store, and visualize traces to debug latency and dependencies across services. Deployed as the all-in-one image (in-memory storage) as a stateless host-networked Nomad service with an OTLP collector and the query UI.
Jellyfin โ the free software media system: stream your own movies, TV, music, and photos to any device with no tracking and no fees. Deployed as a single host-networked Nomad service with config and cache volumes and a read-only media volume you fill with your library.
Jellyseerr โ a request-management and media-discovery app for Jellyfin/Plex/Emby: users browse and request movies and TV, and it integrates with Sonarr/Radarr to fulfil them. Deployed as a single host-networked Nomad service with a config volume. Pairs with the jellyfin pack.
Keycloak โ open-source identity and access management (SSO, OIDC, SAML, social login, user federation). Deployed all-in-one with its PostgreSQL database in a single host-networked Nomad job; Keycloak runs DB migrations automatically on start.
Linkwarden โ a self-hosted bookmark manager that also archives a full copy of each link (screenshot, PDF, readable text) so pages survive link rot. Organize with collections, tags, and sharing. Deployed as an all-in-one host-networked Nomad job: a PostgreSQL sidecar plus the Linkwarden app.
Grafana Loki โ log aggregation โ deployed all-in-one with a Grafana Alloy shipper that tails this node's Docker container logs and pushes them to Loki. Single host-networked Nomad job, filesystem storage on a persistent volume. Pairs with the monitoring pack.
Mailpit โ a developer SMTP server that captures outgoing email into a web UI instead of delivering it, so you can test transactional mail safely. Deployed as a stateless host-networked Nomad service (messages held in memory).
MariaDB โ the community-developed, fully open-source MySQL-compatible database โ deployed as a host-networked Nomad service with a persistent Docker volume for its data directory.
Mattermost โ a self-hosted team chat and collaboration platform (a Slack alternative) with channels, threads, file sharing, and integrations. Deployed as an all-in-one host-networked Nomad job: a PostgreSQL sidecar plus the Mattermost Team Edition server with config/data/plugins volumes.
Meilisearch โ a fast, typo-tolerant open-source search engine with instant full-text search and a simple REST API. Deployed as a host-networked Nomad service with a persistent Docker volume.
Memcached โ a high-performance, in-memory key/value cache for speeding up dynamic web apps by alleviating database load. Deployed as a host-networked Nomad service; purely in-memory, no persistence.
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.
Metabase โ open-source business intelligence: dashboards, questions, and SQL over your databases. Deployed all-in-one with its application PostgreSQL in a single host-networked Nomad job (rather than the unsafe embedded H2). Point it at your data sources โ e.g. the postgres/mariadb/clickhouse packs.
Miniflux โ a minimalist, fast, opinionated self-hosted RSS/Atom feed reader with a clean UI and REST API. Deployed all-in-one with its PostgreSQL database in a single host-networked Nomad job; runs migrations and creates the admin on first start.
One-click observability stack: Prometheus + node-exporter + cAdvisor + Grafana in a single host-networked Nomad job. Gives you host and per-container metrics (filling the cgroup-v2 per-alloc gap), with Grafana pre-wired to Prometheus.
Eclipse Mosquitto โ a lightweight open-source MQTT broker for IoT and pub/sub messaging (MQTT 3.1/3.1.1/5.0). Deployed as a host-networked Nomad service with a rendered config and a persistent volume for retained messages.
Prometheus MySQLd Exporter โ scrapes a MySQL or MariaDB server and exposes connection, query, InnoDB, and replication metrics for Prometheus. Deployed as a stateless host-networked Nomad service; point it at any reachable server. Pairs with the mariadb and monitoring packs.
n8n โ a fair-code workflow automation tool (400+ integrations, visual editor, webhooks, scheduling). Deployed as a host-networked Nomad service with a persistent Docker volume; uses the bundled SQLite database for a zero-dependency single-node setup.
NATS โ a lightweight, high-performance messaging system (pub/sub, request-reply, queues) with JetStream persistence enabled. Deployed as a host-networked Nomad service with a persistent Docker volume for the JetStream store and the HTTP monitoring endpoint on.
Navidrome โ a self-hosted music streaming server and Subsonic/OpenSubsonic API (web player + mobile apps). Deployed as a single host-networked Nomad service with a data volume for its database and a music volume you fill with your library.
Neo4j โ the popular open-source graph database, with the Cypher query language and the Neo4j Browser UI. Deployed as a host-networked Nomad service with a persistent volume for the graph store.
nginx โ a high-performance web server serving a static site, deployed as a host-networked Nomad service. The site content and config are rendered from pack variables (no host files).
NocoDB โ an open-source Airtable alternative that turns any database into a smart spreadsheet with grid/kanban/gallery views, forms, and a REST API. Deployed all-in-one with its PostgreSQL database in a single host-networked Nomad job.
Node-RED โ a low-code, flow-based programming tool for wiring together APIs, devices, and online services; popular for IoT and automation. Deployed as a host-networked Nomad service with a persistent volume for flows. Pairs with the mosquitto pack for MQTT.
ntfy โ a simple pub/sub notification service: send push notifications to your phone or desktop from any script via a plain HTTP PUT/POST. Deployed as a host-networked Nomad service with a persistent Docker volume for its message cache and users.
Ollama โ run open large language models (Llama, Mistral, Gemma, Qwen, and more) locally behind a simple REST API. Deployed as a host-networked Nomad service with a persistent Docker volume for downloaded models.
Open WebUI โ a feature-rich, self-hosted ChatGPT-style web interface for local LLMs (Ollama) and OpenAI-compatible APIs, with chats, RAG, and user management. Deployed as a host-networked Nomad service with a persistent volume; pairs with the ollama pack.
OpenBao โ an open-source (MPL-2.0) secrets manager forked from HashiCorp Vault: store, access, and distribute secrets, tokens, and certificates. Deployed as a host-networked Nomad service with file storage on a persistent volume. Requires a one-time initialize + unseal after first deploy.
Paperless-ngx โ scan, index, OCR, and archive your physical documents into a searchable digital library with tags, correspondents, and full-text search. Deployed as an all-in-one host-networked Nomad job: a Redis broker sidecar plus the Paperless app on SQLite, with data/media/consume volumes.
pgAdmin 4 โ the popular web-based administration and development tool for PostgreSQL. Deployed as a host-networked Nomad service with a persistent Docker volume for its saved servers and settings. Pairs with the postgres pack.
pgweb โ a fast, lightweight, browser-based PostgreSQL client: browse tables, run queries, inspect schemas, and export results. Deployed as a stateless host-networked Nomad service in sessions mode, so each user enters their own connection in the UI. Pairs with the postgres pack.
PhotoPrism โ a privacy-first, AI-powered photo app for browsing, organizing, and sharing your photo and video library, with automatic tagging and face recognition running fully on your own hardware. Deployed as a single host-networked Nomad service using SQLite, with storage and originals volumes.
Planka โ an open-source kanban board (a self-hosted Trello alternative) with cards, labels, due dates, attachments, and real-time collaboration. Deployed as an all-in-one host-networked Nomad job: a PostgreSQL sidecar plus the Planka app with persistent volumes.
Plausible Community Edition โ privacy-friendly, cookie-free web analytics. Deployed all-in-one with its PostgreSQL and ClickHouse databases in a single host-networked Nomad job; creates and migrates the databases on start.
Pocket ID โ a simple, passkey-first OpenID Connect (OIDC) provider: sign in to your self-hosted apps with WebAuthn passkeys, no passwords. Deployed as a single host-networked Nomad service on SQLite with a data volume. A lightweight alternative to keycloak/authentik for SSO.
PocketBase โ an open-source backend in a single file: an embedded SQLite database with realtime subscriptions, built-in auth, file storage, and an admin dashboard, exposed over a REST-ish API. Deployed as a host-networked Nomad service with a persistent volume.
PostgreSQL โ the world's most advanced open-source relational database, deployed as a host-networked Nomad service with a persistent Docker volume.
Prometheus Postgres Exporter โ scrapes a PostgreSQL server and exposes database, table, and replication metrics for Prometheus. Deployed as a stateless host-networked Nomad service; point it at any reachable Postgres via a DSN. Pairs with the postgres and monitoring packs.
Prometheus Pushgateway โ lets short-lived and batch jobs push their metrics to an intermediary that Prometheus then scrapes. Deployed as a stateless host-networked Nomad service. Pairs with the monitoring pack.
Qdrant โ an open-source vector database and similarity-search engine for embeddings, powering semantic search and RAG. Deployed as a host-networked Nomad service with a persistent volume; pairs with the ollama pack for a self-hosted AI stack.
QuestDB โ a high-performance time-series database with SQL, a fast InfluxDB Line Protocol ingestion endpoint, and the PostgreSQL wire protocol, plus a built-in web console. Deployed as a single host-networked Nomad service with a persistent data volume.
RabbitMQ โ a battle-tested message broker (AMQP 0-9-1, plus MQTT/STOMP) with the management UI enabled. Deployed as a host-networked Nomad service with a persistent Docker volume and a stable node name so its data survives reschedules.
Radicale โ a lightweight CalDAV and CardDAV server: self-host your calendars and contacts and sync them across phones and desktops. Deployed as a single host-networked Nomad service with a rendered config, htpasswd auth, and a data volume.
Redis โ an in-memory data store used as a database, cache, and message broker, deployed as a host-networked Nomad service with AOF persistence on a Docker volume.
Prometheus Redis Exporter โ scrapes a Redis, Valkey, or Dragonfly server and exposes memory, keyspace, clients, and command metrics for Prometheus. Deployed as a stateless host-networked Nomad service; point it at any reachable instance. Pairs with the redis/valkey and monitoring packs.
RedisInsight โ the official Redis GUI: browse keys, run commands in a workbench, profile, and visualize data. Deployed as a host-networked Nomad service with a persistent volume for saved connections. Pairs with the redis pack.
Redpanda โ a Kafka-compatible streaming data platform in a single binary (no ZooKeeper/JVM), with a Kafka API, HTTP proxy, and schema registry. Deployed here as a single-node dev-container instance, host-networked with a data volume. A lighter drop-in for Apache Kafka.
Restic REST Server โ a high-performance HTTP backend for restic backups, faster than restic's SFTP/S3 backends and able to run append-only so clients can't delete history. Deployed as a single host-networked Nomad service with a data volume for repositories. Pairs with the backup pack as its restic target.
RustDesk Server โ self-hosted infrastructure for the RustDesk remote-desktop client: the ID/rendezvous server (hbbs) and relay server (hbbr) in one supervised container. Run your own remote-support backend with no third-party servers. Host-networked, with a volume for the server keys.
SeaweedFS โ a fast, Apache-2.0 distributed object store with an S3-compatible API. Deployed single-node all-in-one (master + volume + filer + S3 gateway in one process) as a host-networked Nomad service with a persistent Docker volume.
soketi โ a fast, open-source WebSocket server that is protocol-compatible with Pusher Channels, for real-time features (live updates, notifications, presence) in your apps. Deployed as a stateless host-networked Nomad service with a default app credential set. A self-hosted drop-in for Pusher.
Statping-ng โ a status page for monitoring your websites and services, with uptime history, response-time graphs, incident tracking, and notifications. Deployed as a single host-networked Nomad service on SQLite with a persistent data volume.
Stirling-PDF โ a locally hosted web app with 50+ tools to manipulate PDFs: merge, split, convert, OCR, sign, compress, and more. Everything runs on your server; nothing is sent out. Deployed as a host-networked Nomad service.
SurrealDB โ a scalable, multi-model database (document, graph, relational, and more) with a SQL-like query language, queryable over HTTP and WebSocket. Deployed as a host-networked Nomad service with RocksDB storage on a persistent volume.
Syncthing โ continuous, peer-to-peer file synchronization between your devices, with no central server and end-to-end TLS. Deployed as a single host-networked Nomad service with a persistent config/data volume and its web GUI bound on all interfaces.
TimescaleDB โ PostgreSQL with the TimescaleDB extension for fast time-series data (hypertables, continuous aggregates, compression) while keeping full SQL. Deployed as a host-networked Nomad service with a persistent Docker 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).
Typesense โ a fast, typo-tolerant open-source search engine (an open alternative to Algolia/Elasticsearch) with a simple API and instant search. Deployed as a host-networked Nomad service with a persistent volume.
Umami โ simple, privacy-friendly, open-source web analytics (a cookie-free Google Analytics alternative). Deployed all-in-one with its PostgreSQL database in a single host-networked Nomad job; runs schema migrations on start.
Uptime Kuma โ a self-hosted uptime/status monitoring tool (HTTP, TCP, ping, DNS, and more) with a slick dashboard and alerting. Deployed as a host-networked Nomad service with a persistent Docker volume.
Valkey โ an open-source (BSD), high-performance key/value datastore that is a drop-in replacement for Redis (the community fork after Redis's license change). Deployed as a host-networked Nomad service with AOF persistence on a volume.
Vaultwarden โ a lightweight, Rust-based server implementing the Bitwarden API (password manager) for self-hosting. Deployed as a host-networked Nomad service with a persistent Docker volume; uses the bundled SQLite database.
Verdaccio โ a lightweight private npm registry and proxy: publish private packages, cache and proxy npmjs, and control access with users and scopes. Deployed as a single host-networked Nomad service with a storage volume.
VictoriaLogs โ a fast, resource-efficient open-source log database from the VictoriaMetrics team, with its own LogsQL query language and a built-in UI. A lightweight alternative to Loki/Elasticsearch. Deployed as a single host-networked Nomad service with a persistent volume.
VictoriaMetrics โ a fast, cost-efficient, open-source time-series database and monitoring solution, Prometheus-compatible (remote-write target + PromQL/MetricsQL). Deployed as a single host-networked Nomad service with a persistent Docker volume.
Vikunja โ an open-source, self-hosted to-do and project management app (lists, kanban, gantt, reminders). Deployed as a single host-networked Nomad service using the bundled SQLite database, with a persistent volume for data and file uploads.
Weaviate โ an open-source vector database for semantic search and AI/RAG apps, with REST + GraphQL + gRPC APIs and pluggable vectorizer modules. Deployed as a single host-networked Nomad service with a persistent data volume. Pairs with the ollama and open-webui packs.
whoami โ a tiny HTTP service that echoes back the request (headers, client IP, hostname). Handy for testing ingress/routing, load balancing, and service discovery. Deployed as a stateless host-networked Nomad service.
Whoogle Search โ a self-hosted, ad-free, privacy-respecting metasearch engine that proxies Google results with no tracking, no cookies, and no JavaScript required. Deployed as a stateless host-networked Nomad service; use it as a browser search engine.
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).
zot โ a lightweight, OCI-native container image registry, deployed as a Nomad service. Anonymous pull by default (overlay-internal), optional authenticated push.
118 packs