[ templates ]

Deploy ready-made stacks

Get started fast with a collection of ready-to-deploy application templates. Pre-configured for popular applications and services.

WordPress

CMS

WordPress is the open-source CMS and blogging platform that powers a large share of the web, deployed here with a managed MySQL database. After deploy, open the app URL to run the famous one-click install wizard and create your admin account. Themes, plugins, and uploads persist on the WordPress webroot (/var/www/html).

cmsblogwordpress+3
Jun 10, 2026
View

Ghost

CMS

Ghost is an open-source publishing platform for blogs, newsletters, and paid membership sites — a self-hosted alternative to Substack and Medium, backed by MySQL. IMPORTANT: after deploy you must set the url env var to your service's public URL and redeploy — Ghost builds all admin links, asset URLs, and emails from it, so left at the localhost default the /ghost admin and links break behind the proxy. Then visit /ghost to create your admin account. Content (images, themes, uploads) persists at /var/lib/ghost/content via a custom storage mount.

ghostblogcms+3
Jun 7, 2026
View

Umami Analytics

Analytics

Umami is a simple, fast, privacy-focused, open-source web analytics platform — a self-hosted, cookie-free alternative to Google Analytics. This template deploys Umami (web UI on port 3000) backed by a managed PostgreSQL database. It is fully database-backed and stateless — all data lives in PostgreSQL, so no persistent volume is required. The DATABASEURL connection string is composed automatically and APPSECRET is auto-generated. On first launch, open the app URL and log in with the default admin account (admin / umami), then change the password immediately.

umamianalyticsweb-analytics+3
Jun 5, 2026
View

Gitea

Developer Tools

Gitea is a lightweight, self-hosted Git service with a web UI, pull requests, issues, and CI — an open-source alternative to GitHub and GitLab. This template deploys the Gitea HTTP server (port 3000) backed by a managed PostgreSQL database. On first launch, open the app URL to complete the install wizard and create the admin account. SSH Git access (port 22) is not exposed by this template — use HTTPS clone URLs.

giteagitversion-control+2
Jun 5, 2026
View

Wiki.js

CMS

Wiki.js is a modern, open-source wiki and knowledge base built on Node.js — a self-hosted alternative to Confluence and Notion wikis. This template deploys Wiki.js backed by a managed PostgreSQL database. On first launch, open the app URL to complete the web-based setup wizard and create the admin account. All database credentials are wired automatically.

wikiknowledge-basedocumentation+2
Jun 5, 2026
View

Grafana

Monitoring

Grafana is an open-source analytics and observability platform for visualizing metrics, logs, and traces in interactive dashboards — a self-hosted alternative to Datadog and New Relic dashboards. Log in as admin with the generated GFSECURITYADMIN_PASSWORD and rotate it after first login.

monitoringdashboardsobservability+2
Jun 5, 2026
View

Vaultwarden

Security

Vaultwarden is a lightweight, self-hosted password manager compatible with all Bitwarden clients — an open-source alternative to 1Password and LastPass that you fully control. After deploy, register the first account through the web vault and serve it over HTTPS, since browsers block the Web Crypto APIs over plain HTTP.

password-managerbitwardensecurity+2
Jun 5, 2026
View

Uptime Kuma

Monitoring

Uptime Kuma is a self-hosted, open-source uptime monitoring and status page tool for websites, APIs, and services — an alternative to UptimeRobot and Pingdom — with clean dashboards and instant notifications. Monitoring data persists at /app/data; no external database required.

monitoringuptimestatus-page+1
Jun 5, 2026
View

OpenClaw AI Assistant

AI & Automation

OpenClaw is an open-source, self-hosted personal AI assistant that integrates with WhatsApp, Telegram, Slack, Discord, and more — own your own data instead of relying on hosted chatbots. Powered by Claude AI, with persistent storage for sessions.

aiassistantwhatsapp+5
Feb 1, 2026
View

n8n Workflow Automation

Automation

n8n is an open-source workflow automation tool for connecting APIs, services, and databases with a visual node editor — a self-hosted, source-available alternative to Zapier and Make. This template deploys n8n backed by a managed PostgreSQL database.

workflowautomationn8n+2
Aug 29, 2025
View

Trilium Notes

Productivity

Trilium Notes (TriliumNext) is an open-source, self-hosted hierarchical note-taking application for building large personal knowledge bases. It stores notes in a tree structure with rich text, code notes, and relations, all backed by a single local data directory (no external database). First run: open the app and complete the setup wizard to set your password. Data persists to /home/node/trilium-data.

triliumnotesnote-taking+4
Jun 11, 2026
View

Homebox

Productivity

Homebox is an open-source, self-hosted home and asset inventory manager for tracking your belongings, warranties, and where everything is stored. It runs as a single Go binary with an embedded SQLite database, so there is no external database to configure. First run: open the app and create your account via the registration screen (registration can be disabled afterward by setting HBOXOPTIONSALLOW_REGISTRATION=false). Data persists to /data (SQLite + uploaded attachments).

homeboxinventoryasset-management+3
Jun 11, 2026
View

ntfy

Developer Tools

ntfy is a self-hosted pub-sub notification service for sending push notifications to your phone or desktop via simple HTTP PUT/POST requests, an open-source alternative to Pushover and Pushbullet. After deploying, set the NTFYBASEURL env var to your service's public URL (e.g. so the web app, attachments, and mobile clients work correctly, then redeploy. Messages and user accounts persist in SQLite at /data (NTFYCACHEFILE, NTFYAUTHFILE). Create users and access tokens with the ntfy user / ntfy token CLI inside the container.

ntfynotificationspush-notifications+3
Jun 11, 2026
View

Linkding

Productivity

Linkding is a self-hosted bookmark manager and a lightweight open-source alternative to Pocket and Raindrop.io. It stores bookmarks, tags, and notes in a local SQLite database, supports full-text search, browser extensions, and a bookmarklet. An initial admin account is created from the LDSUPERUSERNAME (default admin) and LDSUPERUSERPASSWORD (auto-generated, see the env vars view) settings. Bookmark data persists in the SQLite database mounted at /etc/linkding/data.

linkdingbookmarksbookmark-manager+4
Jun 11, 2026
View

Nextcloud

Productivity

Self-hosted file sync and content collaboration platform, an open-source alternative to Google Drive and Dropbox. Nextcloud gives you file storage, sharing, calendar, contacts, and an app ecosystem on infrastructure you control. This template deploys the all-in-one Apache image backed by a managed MySQL database; the admin account is created automatically on first run (username admin, password in this service's env-vars view). First boot can take a minute or two to populate the webroot, which persists at /var/www/html. After deploy, set NEXTCLOUDTRUSTEDDOMAINS to your deployed domain in this service's env vars and redeploy, otherwise Nextcloud rejects requests as an untrusted domain.

filesstoragesync+2
Jun 10, 2026
View

Listmonk

Marketing

Self-hosted newsletter and mailing list manager, an open-source alternative to Mailchimp and Sendinblue. Listmonk handles millions of subscribers with fast bulk delivery, custom subscriber attributes, segmentation, and a built-in template editor. On first deploy the container runs a one-shot --install to set up the PostgreSQL schema automatically. An admin user is created from the generated credentials (username admin, password in this service's env-vars view). Configure your SMTP provider under Admin -> Settings -> SMTP after first login to start sending. Uploaded media persists at /listmonk/uploads; to use it, set the media path to /listmonk/uploads under Admin -> Settings -> Media.

newsletteremailmailing-list+2
Jun 10, 2026
View

Firefly III

Finance

Firefly III is a self-hosted personal finance manager and a privacy-focused alternative to budgeting tools like Mint or YNAB, backed here by a managed MySQL database. On first launch, register the first account through the web UI to become the admin. Uploaded attachments persist at /var/www/html/storage/upload; all financial data lives in the database.

financebudgetmoney+3
Jun 10, 2026
View

Docmost

CMS

Docmost is an open-source collaborative wiki and documentation platform, a self-hosted alternative to Confluence and Notion. It supports real-time collaborative editing, nested pages, spaces, permissions, diagrams, and full-text search. Runs on PostgreSQL and Redis, both wired automatically. After deploy, set the APP_URL env to your deployed domain (it defaults to a localhost placeholder) and restart, then open the app to create the first admin workspace and account. Uploaded files persist at /app/data/storage.

docmostwikidocumentation+3
Jun 10, 2026
View

FreshRSS

Productivity

FreshRSS is a self-hosted RSS and Atom feed reader, an open-source alternative to Feedly and Inoreader. It is lightweight, fast, and supports multi-user accounts, feed categories, full-text search, and a built-in cron job to refresh feeds automatically. Uses the built-in SQLite database by default, so no external database is required. After deploy, open the app and complete the web setup wizard to create your admin account (choose SQLite as the database). Articles and configuration persist at /var/www/FreshRSS/data. The CRON_MIN env enables automatic feed refresh.

freshrssrssfeed-reader+3
Jun 10, 2026
View

Healthchecks

Monitoring

Healthchecks is an open-source cron job and scheduled-task monitoring service that alerts you when a backup, cron job, or periodic task fails to check in on time — a self-hosted alternative to Cronitor and Dead Man's Snitch. Log in with the SUPERUSEREMAIL / SUPERUSERPASSWORD shown in your env vars (update the placeholder email before deploying). After deploy, set SITEROOT to your service's public URL and redeploy — it generates the check ping URLs and email links (login and admin work without it, but those links will point at localhost). All data is stored in PostgreSQL, wired via a single DATABASEURL connection string.

healthcheckscronmonitoring+3
Jun 7, 2026
View

Jellyfin Media Server

Media

Jellyfin is a free, open-source media server for streaming your own movies, shows, and music to any device — a self-hosted alternative to Plex and Emby with no premium tiers. This template persists Jellyfin's configuration, library metadata, and database at /config via a custom mount path. Note: media files (/media) and cache (/cache) are not persisted on this volume — add media through the admin UI after deploy. Complete the setup wizard and create the admin user on first launch.

media-serverstreamingjellyfin+2
Jun 5, 2026
View

Kanboard Project Management

Productivity

Kanboard is a minimalist, open-source Kanban board for visual project management and task tracking — a lightweight self-hosted alternative to Trello. It ships with a built-in SQLite database; all project data and config.php live under /var/www/app/data via a custom mount path. Default login is admin / admin — change it immediately after first login.

kanbanproject-managementkanboard+2
Jun 5, 2026
View

Rallly

Productivity

Rallly is an open-source group meeting scheduling and availability polling tool for finding the best time to meet — a self-hosted alternative to Doodle. This template deploys Rallly (web UI on port 3000) backed by a managed PostgreSQL database. Rallly is fully database-backed and stateless — all data lives in PostgreSQL, so no persistent volume is required. The DATABASEURL connection string is composed automatically and SECRETPASSWORD (used to encrypt sessions) is auto-generated. Update the NEXTPUBLICBASEURL placeholder to your deployed domain. NOTE: creating and sharing polls works out of the box, but account login uses email magic links — to enable sign-in you must add SMTP settings (SMTPHOST / SMTPPORT / SMTPUSER / SMTP_PWD) in the service's environment variables.

ralllyschedulingmeeting-polls+4
Jun 5, 2026
View

Memos

Productivity

Memos is a lightweight, open-source, self-hosted note-taking and knowledge hub built for quick markdown capture — a privacy-first alternative to Google Keep and Notion quick notes. This template deploys Memos (web UI on port 5230) using its built-in SQLite database, with all data stored on persistent storage (/data, via MEMOS_DATA) — no external database required. On first launch, open the app URL to create your admin account.

memosnotesnote-taking+3
Jun 5, 2026
View

Vikunja

Productivity

Vikunja is an open-source, self-hosted to-do and project management app with lists, Kanban boards, reminders, and labels — a self-hosted alternative to Todoist and Trello. This template deploys the unified Vikunja container (frontend + API, web UI on port 3456) on a built-in SQLite database — no external database required — with the database file and uploaded attachments stored on persistent storage (/data). On first launch, open the app URL to register your account.

vikunjato-doproject-management+3
Jun 5, 2026
View

Actual Budget

Finance

Actual Budget is an open-source, local-first personal finance manager and envelope budgeting app — a self-hosted alternative to YNAB and Mint. This template deploys the official Actual server (web UI on port 5006). All data lives in a self-contained SQLite database under /data on persistent storage, so no external database is required. On first launch, open the app URL, set your server password, then create your first budget.

actual-budgetbudgetingpersonal-finance+2
Jun 5, 2026
View

Mealie

Productivity

Mealie is a self-hosted recipe manager and meal planner with a clean web UI and a REST API — an open-source alternative to Paprika and Whisk. This template deploys Mealie (port 9000) backed by a managed PostgreSQL database. On first launch, open the app URL and log in with the default admin account (changeme@example.com / MyPassword) from the Mealie docs, then change the credentials immediately.

mealierecipesmeal-planner+2
Jun 5, 2026
View

Baserow

Database

Baserow is an open-source no-code database and online spreadsheet — a self-hosted Airtable alternative. This template deploys Baserow (web UI on port 80) connected to a managed PostgreSQL database via discrete DATABASE* variables, bypassing the bundled embedded Postgres. On first launch, open the app URL to create your admin account, and update the BASEROWPUBLIC_URL placeholder to your deployed domain.

baserowno-codeairtable-alternative+2
Jun 5, 2026
View

draw.io

Productivity

draw.io (diagrams.net) is an open-source diagramming tool for flowcharts, network diagrams, UML, and architecture diagrams — a self-hosted alternative to Lucidchart and Visio. Runs stateless on port 8080; append ?offline=1 to the URL to keep diagrams local in your browser.

diagramsflowchartsdrawio+2
Jun 5, 2026
View

IT-Tools

Development

IT-Tools is an open-source collection of handy developer and sysadmin utilities — encoders, converters, generators, and formatters — in one self-hosted web app. Served as a static, stateless site behind nginx on port 80.

developer-toolsutilitiesit-tools+2
Jun 5, 2026
View

Stirling-PDF

Productivity

Stirling-PDF is a self-hosted, open-source web toolkit for PDF operations — merge, split, convert, compress, and OCR — a privacy-friendly alternative to Smallpdf and iLovePDF. Runs as a stateless web app on port 8080.

pdfdocumentstools+2
Jun 5, 2026
View

Excalidraw

Productivity

Excalidraw is an open-source virtual whiteboard for sketching hand-drawn-style diagrams and wireframes — a self-hosted alternative to Miro for quick visual thinking. This stateless build does not include the optional real-time collaboration backend.

whiteboarddiagramsdrawing+2
Jun 5, 2026
View

code-server

Development

code-server runs VS Code in the browser, giving you a full self-hosted cloud IDE you can reach from any device. Your workspace persists at /home/coder. Access is protected by the generated PASSWORD environment variable — change it after first login.

vscodeidecode-server+2
Jun 5, 2026
View

MinIO

Storage

MinIO is a high-performance, S3-compatible object storage server with a built-in web console — a self-hosted alternative to Amazon S3 for files, backups, and assets. The S3 API runs on port 9000 and the console on port 9001; sign in with the generated MINIOROOTPASSWORD and change the default root user value before exposing the service.

object-storages3minio+2
Jun 5, 2026
View

Directus Headless CMS

CMS

Directus is an open-source headless CMS and data platform that instantly wraps a PostgreSQL database with REST and GraphQL APIs — a self-hosted alternative to Contentful and Strapi. KEY and SECRET are auto-generated; change the default ADMIN_PASSWORD after your first login.

cmsheadless-cmsapi+1
Jun 5, 2026
View

Metabase Analytics

Analytics

Metabase is an open-source business intelligence and analytics tool that lets you explore data, build dashboards, and share insights without writing SQL — a self-hosted alternative to Tableau and Looker. This template runs Metabase backed by a managed PostgreSQL database.

analyticsbidashboard+1
Jun 5, 2026
View