├── .github ├── ISSUE_TEMPLATE │ ├── bug-report.yml │ └── feature-request.yml ├── PULL_REQUEST_TEMPLATE │ └── pull_request_template.md ├── copilot-instructions.md └── workflows │ ├── build-preview.yml │ ├── deploy-preview.yml │ ├── deploy-production.yml │ ├── validate-meta.yml │ └── validate.yml ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── app ├── .gitignore ├── components.json ├── index.html ├── package-lock.json ├── package.json ├── pnpm-lock.yaml ├── public │ ├── blueprints │ ├── logo.svg │ └── vite.svg ├── script.js ├── src │ ├── App.css │ ├── App.tsx │ ├── assets │ │ └── react.svg │ ├── components │ │ ├── Navigation.tsx │ │ ├── Search.tsx │ │ ├── SelectedTags.tsx │ │ ├── Tags.tsx │ │ ├── TemplateDialog.tsx │ │ ├── TemplateGrid.tsx │ │ └── ui │ │ │ ├── badge.tsx │ │ │ ├── button.tsx │ │ │ ├── card.tsx │ │ │ ├── code-editor.tsx │ │ │ ├── combobox.tsx │ │ │ ├── command.tsx │ │ │ ├── dialog.tsx │ │ │ ├── dokploy-logo.tsx │ │ │ ├── dropdown-menu.tsx │ │ │ ├── input.tsx │ │ │ ├── label.tsx │ │ │ ├── popover.tsx │ │ │ ├── skeleton.tsx │ │ │ ├── sonner.tsx │ │ │ └── tabs.tsx │ ├── index.css │ ├── lib │ │ └── utils.ts │ ├── main.tsx │ ├── mode-toggle.tsx │ ├── store │ │ └── index.ts │ ├── theme-provider.tsx │ └── vite-env.d.ts ├── tsconfig.app.json ├── tsconfig.json ├── tsconfig.node.json └── vite.config.ts ├── blueprints ├── ackee │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── activepieces │ ├── activepieces.svg │ ├── docker-compose.yml │ └── template.toml ├── actualbudget │ ├── actualbudget.png │ ├── docker-compose.yml │ └── template.toml ├── adguardhome │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── adminer │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── adventurelog │ ├── adventurelog.svg │ ├── docker-compose.yml │ └── template.toml ├── affinepro │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── agentdvr │ ├── agentdvr.png │ ├── docker-compose.yml │ └── template.toml ├── akaunting │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── alist │ ├── alist.svg │ ├── docker-compose.yml │ └── template.toml ├── alltube │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── ampache │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── anonupload │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── anse │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── answer │ ├── answer.png │ ├── docker-compose.yml │ └── template.toml ├── anubis │ ├── anubis.webp │ ├── docker-compose.yml │ └── template.toml ├── anythingllm │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── appflowy │ ├── appflowy.png │ ├── docker-compose.yml │ └── template.toml ├── apprise-api │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── appsmith │ ├── appsmith.png │ ├── docker-compose.yml │ └── template.toml ├── appwrite │ ├── appwrite.svg │ ├── docker-compose.yml │ └── template.toml ├── aptabase │ ├── aptabase.svg │ ├── docker-compose.yml │ └── template.toml ├── arangodb │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── argilla │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── audiobookshelf │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── authelia │ ├── authelia.png │ ├── docker-compose.yml │ └── template.toml ├── authentik │ ├── authentik.svg │ ├── docker-compose.yml │ └── template.toml ├── authorizer │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── autobase │ ├── autobase.svg │ ├── docker-compose.yml │ └── template.toml ├── automatisch │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── azuracast │ ├── azuracast.png │ ├── docker-compose.yml │ └── template.toml ├── babybuddy │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── backrest │ ├── backrest.svg │ ├── docker-compose.yml │ ├── template.toml │ └── template.yml ├── baikal │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── barrage │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── baserow │ ├── baserow.webp │ ├── docker-compose.yml │ └── template.toml ├── bazarr │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── bentopdf │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── beszel │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── bigcapital │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── blender │ ├── blender.svg │ ├── docker-compose.yml │ └── template.toml ├── blinko │ ├── blinko.svg │ ├── docker-compose.yml │ └── template.toml ├── bolt.diy │ ├── docker-compose.yml │ ├── logo.jpg │ └── template.toml ├── booklore │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── bookstack │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── borgitory │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── botpress │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── browserless │ ├── browserless.svg │ ├── docker-compose.yml │ └── template.toml ├── budget-board │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── budibase │ ├── budibase.svg │ ├── docker-compose.yml │ └── template.toml ├── bugsink │ ├── bugsink.png │ ├── docker-compose.yml │ └── template.toml ├── bytebase │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── bytestash │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── calcom │ ├── calcom.jpg │ ├── docker-compose.yml │ └── template.toml ├── calibre-web │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── calibre │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── capso │ ├── capso.png │ ├── docker-compose.yml │ └── template.toml ├── carbone │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── casdoor │ ├── casdoor.png │ ├── docker-compose.yml │ └── template.toml ├── changedetection │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── chatwoot │ ├── chatwoot.svg │ ├── docker-compose.yml │ └── template.toml ├── checkcle │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── checkmate │ ├── checkmate.png │ ├── docker-compose.yml │ └── template.toml ├── chevereto │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── chibisafe │ ├── chibisafe.svg │ ├── docker-compose.yml │ └── template.toml ├── chiefonboarding │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── chromium │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── classicpress │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── clickhouse │ ├── clickhouse_logo.png │ ├── docker-compose.yml │ └── template.toml ├── cloud9 │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── cloudcommander │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── cloudflared │ ├── cloudflared.svg │ ├── docker-compose.yml │ └── template.toml ├── cockpit │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── coder │ ├── coder.svg │ ├── docker-compose.yml │ └── template.toml ├── codex-docs │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── colanode │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── collabora-office │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── commafeed │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── commento │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── commentoplusplus │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── conduit │ ├── conduit.svg │ ├── docker-compose.yml │ └── template.toml ├── conduwuit │ ├── conduwuit.svg │ ├── docker-compose.yml │ └── template.toml ├── confluence │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── convertx │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── convex │ ├── convex.svg │ ├── docker-compose.yml │ └── template.toml ├── cookie-cloud │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── coralproject │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── couchdb │ ├── couchdb.png │ ├── docker-compose.yml │ └── template.toml ├── crawl4ai │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── crowdsec │ ├── crowdsec_logo.png │ ├── docker-compose.yml │ └── template.toml ├── cup │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── cyberchef │ ├── cyberchef.svg │ ├── docker-compose.yml │ └── template.toml ├── dashy │ ├── dashy.png │ ├── docker-compose.yml │ └── template.toml ├── datalens │ ├── datalens.svg │ ├── docker-compose.yml │ └── template.toml ├── directory-lister │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── directus │ ├── directus.jpg │ ├── docker-compose.yml │ └── template.toml ├── discord-tickets │ ├── discord-tickets.png │ ├── docker-compose.yml │ └── template.toml ├── discourse │ ├── discourse.svg │ ├── docker-compose.yml │ └── template.toml ├── docling-serve │ ├── docker-compose.yml │ ├── docling-serve.png │ └── template.toml ├── docmost │ ├── docker-compose.yml │ ├── docmost.png │ └── template.toml ├── documenso │ ├── docker-compose.yml │ ├── documenso.png │ └── template.toml ├── docuseal │ ├── docker-compose.yml │ ├── docuseal.png │ └── template.toml ├── domain-locker │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── doublezero │ ├── docker-compose.yml │ ├── doublezero.svg │ └── template.toml ├── dozzle │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── dragonfly-db │ ├── docker-compose.yml │ ├── dragonfly-db.png │ └── template.toml ├── drawio │ ├── docker-compose.yml │ ├── drawio.svg │ └── template.toml ├── drawnix │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── drizzle-gateway │ ├── docker-compose.yml │ ├── drizzle-gateway.svg │ └── template.toml ├── dumbassets │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── dumbbudget │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── dumbdrop │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── dumbpad │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── elastic-search │ ├── docker-compose.yml │ ├── elasticsearch.svg │ └── template.toml ├── emby │ ├── docker-compose.yml │ ├── emby.png │ └── template.toml ├── enshrouded │ ├── docker-compose.yml │ ├── enshrouded.png │ └── template.toml ├── erpnext │ ├── docker-compose.yml │ ├── erpnext.svg │ └── template.toml ├── etherpad │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── evershop │ ├── docker-compose.yml │ ├── evershop.svg │ └── template.toml ├── evolutionapi │ ├── docker-compose.yml │ ├── evolutionapi.png │ └── template.toml ├── excalidraw │ ├── docker-compose.yml │ ├── excalidraw.jpg │ └── template.toml ├── ezbookkeeping │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── filebrowser │ ├── docker-compose.yml │ ├── filebrowser.svg │ └── template.toml ├── filestash │ ├── docker-compose.yml │ ├── filestash.svg │ └── template.toml ├── firecrawl │ ├── docker-compose.yml │ ├── firecrawl.svg │ └── template.toml ├── fivem │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── flagsmith │ ├── docker-compose.yml │ ├── flagsmith.png │ └── template.toml ├── flaresolverr │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── flatnotes-totp │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── flatnotes │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── flowise │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── fmd-server │ ├── docker-compose.yml │ ├── fmd-server.svg │ └── template.toml ├── focalboard │ ├── docker-compose.yml │ ├── focalboard.png │ └── template.toml ├── fonoster │ ├── docker-compose.yml │ ├── fonoster.svg │ └── template.toml ├── forgejo │ ├── docker-compose.yml │ ├── forgejo.svg │ └── template.toml ├── formbricks │ ├── docker-compose.yml │ ├── formbricks.png │ └── template.toml ├── frappe-hr │ ├── docker-compose.yml │ ├── frappe-hr.svg │ └── template.toml ├── freescout │ ├── docker-compose.yml │ ├── freescout.svg │ └── template.toml ├── freshrss │ ├── docker-compose.yml │ ├── freshrss.svg │ └── template.toml ├── garage-with-ui │ ├── docker-compose.yml │ ├── garage.svg │ └── template.toml ├── garage │ ├── docker-compose.yml │ ├── garage.svg │ └── template.toml ├── ghost │ ├── docker-compose.yml │ ├── ghost.jpeg │ └── template.toml ├── gitea-mirror │ ├── docker-compose.yml │ ├── gitea-mirror.png │ └── template.toml ├── gitea-mysql │ ├── docker-compose.yml │ ├── gitea.png │ └── template.toml ├── gitea-postgres │ ├── docker-compose.yml │ ├── gitea.png │ └── template.toml ├── gitea-sqlite │ ├── docker-compose.yml │ ├── gitea.png │ └── template.toml ├── gitingest │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── gitlab-ce │ ├── docker-compose.yml │ ├── gitlab-ce.svg │ └── template.toml ├── glance │ ├── docker-compose.yml │ ├── glance.png │ └── template.toml ├── glitchtip │ ├── docker-compose.yml │ ├── glitchtip.png │ └── template.toml ├── glpi │ ├── docker-compose.yml │ ├── glpi.webp │ └── template.toml ├── go-whatsapp-web-multidevice │ ├── docker-compose.yml │ ├── go-whatsapp-web-multidevice.svg │ └── template.toml ├── gotenberg │ ├── docker-compose.yml │ ├── gotenberg.png │ └── template.toml ├── grafana │ ├── docker-compose.yml │ ├── grafana.svg │ └── template.toml ├── grimoire │ ├── docker-compose.yml │ ├── logo.webp │ └── template.toml ├── grist │ ├── docker-compose.yml │ ├── grist.png │ └── template.toml ├── habitica │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── heyform │ ├── docker-compose.yml │ ├── heyform.svg │ └── template.toml ├── hi-events │ ├── docker-compose.yml │ ├── hi-events.svg │ └── template.toml ├── hoarder │ ├── docker-compose.yml │ ├── hoarder.svg │ └── template.toml ├── homarr │ ├── docker-compose.yml │ ├── homarr.png │ └── template.toml ├── homeassistant │ ├── docker-compose.yml │ ├── homeassistant.svg │ └── template.toml ├── homebridge │ ├── docker-compose.yml │ ├── homebridge.svg │ └── template.toml ├── hoppscotch │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── hortusfox │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── huly │ ├── docker-compose.yml │ ├── huly.svg │ └── template.toml ├── i18n-blog │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── ihatemoney │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── immich │ ├── docker-compose.yml │ ├── immich.svg │ └── template.toml ├── infisical │ ├── docker-compose.yml │ ├── infisical.jpg │ └── template.toml ├── influxdb │ ├── docker-compose.yml │ ├── influxdb.png │ └── template.toml ├── inngest │ ├── docker-compose.yml │ ├── inngest.svg │ └── template.toml ├── invoiceshelf │ ├── docker-compose.yml │ ├── invoiceshelf.png │ └── template.toml ├── it-tools │ ├── docker-compose.yml │ ├── it-tools.svg │ └── template.toml ├── java │ ├── docker-compose.yml │ ├── java.png │ └── template.toml ├── jellyfin │ ├── docker-compose.yml │ ├── jellyfin.svg │ └── template.toml ├── kaneo │ ├── docker-compose.yml │ ├── kaneo.png │ └── template.toml ├── karakeep │ ├── docker-compose.yml │ ├── karakeep.svg │ └── template.toml ├── kener │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── kestra │ ├── docker-compose.yml │ ├── kestra.svg │ └── template.toml ├── keycloak │ ├── docker-compose.yml │ ├── keycloak.svg │ └── template.toml ├── kimai │ ├── docker-compose.yml │ ├── kimai.svg │ └── template.toml ├── kitchenowl │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── kokoro-web │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── kutt │ ├── docker-compose.yml │ ├── kutt.png │ └── template.toml ├── langflow │ ├── docker-compose.yml │ ├── langflow.svg │ └── template.toml ├── letterfeed │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── librechat │ ├── docker-compose.yml │ ├── librechat.png │ └── template.toml ├── libredesk │ ├── docker-compose.yml │ ├── libredesk.svg │ └── template.toml ├── libretranslate │ ├── docker-compose.yml │ ├── libretranslate.svg │ └── template.toml ├── linkding │ ├── docker-compose.yml │ ├── linkding.svg │ └── template.toml ├── linkstack │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── linkwarden │ ├── docker-compose.yml │ ├── linkwarden.png │ └── template.toml ├── listmonk │ ├── docker-compose.yml │ ├── listmonk.png │ └── template.toml ├── litellm │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── livekit │ ├── docker-compose.yml │ ├── livekit.svg │ └── template.toml ├── lobe-chat │ ├── docker-compose.yml │ ├── lobe-chat.png │ └── template.toml ├── lodestone │ ├── docker-compose.yml │ ├── lodestone.png │ └── template.toml ├── logto │ ├── docker-compose.yml │ ├── logto.png │ └── template.toml ├── lowcoder │ ├── docker-compose.yml │ ├── lowcoder.png │ └── template.toml ├── macos │ ├── docker-compose.yml │ ├── macos.png │ └── template.toml ├── mailpit │ ├── docker-compose.yml │ ├── mailpit.svg │ └── template.toml ├── mattermost │ ├── docker-compose.yml │ ├── mattermost.png │ └── template.toml ├── maybe │ ├── docker-compose.yml │ ├── maybe.svg │ └── template.toml ├── mazanoke │ ├── docker-compose.yml │ ├── mazanoke.svg │ └── template.toml ├── mealie │ ├── docker-compose.yml │ ├── mealie.png │ └── template.toml ├── meilisearch │ ├── docker-compose.yml │ ├── meilisearch.png │ └── template.toml ├── memos │ ├── docker-compose.yml │ ├── memos.png │ └── template.toml ├── metabase │ ├── docker-compose.yml │ ├── metabase.png │ └── template.toml ├── metube │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── minio │ ├── docker-compose.yml │ ├── minio.png │ └── template.toml ├── mixpost │ ├── docker-compose.yml │ ├── mixpost.png │ └── template.toml ├── morphos │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── movary │ ├── docker-compose.yml │ ├── movary.png │ └── template.toml ├── n8n-runner-postgres-ollama │ ├── docker-compose.yml │ ├── n8n.png │ └── template.toml ├── n8n-with-postgres │ ├── docker-compose.yml │ ├── n8n.png │ └── template.toml ├── n8n │ ├── docker-compose.yml │ ├── n8n.png │ └── template.toml ├── navidrome │ ├── docker-compose.yml │ ├── navidrome.png │ └── template.toml ├── neko │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── netdata │ ├── docker-compose.yml │ ├── netdata.svg │ └── template.toml ├── networking-toolbox │ ├── docker-compose.yml │ ├── networking-toolbox.png │ └── template.toml ├── nextcloud-aio │ ├── docker-compose.yml │ ├── nextcloud-aio.svg │ └── template.toml ├── nginx │ ├── docker-compose.yml │ ├── nginx.png │ └── template.toml ├── nocodb │ ├── docker-compose.yml │ ├── nocodb.png │ └── template.toml ├── notifuse │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── ntfy │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── obsidian-livesync │ ├── docker-compose.yml │ ├── obsidian.png │ └── template.toml ├── odoo_17 │ ├── docker-compose.yml │ ├── odoo.png │ └── template.toml ├── odoo_18 │ ├── docker-compose.yml │ ├── odoo.png │ └── template.toml ├── odoo_19 │ ├── docker-compose.yml │ ├── odoo.png │ └── template.toml ├── ojs │ ├── docker-compose.yml │ ├── ojs.svg │ └── template.toml ├── omni-tools │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── onedev │ ├── docker-compose.yml │ ├── onedev.png │ └── template.toml ├── onetimesecret │ ├── docker-compose.yml │ ├── onetimesecret.svg │ └── template.toml ├── ontime │ ├── docker-compose.yml │ ├── ontime.png │ └── template.toml ├── open-fiesta │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── open-webui │ ├── docker-compose.yml │ ├── open-webui.png │ └── template.toml ├── open_notebook │ ├── docker-compose.yml │ ├── open_notebook.svg │ └── template.toml ├── opengist │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── openhands │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── openinary │ ├── docker-compose.yml │ ├── openinary.svg │ └── template.toml ├── openpanel │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── openresty-manager │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── openspeedtest │ ├── docker-compose.yml │ ├── openspeedtest.png │ └── template.toml ├── otterwiki │ ├── docker-compose.yml │ ├── otterwiki.png │ └── template.toml ├── outline │ ├── docker-compose.yml │ ├── outline.png │ └── template.toml ├── owncast │ ├── docker-compose.yml │ ├── owncast.png │ └── template.toml ├── palmr │ ├── docker-compose.yml │ ├── palmr.png │ └── template.toml ├── pastefy │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── paymenter │ ├── docker-compose.yml │ ├── paymenter.png │ └── template.toml ├── penpot │ ├── docker-compose.yml │ ├── penpot.svg │ └── template.toml ├── peppermint │ ├── docker-compose.yml │ ├── peppermint.svg │ └── template.toml ├── pgadmin │ ├── docker-compose.yml │ ├── pgadmin.webp │ └── template.toml ├── photoprism │ ├── docker-compose.yml │ ├── photoprism.svg │ └── template.toml ├── phpmyadmin │ ├── docker-compose.yml │ ├── phpmyadmin.png │ └── template.toml ├── picsur │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── pinchflat │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── plane │ ├── docker-compose.yml │ ├── plane.png │ └── template.toml ├── plark │ ├── docker-compose.yml │ ├── plark.svg │ └── template.toml ├── plausible │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── plunk │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── pocket-id │ ├── docker-compose.yml │ ├── pocket-id.svg │ └── template.toml ├── pocketbase │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── poke │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── portainer │ ├── docker-compose.yml │ ├── portainer.png │ └── template.toml ├── poste.io │ ├── docker-compose.yml │ ├── poste.io.svg │ └── template.toml ├── postgresus │ ├── docker-compose.yml │ ├── postgresus.svg │ └── template.toml ├── postiz │ ├── docker-compose.yml │ ├── postiz.png │ └── template.toml ├── pre0.22.5-supabase │ ├── docker-compose.yml │ ├── supabase.svg │ └── template.toml ├── prometheus │ ├── Prometheus.svg │ ├── docker-compose.yml │ └── template.toml ├── pterodactyl │ ├── docker-compose.yml │ ├── pterodactyl.png │ └── template.toml ├── pyrodactyl │ ├── docker-compose.yml │ ├── pyrodactyl.png │ └── template.toml ├── qbittorrent │ ├── docker-compose.yml │ ├── qbittorrent.svg │ └── template.toml ├── qdrant │ ├── docker-compose.yml │ ├── qdrant.svg │ └── template.toml ├── rabbitmq │ ├── docker-compose.yml │ ├── rabbitmq.svg │ └── template.toml ├── registry │ ├── docker-compose.yml │ ├── registry.png │ └── template.toml ├── rocketchat │ ├── docker-compose.yml │ ├── rocketchat.png │ └── template.toml ├── rote │ ├── docker-compose.yml │ ├── rote.png │ └── template.toml ├── roundcube │ ├── docker-compose.yml │ ├── roundcube.svg │ └── template.toml ├── rss-bridge │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── rsshub │ ├── docker-compose.yml │ ├── rsshub.png │ └── template.toml ├── rustdesk │ ├── docker-compose.yml │ ├── rustdesk.png │ └── template.toml ├── rustfs │ ├── docker-compose.yml │ ├── logo.svg │ ├── meta-entry.json │ └── template.toml ├── rutorrent │ ├── docker-compose.yml │ ├── rutorrent.svg │ └── template.toml ├── rybbit │ ├── docker-compose.yml │ ├── rybbit.png │ └── template.toml ├── ryot │ ├── docker-compose.yml │ ├── ryot.png │ └── template.toml ├── scrypted │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── seafile │ ├── docker-compose.yml │ ├── seafile.svg │ └── template.toml ├── searxng │ ├── docker-compose.yml │ ├── searxng.png │ └── template.toml ├── shlink │ ├── docker-compose.yml │ ├── shlink.svg │ └── template.toml ├── signoz │ ├── docker-compose.yml │ ├── signoz.svg │ └── template.toml ├── silverbullet │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── slash │ ├── docker-compose.yml │ ├── slash.png │ └── template.toml ├── snapp │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── soketi │ ├── docker-compose.yml │ ├── soketi.png │ └── template.toml ├── spacedrive │ ├── docker-compose.yml │ ├── spacedrive.png │ └── template.toml ├── stack-auth │ ├── docker-compose.yml │ ├── stack-auth.png │ └── template.toml ├── stalwart │ ├── docker-compose.yml │ ├── stalwart.svg │ └── template.toml ├── statping-ng │ ├── docker-compose.yml │ ├── statping-ng.png │ └── template.toml ├── stirling │ ├── docker-compose.yml │ ├── stirling.svg │ └── template.toml ├── storyden │ ├── docker-compose.yml │ ├── storyden.png │ └── template.toml ├── supabase │ ├── docker-compose.yml │ ├── supabase.svg │ └── template.toml ├── superset │ ├── docker-compose.yml │ ├── superset.svg │ └── template.toml ├── surrealdb │ ├── docker-compose.yml │ ├── surrealdb.svg │ └── template.toml ├── tailscale-exitnode │ ├── docker-compose.yml │ ├── tailscale-exitnode.svg │ └── template.toml ├── teable │ ├── docker-compose.yml │ ├── teable.png │ └── template.toml ├── tianji │ ├── docker-compose.yml │ ├── logo.svg │ └── template.toml ├── tolgee │ ├── docker-compose.yml │ ├── template.toml │ └── tolgee.svg ├── tooljet │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── tor-browser │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── triggerdotdev │ ├── docker-compose.yml │ ├── template.toml │ └── triggerdotdev.svg ├── trilium │ ├── docker-compose.yml │ ├── template.toml │ └── trilium.png ├── trmnl-byos-laravel │ ├── byos-laravel.svg │ ├── docker-compose.yml │ └── template.toml ├── twenty │ ├── docker-compose.yml │ ├── template.toml │ └── twenty.svg ├── typebot │ ├── docker-compose.yml │ ├── template.toml │ └── typebot.svg ├── typecho │ ├── docker-compose.yml │ ├── template.toml │ └── typecho.png ├── typesense │ ├── docker-compose.yml │ ├── template.toml │ └── typesense.png ├── umami │ ├── docker-compose.yml │ ├── template.toml │ └── umami.png ├── unifi │ ├── docker-compose.yml │ ├── template.toml │ └── unifi.webp ├── upsnap │ ├── docker-compose.yml │ ├── template.toml │ └── upsnap.svg ├── uptime-kuma │ ├── docker-compose.yml │ ├── template.toml │ └── uptime-kuma.png ├── usesend │ ├── docker-compose.yml │ ├── template.toml │ └── usesend.png ├── valkey │ ├── docker-compose.yml │ ├── template.toml │ └── valkey.svg ├── vault │ ├── docker-compose.yml │ ├── template.toml │ └── vault.svg ├── vaultwarden │ ├── docker-compose.yml │ ├── template.toml │ └── vaultwarden.svg ├── vikunja │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── wallos │ ├── docker-compose.yml │ ├── template.toml │ └── wallos.png ├── wanderer │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── web-check │ ├── docker-compose.yml │ ├── logo.png │ └── template.toml ├── wg-easy │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── wikijs │ ├── docker-compose.yml │ ├── template.toml │ └── wikijs.svg ├── windmill │ ├── docker-compose.yml │ ├── template.toml │ └── windmill.svg ├── windows │ ├── docker-compose.yml │ ├── template.toml │ └── windows.png ├── wordpress │ ├── docker-compose.yml │ ├── template.toml │ └── wordpress.png ├── xsshunter │ ├── docker-compose.yml │ ├── template.toml │ └── xsshunter.png ├── yamtrack │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── yourls │ ├── docker-compose.yml │ ├── template.toml │ └── yourls.svg ├── yt-dlp-webui │ ├── docker-compose.yml │ ├── logo.ico │ └── template.toml ├── zabbix │ ├── docker-compose.yml │ ├── image.png │ └── template.toml ├── zipline │ ├── docker-compose.yml │ ├── template.toml │ └── zipline.png └── zitadel │ ├── docker-compose.yml │ ├── template.toml │ └── zitadel.png ├── dedupe-and-sort-meta.js └── meta.json /.github/ISSUE_TEMPLATE/bug-report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/.github/ISSUE_TEMPLATE/bug-report.yml -------------------------------------------------------------------------------- /.github/copilot-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/.github/copilot-instructions.md -------------------------------------------------------------------------------- /.github/workflows/build-preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/.github/workflows/build-preview.yml -------------------------------------------------------------------------------- /.github/workflows/deploy-preview.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/.github/workflows/deploy-preview.yml -------------------------------------------------------------------------------- /.github/workflows/deploy-production.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/.github/workflows/deploy-production.yml -------------------------------------------------------------------------------- /.github/workflows/validate-meta.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/.github/workflows/validate-meta.yml -------------------------------------------------------------------------------- /.github/workflows/validate.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/.github/workflows/validate.yml -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/README.md -------------------------------------------------------------------------------- /app/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/.gitignore -------------------------------------------------------------------------------- /app/components.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/components.json -------------------------------------------------------------------------------- /app/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/index.html -------------------------------------------------------------------------------- /app/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/package-lock.json -------------------------------------------------------------------------------- /app/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/package.json -------------------------------------------------------------------------------- /app/pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/pnpm-lock.yaml -------------------------------------------------------------------------------- /app/public/blueprints: -------------------------------------------------------------------------------- 1 | ../../blueprints -------------------------------------------------------------------------------- /app/public/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/public/logo.svg -------------------------------------------------------------------------------- /app/public/vite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/public/vite.svg -------------------------------------------------------------------------------- /app/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/script.js -------------------------------------------------------------------------------- /app/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/App.css -------------------------------------------------------------------------------- /app/src/App.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/App.tsx -------------------------------------------------------------------------------- /app/src/assets/react.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/assets/react.svg -------------------------------------------------------------------------------- /app/src/components/Navigation.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/components/Navigation.tsx -------------------------------------------------------------------------------- /app/src/components/Search.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/components/Search.tsx -------------------------------------------------------------------------------- /app/src/components/SelectedTags.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/components/SelectedTags.tsx -------------------------------------------------------------------------------- /app/src/components/Tags.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/components/Tags.tsx -------------------------------------------------------------------------------- /app/src/components/TemplateDialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/components/TemplateDialog.tsx -------------------------------------------------------------------------------- /app/src/components/TemplateGrid.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/components/TemplateGrid.tsx -------------------------------------------------------------------------------- /app/src/components/ui/badge.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/components/ui/badge.tsx -------------------------------------------------------------------------------- /app/src/components/ui/button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/components/ui/button.tsx -------------------------------------------------------------------------------- /app/src/components/ui/card.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/components/ui/card.tsx -------------------------------------------------------------------------------- /app/src/components/ui/code-editor.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/components/ui/code-editor.tsx -------------------------------------------------------------------------------- /app/src/components/ui/combobox.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/components/ui/combobox.tsx -------------------------------------------------------------------------------- /app/src/components/ui/command.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/components/ui/command.tsx -------------------------------------------------------------------------------- /app/src/components/ui/dialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/components/ui/dialog.tsx -------------------------------------------------------------------------------- /app/src/components/ui/dokploy-logo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/components/ui/dokploy-logo.tsx -------------------------------------------------------------------------------- /app/src/components/ui/dropdown-menu.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/components/ui/dropdown-menu.tsx -------------------------------------------------------------------------------- /app/src/components/ui/input.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/components/ui/input.tsx -------------------------------------------------------------------------------- /app/src/components/ui/label.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/components/ui/label.tsx -------------------------------------------------------------------------------- /app/src/components/ui/popover.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/components/ui/popover.tsx -------------------------------------------------------------------------------- /app/src/components/ui/skeleton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/components/ui/skeleton.tsx -------------------------------------------------------------------------------- /app/src/components/ui/sonner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/components/ui/sonner.tsx -------------------------------------------------------------------------------- /app/src/components/ui/tabs.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/components/ui/tabs.tsx -------------------------------------------------------------------------------- /app/src/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/index.css -------------------------------------------------------------------------------- /app/src/lib/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/lib/utils.ts -------------------------------------------------------------------------------- /app/src/main.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/main.tsx -------------------------------------------------------------------------------- /app/src/mode-toggle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/mode-toggle.tsx -------------------------------------------------------------------------------- /app/src/store/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/store/index.ts -------------------------------------------------------------------------------- /app/src/theme-provider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/src/theme-provider.tsx -------------------------------------------------------------------------------- /app/src/vite-env.d.ts: -------------------------------------------------------------------------------- 1 | /// 2 | -------------------------------------------------------------------------------- /app/tsconfig.app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/tsconfig.app.json -------------------------------------------------------------------------------- /app/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/tsconfig.json -------------------------------------------------------------------------------- /app/tsconfig.node.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/tsconfig.node.json -------------------------------------------------------------------------------- /app/vite.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/app/vite.config.ts -------------------------------------------------------------------------------- /blueprints/ackee/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ackee/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/ackee/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ackee/logo.png -------------------------------------------------------------------------------- /blueprints/ackee/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ackee/template.toml -------------------------------------------------------------------------------- /blueprints/activepieces/activepieces.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/activepieces/activepieces.svg -------------------------------------------------------------------------------- /blueprints/activepieces/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/activepieces/template.toml -------------------------------------------------------------------------------- /blueprints/actualbudget/actualbudget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/actualbudget/actualbudget.png -------------------------------------------------------------------------------- /blueprints/actualbudget/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/actualbudget/template.toml -------------------------------------------------------------------------------- /blueprints/adguardhome/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/adguardhome/logo.svg -------------------------------------------------------------------------------- /blueprints/adguardhome/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/adguardhome/template.toml -------------------------------------------------------------------------------- /blueprints/adminer/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/adminer/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/adminer/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/adminer/logo.svg -------------------------------------------------------------------------------- /blueprints/adminer/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/adminer/template.toml -------------------------------------------------------------------------------- /blueprints/adventurelog/adventurelog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/adventurelog/adventurelog.svg -------------------------------------------------------------------------------- /blueprints/adventurelog/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/adventurelog/template.toml -------------------------------------------------------------------------------- /blueprints/affinepro/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/affinepro/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/affinepro/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/affinepro/logo.png -------------------------------------------------------------------------------- /blueprints/affinepro/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/affinepro/template.toml -------------------------------------------------------------------------------- /blueprints/agentdvr/agentdvr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/agentdvr/agentdvr.png -------------------------------------------------------------------------------- /blueprints/agentdvr/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/agentdvr/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/agentdvr/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/agentdvr/template.toml -------------------------------------------------------------------------------- /blueprints/akaunting/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/akaunting/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/akaunting/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/akaunting/image.png -------------------------------------------------------------------------------- /blueprints/akaunting/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/akaunting/template.toml -------------------------------------------------------------------------------- /blueprints/alist/alist.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/alist/alist.svg -------------------------------------------------------------------------------- /blueprints/alist/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/alist/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/alist/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/alist/template.toml -------------------------------------------------------------------------------- /blueprints/alltube/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/alltube/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/alltube/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/alltube/logo.png -------------------------------------------------------------------------------- /blueprints/alltube/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/alltube/template.toml -------------------------------------------------------------------------------- /blueprints/ampache/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ampache/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/ampache/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ampache/logo.png -------------------------------------------------------------------------------- /blueprints/ampache/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ampache/template.toml -------------------------------------------------------------------------------- /blueprints/anonupload/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/anonupload/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/anonupload/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/anonupload/logo.png -------------------------------------------------------------------------------- /blueprints/anonupload/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/anonupload/template.toml -------------------------------------------------------------------------------- /blueprints/anse/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/anse/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/anse/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/anse/image.png -------------------------------------------------------------------------------- /blueprints/anse/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/anse/template.toml -------------------------------------------------------------------------------- /blueprints/answer/answer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/answer/answer.png -------------------------------------------------------------------------------- /blueprints/answer/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/answer/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/answer/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/answer/template.toml -------------------------------------------------------------------------------- /blueprints/anubis/anubis.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/anubis/anubis.webp -------------------------------------------------------------------------------- /blueprints/anubis/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/anubis/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/anubis/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/anubis/template.toml -------------------------------------------------------------------------------- /blueprints/anythingllm/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/anythingllm/logo.png -------------------------------------------------------------------------------- /blueprints/anythingllm/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/anythingllm/template.toml -------------------------------------------------------------------------------- /blueprints/appflowy/appflowy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/appflowy/appflowy.png -------------------------------------------------------------------------------- /blueprints/appflowy/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/appflowy/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/appflowy/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/appflowy/template.toml -------------------------------------------------------------------------------- /blueprints/apprise-api/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/apprise-api/logo.png -------------------------------------------------------------------------------- /blueprints/apprise-api/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/apprise-api/template.toml -------------------------------------------------------------------------------- /blueprints/appsmith/appsmith.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/appsmith/appsmith.png -------------------------------------------------------------------------------- /blueprints/appsmith/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/appsmith/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/appsmith/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/appsmith/template.toml -------------------------------------------------------------------------------- /blueprints/appwrite/appwrite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/appwrite/appwrite.svg -------------------------------------------------------------------------------- /blueprints/appwrite/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/appwrite/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/appwrite/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/appwrite/template.toml -------------------------------------------------------------------------------- /blueprints/aptabase/aptabase.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/aptabase/aptabase.svg -------------------------------------------------------------------------------- /blueprints/aptabase/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/aptabase/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/aptabase/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/aptabase/template.toml -------------------------------------------------------------------------------- /blueprints/arangodb/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/arangodb/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/arangodb/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/arangodb/logo.png -------------------------------------------------------------------------------- /blueprints/arangodb/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/arangodb/template.toml -------------------------------------------------------------------------------- /blueprints/argilla/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/argilla/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/argilla/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/argilla/logo.svg -------------------------------------------------------------------------------- /blueprints/argilla/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/argilla/template.toml -------------------------------------------------------------------------------- /blueprints/audiobookshelf/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/audiobookshelf/logo.png -------------------------------------------------------------------------------- /blueprints/audiobookshelf/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/audiobookshelf/template.toml -------------------------------------------------------------------------------- /blueprints/authelia/authelia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/authelia/authelia.png -------------------------------------------------------------------------------- /blueprints/authelia/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/authelia/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/authelia/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/authelia/template.toml -------------------------------------------------------------------------------- /blueprints/authentik/authentik.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/authentik/authentik.svg -------------------------------------------------------------------------------- /blueprints/authentik/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/authentik/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/authentik/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/authentik/template.toml -------------------------------------------------------------------------------- /blueprints/authorizer/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/authorizer/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/authorizer/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/authorizer/logo.png -------------------------------------------------------------------------------- /blueprints/authorizer/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/authorizer/template.toml -------------------------------------------------------------------------------- /blueprints/autobase/autobase.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/autobase/autobase.svg -------------------------------------------------------------------------------- /blueprints/autobase/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/autobase/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/autobase/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/autobase/template.toml -------------------------------------------------------------------------------- /blueprints/automatisch/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/automatisch/logo.png -------------------------------------------------------------------------------- /blueprints/automatisch/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/automatisch/template.toml -------------------------------------------------------------------------------- /blueprints/azuracast/azuracast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/azuracast/azuracast.png -------------------------------------------------------------------------------- /blueprints/azuracast/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/azuracast/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/azuracast/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/azuracast/template.toml -------------------------------------------------------------------------------- /blueprints/babybuddy/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/babybuddy/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/babybuddy/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/babybuddy/logo.png -------------------------------------------------------------------------------- /blueprints/babybuddy/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/babybuddy/template.toml -------------------------------------------------------------------------------- /blueprints/backrest/backrest.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/backrest/backrest.svg -------------------------------------------------------------------------------- /blueprints/backrest/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/backrest/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/backrest/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/backrest/template.toml -------------------------------------------------------------------------------- /blueprints/backrest/template.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/backrest/template.yml -------------------------------------------------------------------------------- /blueprints/baikal/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/baikal/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/baikal/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/baikal/logo.png -------------------------------------------------------------------------------- /blueprints/baikal/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/baikal/template.toml -------------------------------------------------------------------------------- /blueprints/barrage/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/barrage/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/barrage/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/barrage/logo.png -------------------------------------------------------------------------------- /blueprints/barrage/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/barrage/template.toml -------------------------------------------------------------------------------- /blueprints/baserow/baserow.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/baserow/baserow.webp -------------------------------------------------------------------------------- /blueprints/baserow/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/baserow/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/baserow/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/baserow/template.toml -------------------------------------------------------------------------------- /blueprints/bazarr/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bazarr/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/bazarr/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bazarr/logo.png -------------------------------------------------------------------------------- /blueprints/bazarr/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bazarr/template.toml -------------------------------------------------------------------------------- /blueprints/bentopdf/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bentopdf/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/bentopdf/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bentopdf/image.png -------------------------------------------------------------------------------- /blueprints/bentopdf/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bentopdf/template.toml -------------------------------------------------------------------------------- /blueprints/beszel/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/beszel/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/beszel/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/beszel/logo.svg -------------------------------------------------------------------------------- /blueprints/beszel/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/beszel/template.toml -------------------------------------------------------------------------------- /blueprints/bigcapital/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bigcapital/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/bigcapital/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bigcapital/logo.svg -------------------------------------------------------------------------------- /blueprints/bigcapital/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bigcapital/template.toml -------------------------------------------------------------------------------- /blueprints/blender/blender.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/blender/blender.svg -------------------------------------------------------------------------------- /blueprints/blender/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/blender/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/blender/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/blender/template.toml -------------------------------------------------------------------------------- /blueprints/blinko/blinko.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/blinko/blinko.svg -------------------------------------------------------------------------------- /blueprints/blinko/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/blinko/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/blinko/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/blinko/template.toml -------------------------------------------------------------------------------- /blueprints/bolt.diy/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bolt.diy/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/bolt.diy/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bolt.diy/logo.jpg -------------------------------------------------------------------------------- /blueprints/bolt.diy/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bolt.diy/template.toml -------------------------------------------------------------------------------- /blueprints/booklore/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/booklore/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/booklore/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/booklore/image.png -------------------------------------------------------------------------------- /blueprints/booklore/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/booklore/template.toml -------------------------------------------------------------------------------- /blueprints/bookstack/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bookstack/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/bookstack/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bookstack/logo.svg -------------------------------------------------------------------------------- /blueprints/bookstack/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bookstack/template.toml -------------------------------------------------------------------------------- /blueprints/borgitory/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/borgitory/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/borgitory/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/borgitory/image.png -------------------------------------------------------------------------------- /blueprints/borgitory/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/borgitory/template.toml -------------------------------------------------------------------------------- /blueprints/botpress/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/botpress/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/botpress/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/botpress/logo.png -------------------------------------------------------------------------------- /blueprints/botpress/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/botpress/template.toml -------------------------------------------------------------------------------- /blueprints/browserless/browserless.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/browserless/browserless.svg -------------------------------------------------------------------------------- /blueprints/browserless/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/browserless/template.toml -------------------------------------------------------------------------------- /blueprints/budget-board/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/budget-board/image.png -------------------------------------------------------------------------------- /blueprints/budget-board/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/budget-board/template.toml -------------------------------------------------------------------------------- /blueprints/budibase/budibase.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/budibase/budibase.svg -------------------------------------------------------------------------------- /blueprints/budibase/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/budibase/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/budibase/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/budibase/template.toml -------------------------------------------------------------------------------- /blueprints/bugsink/bugsink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bugsink/bugsink.png -------------------------------------------------------------------------------- /blueprints/bugsink/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bugsink/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/bugsink/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bugsink/template.toml -------------------------------------------------------------------------------- /blueprints/bytebase/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bytebase/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/bytebase/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bytebase/image.png -------------------------------------------------------------------------------- /blueprints/bytebase/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bytebase/template.toml -------------------------------------------------------------------------------- /blueprints/bytestash/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bytestash/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/bytestash/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bytestash/logo.png -------------------------------------------------------------------------------- /blueprints/bytestash/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/bytestash/template.toml -------------------------------------------------------------------------------- /blueprints/calcom/calcom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/calcom/calcom.jpg -------------------------------------------------------------------------------- /blueprints/calcom/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/calcom/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/calcom/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/calcom/template.toml -------------------------------------------------------------------------------- /blueprints/calibre-web/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/calibre-web/image.png -------------------------------------------------------------------------------- /blueprints/calibre-web/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/calibre-web/template.toml -------------------------------------------------------------------------------- /blueprints/calibre/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/calibre/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/calibre/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/calibre/logo.png -------------------------------------------------------------------------------- /blueprints/calibre/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/calibre/template.toml -------------------------------------------------------------------------------- /blueprints/capso/capso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/capso/capso.png -------------------------------------------------------------------------------- /blueprints/capso/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/capso/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/capso/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/capso/template.toml -------------------------------------------------------------------------------- /blueprints/carbone/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/carbone/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/carbone/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/carbone/logo.png -------------------------------------------------------------------------------- /blueprints/carbone/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/carbone/template.toml -------------------------------------------------------------------------------- /blueprints/casdoor/casdoor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/casdoor/casdoor.png -------------------------------------------------------------------------------- /blueprints/casdoor/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/casdoor/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/casdoor/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/casdoor/template.toml -------------------------------------------------------------------------------- /blueprints/changedetection/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/changedetection/logo.png -------------------------------------------------------------------------------- /blueprints/changedetection/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/changedetection/template.toml -------------------------------------------------------------------------------- /blueprints/chatwoot/chatwoot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/chatwoot/chatwoot.svg -------------------------------------------------------------------------------- /blueprints/chatwoot/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/chatwoot/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/chatwoot/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/chatwoot/template.toml -------------------------------------------------------------------------------- /blueprints/checkcle/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/checkcle/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/checkcle/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/checkcle/image.png -------------------------------------------------------------------------------- /blueprints/checkcle/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/checkcle/template.toml -------------------------------------------------------------------------------- /blueprints/checkmate/checkmate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/checkmate/checkmate.png -------------------------------------------------------------------------------- /blueprints/checkmate/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/checkmate/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/checkmate/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/checkmate/template.toml -------------------------------------------------------------------------------- /blueprints/chevereto/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/chevereto/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/chevereto/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/chevereto/logo.png -------------------------------------------------------------------------------- /blueprints/chevereto/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/chevereto/template.toml -------------------------------------------------------------------------------- /blueprints/chibisafe/chibisafe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/chibisafe/chibisafe.svg -------------------------------------------------------------------------------- /blueprints/chibisafe/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/chibisafe/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/chibisafe/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/chibisafe/template.toml -------------------------------------------------------------------------------- /blueprints/chiefonboarding/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/chiefonboarding/logo.png -------------------------------------------------------------------------------- /blueprints/chiefonboarding/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/chiefonboarding/template.toml -------------------------------------------------------------------------------- /blueprints/chromium/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/chromium/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/chromium/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/chromium/logo.png -------------------------------------------------------------------------------- /blueprints/chromium/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/chromium/template.toml -------------------------------------------------------------------------------- /blueprints/classicpress/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/classicpress/logo.png -------------------------------------------------------------------------------- /blueprints/classicpress/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/classicpress/template.toml -------------------------------------------------------------------------------- /blueprints/clickhouse/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/clickhouse/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/clickhouse/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/clickhouse/template.toml -------------------------------------------------------------------------------- /blueprints/cloud9/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/cloud9/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/cloud9/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/cloud9/logo.png -------------------------------------------------------------------------------- /blueprints/cloud9/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/cloud9/template.toml -------------------------------------------------------------------------------- /blueprints/cloudcommander/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/cloudcommander/logo.png -------------------------------------------------------------------------------- /blueprints/cloudcommander/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/cloudcommander/template.toml -------------------------------------------------------------------------------- /blueprints/cloudflared/cloudflared.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/cloudflared/cloudflared.svg -------------------------------------------------------------------------------- /blueprints/cloudflared/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/cloudflared/template.toml -------------------------------------------------------------------------------- /blueprints/cockpit/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/cockpit/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/cockpit/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/cockpit/logo.png -------------------------------------------------------------------------------- /blueprints/cockpit/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/cockpit/template.toml -------------------------------------------------------------------------------- /blueprints/coder/coder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/coder/coder.svg -------------------------------------------------------------------------------- /blueprints/coder/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/coder/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/coder/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/coder/template.toml -------------------------------------------------------------------------------- /blueprints/codex-docs/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/codex-docs/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/codex-docs/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/codex-docs/logo.svg -------------------------------------------------------------------------------- /blueprints/codex-docs/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/codex-docs/template.toml -------------------------------------------------------------------------------- /blueprints/colanode/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/colanode/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/colanode/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/colanode/logo.svg -------------------------------------------------------------------------------- /blueprints/colanode/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/colanode/template.toml -------------------------------------------------------------------------------- /blueprints/collabora-office/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/collabora-office/logo.svg -------------------------------------------------------------------------------- /blueprints/commafeed/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/commafeed/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/commafeed/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/commafeed/logo.svg -------------------------------------------------------------------------------- /blueprints/commafeed/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/commafeed/template.toml -------------------------------------------------------------------------------- /blueprints/commento/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/commento/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/commento/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/commento/logo.png -------------------------------------------------------------------------------- /blueprints/commento/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/commento/template.toml -------------------------------------------------------------------------------- /blueprints/commentoplusplus/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/commentoplusplus/logo.png -------------------------------------------------------------------------------- /blueprints/conduit/conduit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/conduit/conduit.svg -------------------------------------------------------------------------------- /blueprints/conduit/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/conduit/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/conduit/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/conduit/template.toml -------------------------------------------------------------------------------- /blueprints/conduwuit/conduwuit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/conduwuit/conduwuit.svg -------------------------------------------------------------------------------- /blueprints/conduwuit/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/conduwuit/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/conduwuit/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/conduwuit/template.toml -------------------------------------------------------------------------------- /blueprints/confluence/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/confluence/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/confluence/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/confluence/logo.svg -------------------------------------------------------------------------------- /blueprints/confluence/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/confluence/template.toml -------------------------------------------------------------------------------- /blueprints/convertx/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/convertx/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/convertx/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/convertx/logo.png -------------------------------------------------------------------------------- /blueprints/convertx/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/convertx/template.toml -------------------------------------------------------------------------------- /blueprints/convex/convex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/convex/convex.svg -------------------------------------------------------------------------------- /blueprints/convex/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/convex/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/convex/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/convex/template.toml -------------------------------------------------------------------------------- /blueprints/cookie-cloud/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/cookie-cloud/image.png -------------------------------------------------------------------------------- /blueprints/cookie-cloud/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/cookie-cloud/template.toml -------------------------------------------------------------------------------- /blueprints/coralproject/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/coralproject/logo.png -------------------------------------------------------------------------------- /blueprints/coralproject/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/coralproject/template.toml -------------------------------------------------------------------------------- /blueprints/couchdb/couchdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/couchdb/couchdb.png -------------------------------------------------------------------------------- /blueprints/couchdb/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/couchdb/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/couchdb/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/couchdb/template.toml -------------------------------------------------------------------------------- /blueprints/crawl4ai/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/crawl4ai/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/crawl4ai/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/crawl4ai/image.png -------------------------------------------------------------------------------- /blueprints/crawl4ai/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/crawl4ai/template.toml -------------------------------------------------------------------------------- /blueprints/crowdsec/crowdsec_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/crowdsec/crowdsec_logo.png -------------------------------------------------------------------------------- /blueprints/crowdsec/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/crowdsec/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/crowdsec/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/crowdsec/template.toml -------------------------------------------------------------------------------- /blueprints/cup/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/cup/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/cup/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/cup/image.png -------------------------------------------------------------------------------- /blueprints/cup/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/cup/template.toml -------------------------------------------------------------------------------- /blueprints/cyberchef/cyberchef.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/cyberchef/cyberchef.svg -------------------------------------------------------------------------------- /blueprints/cyberchef/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/cyberchef/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/cyberchef/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/cyberchef/template.toml -------------------------------------------------------------------------------- /blueprints/dashy/dashy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/dashy/dashy.png -------------------------------------------------------------------------------- /blueprints/dashy/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/dashy/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/dashy/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/dashy/template.toml -------------------------------------------------------------------------------- /blueprints/datalens/datalens.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/datalens/datalens.svg -------------------------------------------------------------------------------- /blueprints/datalens/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/datalens/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/datalens/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/datalens/template.toml -------------------------------------------------------------------------------- /blueprints/directory-lister/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/directory-lister/logo.png -------------------------------------------------------------------------------- /blueprints/directus/directus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/directus/directus.jpg -------------------------------------------------------------------------------- /blueprints/directus/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/directus/template.toml -------------------------------------------------------------------------------- /blueprints/discourse/discourse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/discourse/discourse.svg -------------------------------------------------------------------------------- /blueprints/discourse/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/discourse/template.toml -------------------------------------------------------------------------------- /blueprints/docmost/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/docmost/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/docmost/docmost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/docmost/docmost.png -------------------------------------------------------------------------------- /blueprints/docmost/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/docmost/template.toml -------------------------------------------------------------------------------- /blueprints/documenso/documenso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/documenso/documenso.png -------------------------------------------------------------------------------- /blueprints/documenso/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/documenso/template.toml -------------------------------------------------------------------------------- /blueprints/docuseal/docuseal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/docuseal/docuseal.png -------------------------------------------------------------------------------- /blueprints/docuseal/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/docuseal/template.toml -------------------------------------------------------------------------------- /blueprints/domain-locker/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/domain-locker/image.png -------------------------------------------------------------------------------- /blueprints/doublezero/doublezero.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/doublezero/doublezero.svg -------------------------------------------------------------------------------- /blueprints/doublezero/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/doublezero/template.toml -------------------------------------------------------------------------------- /blueprints/dozzle/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/dozzle/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/dozzle/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/dozzle/image.png -------------------------------------------------------------------------------- /blueprints/dozzle/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/dozzle/template.toml -------------------------------------------------------------------------------- /blueprints/dragonfly-db/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/dragonfly-db/template.toml -------------------------------------------------------------------------------- /blueprints/drawio/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/drawio/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/drawio/drawio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/drawio/drawio.svg -------------------------------------------------------------------------------- /blueprints/drawio/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/drawio/template.toml -------------------------------------------------------------------------------- /blueprints/drawnix/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/drawnix/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/drawnix/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/drawnix/image.png -------------------------------------------------------------------------------- /blueprints/drawnix/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/drawnix/template.toml -------------------------------------------------------------------------------- /blueprints/dumbassets/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/dumbassets/logo.svg -------------------------------------------------------------------------------- /blueprints/dumbassets/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/dumbassets/template.toml -------------------------------------------------------------------------------- /blueprints/dumbbudget/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/dumbbudget/logo.svg -------------------------------------------------------------------------------- /blueprints/dumbbudget/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/dumbbudget/template.toml -------------------------------------------------------------------------------- /blueprints/dumbdrop/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/dumbdrop/logo.svg -------------------------------------------------------------------------------- /blueprints/dumbdrop/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/dumbdrop/template.toml -------------------------------------------------------------------------------- /blueprints/dumbpad/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/dumbpad/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/dumbpad/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/dumbpad/logo.svg -------------------------------------------------------------------------------- /blueprints/dumbpad/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/dumbpad/template.toml -------------------------------------------------------------------------------- /blueprints/emby/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/emby/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/emby/emby.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/emby/emby.png -------------------------------------------------------------------------------- /blueprints/emby/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/emby/template.toml -------------------------------------------------------------------------------- /blueprints/enshrouded/enshrouded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/enshrouded/enshrouded.png -------------------------------------------------------------------------------- /blueprints/enshrouded/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/enshrouded/template.toml -------------------------------------------------------------------------------- /blueprints/erpnext/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/erpnext/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/erpnext/erpnext.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/erpnext/erpnext.svg -------------------------------------------------------------------------------- /blueprints/erpnext/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/erpnext/template.toml -------------------------------------------------------------------------------- /blueprints/etherpad/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/etherpad/image.png -------------------------------------------------------------------------------- /blueprints/etherpad/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/etherpad/template.toml -------------------------------------------------------------------------------- /blueprints/evershop/evershop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/evershop/evershop.svg -------------------------------------------------------------------------------- /blueprints/evershop/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/evershop/template.toml -------------------------------------------------------------------------------- /blueprints/evolutionapi/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/evolutionapi/template.toml -------------------------------------------------------------------------------- /blueprints/excalidraw/excalidraw.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/excalidraw/excalidraw.jpg -------------------------------------------------------------------------------- /blueprints/excalidraw/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/excalidraw/template.toml -------------------------------------------------------------------------------- /blueprints/ezbookkeeping/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ezbookkeeping/logo.png -------------------------------------------------------------------------------- /blueprints/filebrowser/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/filebrowser/template.toml -------------------------------------------------------------------------------- /blueprints/filestash/filestash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/filestash/filestash.svg -------------------------------------------------------------------------------- /blueprints/filestash/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/filestash/template.toml -------------------------------------------------------------------------------- /blueprints/firecrawl/firecrawl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/firecrawl/firecrawl.svg -------------------------------------------------------------------------------- /blueprints/firecrawl/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/firecrawl/template.toml -------------------------------------------------------------------------------- /blueprints/fivem/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/fivem/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/fivem/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/fivem/logo.svg -------------------------------------------------------------------------------- /blueprints/fivem/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/fivem/template.toml -------------------------------------------------------------------------------- /blueprints/flagsmith/flagsmith.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/flagsmith/flagsmith.png -------------------------------------------------------------------------------- /blueprints/flagsmith/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/flagsmith/template.toml -------------------------------------------------------------------------------- /blueprints/flaresolverr/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/flaresolverr/logo.png -------------------------------------------------------------------------------- /blueprints/flaresolverr/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/flaresolverr/template.toml -------------------------------------------------------------------------------- /blueprints/flatnotes-totp/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/flatnotes-totp/image.png -------------------------------------------------------------------------------- /blueprints/flatnotes/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/flatnotes/image.png -------------------------------------------------------------------------------- /blueprints/flatnotes/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/flatnotes/template.toml -------------------------------------------------------------------------------- /blueprints/flowise/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/flowise/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/flowise/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/flowise/image.png -------------------------------------------------------------------------------- /blueprints/flowise/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/flowise/template.toml -------------------------------------------------------------------------------- /blueprints/fmd-server/fmd-server.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/fmd-server/fmd-server.svg -------------------------------------------------------------------------------- /blueprints/fmd-server/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/fmd-server/template.toml -------------------------------------------------------------------------------- /blueprints/focalboard/focalboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/focalboard/focalboard.png -------------------------------------------------------------------------------- /blueprints/focalboard/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/focalboard/template.toml -------------------------------------------------------------------------------- /blueprints/fonoster/fonoster.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/fonoster/fonoster.svg -------------------------------------------------------------------------------- /blueprints/fonoster/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/fonoster/template.toml -------------------------------------------------------------------------------- /blueprints/forgejo/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/forgejo/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/forgejo/forgejo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/forgejo/forgejo.svg -------------------------------------------------------------------------------- /blueprints/forgejo/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/forgejo/template.toml -------------------------------------------------------------------------------- /blueprints/formbricks/formbricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/formbricks/formbricks.png -------------------------------------------------------------------------------- /blueprints/formbricks/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/formbricks/template.toml -------------------------------------------------------------------------------- /blueprints/frappe-hr/frappe-hr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/frappe-hr/frappe-hr.svg -------------------------------------------------------------------------------- /blueprints/frappe-hr/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/frappe-hr/template.toml -------------------------------------------------------------------------------- /blueprints/freescout/freescout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/freescout/freescout.svg -------------------------------------------------------------------------------- /blueprints/freescout/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/freescout/template.toml -------------------------------------------------------------------------------- /blueprints/freshrss/freshrss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/freshrss/freshrss.svg -------------------------------------------------------------------------------- /blueprints/freshrss/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/freshrss/template.toml -------------------------------------------------------------------------------- /blueprints/garage-with-ui/garage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/garage-with-ui/garage.svg -------------------------------------------------------------------------------- /blueprints/garage/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/garage/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/garage/garage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/garage/garage.svg -------------------------------------------------------------------------------- /blueprints/garage/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/garage/template.toml -------------------------------------------------------------------------------- /blueprints/ghost/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ghost/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/ghost/ghost.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ghost/ghost.jpeg -------------------------------------------------------------------------------- /blueprints/ghost/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ghost/template.toml -------------------------------------------------------------------------------- /blueprints/gitea-mirror/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/gitea-mirror/template.toml -------------------------------------------------------------------------------- /blueprints/gitea-mysql/gitea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/gitea-mysql/gitea.png -------------------------------------------------------------------------------- /blueprints/gitea-mysql/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/gitea-mysql/template.toml -------------------------------------------------------------------------------- /blueprints/gitea-postgres/gitea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/gitea-postgres/gitea.png -------------------------------------------------------------------------------- /blueprints/gitea-sqlite/gitea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/gitea-sqlite/gitea.png -------------------------------------------------------------------------------- /blueprints/gitea-sqlite/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/gitea-sqlite/template.toml -------------------------------------------------------------------------------- /blueprints/gitingest/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/gitingest/image.png -------------------------------------------------------------------------------- /blueprints/gitingest/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/gitingest/template.toml -------------------------------------------------------------------------------- /blueprints/gitlab-ce/gitlab-ce.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/gitlab-ce/gitlab-ce.svg -------------------------------------------------------------------------------- /blueprints/gitlab-ce/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/gitlab-ce/template.toml -------------------------------------------------------------------------------- /blueprints/glance/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/glance/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/glance/glance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/glance/glance.png -------------------------------------------------------------------------------- /blueprints/glance/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/glance/template.toml -------------------------------------------------------------------------------- /blueprints/glitchtip/glitchtip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/glitchtip/glitchtip.png -------------------------------------------------------------------------------- /blueprints/glitchtip/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/glitchtip/template.toml -------------------------------------------------------------------------------- /blueprints/glpi/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/glpi/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/glpi/glpi.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/glpi/glpi.webp -------------------------------------------------------------------------------- /blueprints/glpi/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/glpi/template.toml -------------------------------------------------------------------------------- /blueprints/gotenberg/gotenberg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/gotenberg/gotenberg.png -------------------------------------------------------------------------------- /blueprints/gotenberg/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/gotenberg/template.toml -------------------------------------------------------------------------------- /blueprints/grafana/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/grafana/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/grafana/grafana.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/grafana/grafana.svg -------------------------------------------------------------------------------- /blueprints/grafana/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/grafana/template.toml -------------------------------------------------------------------------------- /blueprints/grimoire/logo.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/grimoire/logo.webp -------------------------------------------------------------------------------- /blueprints/grimoire/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/grimoire/template.toml -------------------------------------------------------------------------------- /blueprints/grist/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/grist/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/grist/grist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/grist/grist.png -------------------------------------------------------------------------------- /blueprints/grist/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/grist/template.toml -------------------------------------------------------------------------------- /blueprints/habitica/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/habitica/image.png -------------------------------------------------------------------------------- /blueprints/habitica/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/habitica/template.toml -------------------------------------------------------------------------------- /blueprints/heyform/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/heyform/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/heyform/heyform.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/heyform/heyform.svg -------------------------------------------------------------------------------- /blueprints/heyform/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/heyform/template.toml -------------------------------------------------------------------------------- /blueprints/hi-events/hi-events.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/hi-events/hi-events.svg -------------------------------------------------------------------------------- /blueprints/hi-events/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/hi-events/template.toml -------------------------------------------------------------------------------- /blueprints/hoarder/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/hoarder/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/hoarder/hoarder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/hoarder/hoarder.svg -------------------------------------------------------------------------------- /blueprints/hoarder/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/hoarder/template.toml -------------------------------------------------------------------------------- /blueprints/homarr/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/homarr/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/homarr/homarr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/homarr/homarr.png -------------------------------------------------------------------------------- /blueprints/homarr/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/homarr/template.toml -------------------------------------------------------------------------------- /blueprints/homebridge/homebridge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/homebridge/homebridge.svg -------------------------------------------------------------------------------- /blueprints/homebridge/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/homebridge/template.toml -------------------------------------------------------------------------------- /blueprints/hoppscotch/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/hoppscotch/image.png -------------------------------------------------------------------------------- /blueprints/hoppscotch/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/hoppscotch/template.toml -------------------------------------------------------------------------------- /blueprints/hortusfox/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/hortusfox/image.png -------------------------------------------------------------------------------- /blueprints/hortusfox/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/hortusfox/template.toml -------------------------------------------------------------------------------- /blueprints/huly/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/huly/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/huly/huly.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/huly/huly.svg -------------------------------------------------------------------------------- /blueprints/huly/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/huly/template.toml -------------------------------------------------------------------------------- /blueprints/i18n-blog/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/i18n-blog/image.png -------------------------------------------------------------------------------- /blueprints/i18n-blog/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/i18n-blog/template.toml -------------------------------------------------------------------------------- /blueprints/ihatemoney/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ihatemoney/image.png -------------------------------------------------------------------------------- /blueprints/ihatemoney/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ihatemoney/template.toml -------------------------------------------------------------------------------- /blueprints/immich/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/immich/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/immich/immich.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/immich/immich.svg -------------------------------------------------------------------------------- /blueprints/immich/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/immich/template.toml -------------------------------------------------------------------------------- /blueprints/infisical/infisical.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/infisical/infisical.jpg -------------------------------------------------------------------------------- /blueprints/infisical/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/infisical/template.toml -------------------------------------------------------------------------------- /blueprints/influxdb/influxdb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/influxdb/influxdb.png -------------------------------------------------------------------------------- /blueprints/influxdb/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/influxdb/template.toml -------------------------------------------------------------------------------- /blueprints/inngest/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/inngest/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/inngest/inngest.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/inngest/inngest.svg -------------------------------------------------------------------------------- /blueprints/inngest/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/inngest/template.toml -------------------------------------------------------------------------------- /blueprints/invoiceshelf/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/invoiceshelf/template.toml -------------------------------------------------------------------------------- /blueprints/it-tools/it-tools.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/it-tools/it-tools.svg -------------------------------------------------------------------------------- /blueprints/it-tools/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/it-tools/template.toml -------------------------------------------------------------------------------- /blueprints/java/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/java/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/java/java.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/java/java.png -------------------------------------------------------------------------------- /blueprints/java/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/java/template.toml -------------------------------------------------------------------------------- /blueprints/jellyfin/jellyfin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/jellyfin/jellyfin.svg -------------------------------------------------------------------------------- /blueprints/jellyfin/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/jellyfin/template.toml -------------------------------------------------------------------------------- /blueprints/kaneo/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/kaneo/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/kaneo/kaneo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/kaneo/kaneo.png -------------------------------------------------------------------------------- /blueprints/kaneo/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/kaneo/template.toml -------------------------------------------------------------------------------- /blueprints/karakeep/karakeep.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/karakeep/karakeep.svg -------------------------------------------------------------------------------- /blueprints/karakeep/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/karakeep/template.toml -------------------------------------------------------------------------------- /blueprints/kener/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/kener/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/kener/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/kener/image.png -------------------------------------------------------------------------------- /blueprints/kener/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/kener/template.toml -------------------------------------------------------------------------------- /blueprints/kestra/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/kestra/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/kestra/kestra.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/kestra/kestra.svg -------------------------------------------------------------------------------- /blueprints/kestra/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/kestra/template.toml -------------------------------------------------------------------------------- /blueprints/keycloak/keycloak.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/keycloak/keycloak.svg -------------------------------------------------------------------------------- /blueprints/keycloak/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/keycloak/template.toml -------------------------------------------------------------------------------- /blueprints/kimai/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/kimai/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/kimai/kimai.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/kimai/kimai.svg -------------------------------------------------------------------------------- /blueprints/kimai/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/kimai/template.toml -------------------------------------------------------------------------------- /blueprints/kitchenowl/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/kitchenowl/image.png -------------------------------------------------------------------------------- /blueprints/kitchenowl/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/kitchenowl/template.toml -------------------------------------------------------------------------------- /blueprints/kokoro-web/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/kokoro-web/image.png -------------------------------------------------------------------------------- /blueprints/kokoro-web/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/kokoro-web/template.toml -------------------------------------------------------------------------------- /blueprints/kutt/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/kutt/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/kutt/kutt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/kutt/kutt.png -------------------------------------------------------------------------------- /blueprints/kutt/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/kutt/template.toml -------------------------------------------------------------------------------- /blueprints/langflow/langflow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/langflow/langflow.svg -------------------------------------------------------------------------------- /blueprints/langflow/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/langflow/template.toml -------------------------------------------------------------------------------- /blueprints/letterfeed/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/letterfeed/image.png -------------------------------------------------------------------------------- /blueprints/letterfeed/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/letterfeed/template.toml -------------------------------------------------------------------------------- /blueprints/librechat/librechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/librechat/librechat.png -------------------------------------------------------------------------------- /blueprints/librechat/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/librechat/template.toml -------------------------------------------------------------------------------- /blueprints/libredesk/libredesk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/libredesk/libredesk.svg -------------------------------------------------------------------------------- /blueprints/libredesk/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/libredesk/template.toml -------------------------------------------------------------------------------- /blueprints/linkding/linkding.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/linkding/linkding.svg -------------------------------------------------------------------------------- /blueprints/linkding/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/linkding/template.toml -------------------------------------------------------------------------------- /blueprints/linkstack/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/linkstack/logo.svg -------------------------------------------------------------------------------- /blueprints/linkstack/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/linkstack/template.toml -------------------------------------------------------------------------------- /blueprints/linkwarden/linkwarden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/linkwarden/linkwarden.png -------------------------------------------------------------------------------- /blueprints/linkwarden/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/linkwarden/template.toml -------------------------------------------------------------------------------- /blueprints/listmonk/listmonk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/listmonk/listmonk.png -------------------------------------------------------------------------------- /blueprints/listmonk/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/listmonk/template.toml -------------------------------------------------------------------------------- /blueprints/litellm/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/litellm/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/litellm/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/litellm/image.png -------------------------------------------------------------------------------- /blueprints/litellm/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/litellm/template.toml -------------------------------------------------------------------------------- /blueprints/livekit/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/livekit/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/livekit/livekit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/livekit/livekit.svg -------------------------------------------------------------------------------- /blueprints/livekit/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/livekit/template.toml -------------------------------------------------------------------------------- /blueprints/lobe-chat/lobe-chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/lobe-chat/lobe-chat.png -------------------------------------------------------------------------------- /blueprints/lobe-chat/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/lobe-chat/template.toml -------------------------------------------------------------------------------- /blueprints/lodestone/lodestone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/lodestone/lodestone.png -------------------------------------------------------------------------------- /blueprints/lodestone/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/lodestone/template.toml -------------------------------------------------------------------------------- /blueprints/logto/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/logto/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/logto/logto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/logto/logto.png -------------------------------------------------------------------------------- /blueprints/logto/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/logto/template.toml -------------------------------------------------------------------------------- /blueprints/lowcoder/lowcoder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/lowcoder/lowcoder.png -------------------------------------------------------------------------------- /blueprints/lowcoder/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/lowcoder/template.toml -------------------------------------------------------------------------------- /blueprints/macos/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/macos/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/macos/macos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/macos/macos.png -------------------------------------------------------------------------------- /blueprints/macos/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/macos/template.toml -------------------------------------------------------------------------------- /blueprints/mailpit/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/mailpit/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/mailpit/mailpit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/mailpit/mailpit.svg -------------------------------------------------------------------------------- /blueprints/mailpit/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/mailpit/template.toml -------------------------------------------------------------------------------- /blueprints/mattermost/mattermost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/mattermost/mattermost.png -------------------------------------------------------------------------------- /blueprints/mattermost/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/mattermost/template.toml -------------------------------------------------------------------------------- /blueprints/maybe/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/maybe/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/maybe/maybe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/maybe/maybe.svg -------------------------------------------------------------------------------- /blueprints/maybe/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/maybe/template.toml -------------------------------------------------------------------------------- /blueprints/mazanoke/mazanoke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/mazanoke/mazanoke.svg -------------------------------------------------------------------------------- /blueprints/mazanoke/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/mazanoke/template.toml -------------------------------------------------------------------------------- /blueprints/mealie/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/mealie/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/mealie/mealie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/mealie/mealie.png -------------------------------------------------------------------------------- /blueprints/mealie/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/mealie/template.toml -------------------------------------------------------------------------------- /blueprints/meilisearch/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/meilisearch/template.toml -------------------------------------------------------------------------------- /blueprints/memos/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/memos/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/memos/memos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/memos/memos.png -------------------------------------------------------------------------------- /blueprints/memos/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/memos/template.toml -------------------------------------------------------------------------------- /blueprints/metabase/metabase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/metabase/metabase.png -------------------------------------------------------------------------------- /blueprints/metabase/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/metabase/template.toml -------------------------------------------------------------------------------- /blueprints/metube/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/metube/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/metube/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/metube/logo.png -------------------------------------------------------------------------------- /blueprints/metube/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/metube/template.toml -------------------------------------------------------------------------------- /blueprints/minio/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/minio/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/minio/minio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/minio/minio.png -------------------------------------------------------------------------------- /blueprints/minio/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/minio/template.toml -------------------------------------------------------------------------------- /blueprints/mixpost/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/mixpost/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/mixpost/mixpost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/mixpost/mixpost.png -------------------------------------------------------------------------------- /blueprints/mixpost/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/mixpost/template.toml -------------------------------------------------------------------------------- /blueprints/morphos/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/morphos/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/morphos/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/morphos/image.png -------------------------------------------------------------------------------- /blueprints/morphos/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/morphos/template.toml -------------------------------------------------------------------------------- /blueprints/movary/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/movary/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/movary/movary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/movary/movary.png -------------------------------------------------------------------------------- /blueprints/movary/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/movary/template.toml -------------------------------------------------------------------------------- /blueprints/n8n-with-postgres/n8n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/n8n-with-postgres/n8n.png -------------------------------------------------------------------------------- /blueprints/n8n/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/n8n/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/n8n/n8n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/n8n/n8n.png -------------------------------------------------------------------------------- /blueprints/n8n/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/n8n/template.toml -------------------------------------------------------------------------------- /blueprints/navidrome/navidrome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/navidrome/navidrome.png -------------------------------------------------------------------------------- /blueprints/navidrome/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/navidrome/template.toml -------------------------------------------------------------------------------- /blueprints/neko/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/neko/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/neko/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/neko/logo.png -------------------------------------------------------------------------------- /blueprints/neko/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/neko/template.toml -------------------------------------------------------------------------------- /blueprints/netdata/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/netdata/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/netdata/netdata.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/netdata/netdata.svg -------------------------------------------------------------------------------- /blueprints/netdata/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/netdata/template.toml -------------------------------------------------------------------------------- /blueprints/nginx/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/nginx/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/nginx/nginx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/nginx/nginx.png -------------------------------------------------------------------------------- /blueprints/nginx/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/nginx/template.toml -------------------------------------------------------------------------------- /blueprints/nocodb/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/nocodb/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/nocodb/nocodb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/nocodb/nocodb.png -------------------------------------------------------------------------------- /blueprints/nocodb/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/nocodb/template.toml -------------------------------------------------------------------------------- /blueprints/notifuse/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/notifuse/logo.png -------------------------------------------------------------------------------- /blueprints/notifuse/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/notifuse/template.toml -------------------------------------------------------------------------------- /blueprints/ntfy/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ntfy/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/ntfy/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ntfy/logo.png -------------------------------------------------------------------------------- /blueprints/ntfy/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ntfy/template.toml -------------------------------------------------------------------------------- /blueprints/odoo_17/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/odoo_17/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/odoo_17/odoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/odoo_17/odoo.png -------------------------------------------------------------------------------- /blueprints/odoo_17/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/odoo_17/template.toml -------------------------------------------------------------------------------- /blueprints/odoo_18/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/odoo_18/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/odoo_18/odoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/odoo_18/odoo.png -------------------------------------------------------------------------------- /blueprints/odoo_18/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/odoo_18/template.toml -------------------------------------------------------------------------------- /blueprints/odoo_19/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/odoo_19/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/odoo_19/odoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/odoo_19/odoo.png -------------------------------------------------------------------------------- /blueprints/odoo_19/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/odoo_19/template.toml -------------------------------------------------------------------------------- /blueprints/ojs/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ojs/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/ojs/ojs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ojs/ojs.svg -------------------------------------------------------------------------------- /blueprints/ojs/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ojs/template.toml -------------------------------------------------------------------------------- /blueprints/omni-tools/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/omni-tools/logo.png -------------------------------------------------------------------------------- /blueprints/omni-tools/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/omni-tools/template.toml -------------------------------------------------------------------------------- /blueprints/onedev/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/onedev/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/onedev/onedev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/onedev/onedev.png -------------------------------------------------------------------------------- /blueprints/onedev/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/onedev/template.toml -------------------------------------------------------------------------------- /blueprints/ontime/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ontime/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/ontime/ontime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ontime/ontime.png -------------------------------------------------------------------------------- /blueprints/ontime/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ontime/template.toml -------------------------------------------------------------------------------- /blueprints/open-fiesta/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/open-fiesta/image.png -------------------------------------------------------------------------------- /blueprints/open-fiesta/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/open-fiesta/template.toml -------------------------------------------------------------------------------- /blueprints/open-webui/open-webui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/open-webui/open-webui.png -------------------------------------------------------------------------------- /blueprints/open-webui/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/open-webui/template.toml -------------------------------------------------------------------------------- /blueprints/opengist/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/opengist/logo.svg -------------------------------------------------------------------------------- /blueprints/opengist/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/opengist/template.toml -------------------------------------------------------------------------------- /blueprints/openhands/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/openhands/image.png -------------------------------------------------------------------------------- /blueprints/openhands/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/openhands/template.toml -------------------------------------------------------------------------------- /blueprints/openinary/openinary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/openinary/openinary.svg -------------------------------------------------------------------------------- /blueprints/openinary/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/openinary/template.toml -------------------------------------------------------------------------------- /blueprints/openpanel/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/openpanel/logo.svg -------------------------------------------------------------------------------- /blueprints/openpanel/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/openpanel/template.toml -------------------------------------------------------------------------------- /blueprints/openresty-manager/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/openresty-manager/logo.svg -------------------------------------------------------------------------------- /blueprints/otterwiki/otterwiki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/otterwiki/otterwiki.png -------------------------------------------------------------------------------- /blueprints/otterwiki/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/otterwiki/template.toml -------------------------------------------------------------------------------- /blueprints/outline/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/outline/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/outline/outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/outline/outline.png -------------------------------------------------------------------------------- /blueprints/outline/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/outline/template.toml -------------------------------------------------------------------------------- /blueprints/owncast/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/owncast/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/owncast/owncast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/owncast/owncast.png -------------------------------------------------------------------------------- /blueprints/owncast/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/owncast/template.toml -------------------------------------------------------------------------------- /blueprints/palmr/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/palmr/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/palmr/palmr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/palmr/palmr.png -------------------------------------------------------------------------------- /blueprints/palmr/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/palmr/template.toml -------------------------------------------------------------------------------- /blueprints/pastefy/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/pastefy/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/pastefy/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/pastefy/image.png -------------------------------------------------------------------------------- /blueprints/pastefy/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/pastefy/template.toml -------------------------------------------------------------------------------- /blueprints/paymenter/paymenter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/paymenter/paymenter.png -------------------------------------------------------------------------------- /blueprints/paymenter/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/paymenter/template.toml -------------------------------------------------------------------------------- /blueprints/penpot/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/penpot/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/penpot/penpot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/penpot/penpot.svg -------------------------------------------------------------------------------- /blueprints/penpot/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/penpot/template.toml -------------------------------------------------------------------------------- /blueprints/peppermint/peppermint.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/peppermint/peppermint.svg -------------------------------------------------------------------------------- /blueprints/peppermint/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/peppermint/template.toml -------------------------------------------------------------------------------- /blueprints/pgadmin/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/pgadmin/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/pgadmin/pgadmin.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/pgadmin/pgadmin.webp -------------------------------------------------------------------------------- /blueprints/pgadmin/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/pgadmin/template.toml -------------------------------------------------------------------------------- /blueprints/photoprism/photoprism.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/photoprism/photoprism.svg -------------------------------------------------------------------------------- /blueprints/photoprism/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/photoprism/template.toml -------------------------------------------------------------------------------- /blueprints/phpmyadmin/phpmyadmin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/phpmyadmin/phpmyadmin.png -------------------------------------------------------------------------------- /blueprints/phpmyadmin/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/phpmyadmin/template.toml -------------------------------------------------------------------------------- /blueprints/picsur/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/picsur/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/picsur/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/picsur/image.png -------------------------------------------------------------------------------- /blueprints/picsur/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/picsur/template.toml -------------------------------------------------------------------------------- /blueprints/pinchflat/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/pinchflat/logo.png -------------------------------------------------------------------------------- /blueprints/pinchflat/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/pinchflat/template.toml -------------------------------------------------------------------------------- /blueprints/plane/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/plane/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/plane/plane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/plane/plane.png -------------------------------------------------------------------------------- /blueprints/plane/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/plane/template.toml -------------------------------------------------------------------------------- /blueprints/plark/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/plark/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/plark/plark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/plark/plark.svg -------------------------------------------------------------------------------- /blueprints/plark/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/plark/template.toml -------------------------------------------------------------------------------- /blueprints/plausible/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/plausible/logo.svg -------------------------------------------------------------------------------- /blueprints/plausible/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/plausible/template.toml -------------------------------------------------------------------------------- /blueprints/plunk/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/plunk/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/plunk/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/plunk/logo.png -------------------------------------------------------------------------------- /blueprints/plunk/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/plunk/template.toml -------------------------------------------------------------------------------- /blueprints/pocket-id/pocket-id.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/pocket-id/pocket-id.svg -------------------------------------------------------------------------------- /blueprints/pocket-id/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/pocket-id/template.toml -------------------------------------------------------------------------------- /blueprints/pocketbase/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/pocketbase/logo.svg -------------------------------------------------------------------------------- /blueprints/pocketbase/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/pocketbase/template.toml -------------------------------------------------------------------------------- /blueprints/poke/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/poke/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/poke/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/poke/image.png -------------------------------------------------------------------------------- /blueprints/poke/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/poke/template.toml -------------------------------------------------------------------------------- /blueprints/portainer/portainer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/portainer/portainer.png -------------------------------------------------------------------------------- /blueprints/portainer/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/portainer/template.toml -------------------------------------------------------------------------------- /blueprints/poste.io/poste.io.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/poste.io/poste.io.svg -------------------------------------------------------------------------------- /blueprints/poste.io/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/poste.io/template.toml -------------------------------------------------------------------------------- /blueprints/postgresus/postgresus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/postgresus/postgresus.svg -------------------------------------------------------------------------------- /blueprints/postgresus/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/postgresus/template.toml -------------------------------------------------------------------------------- /blueprints/postiz/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/postiz/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/postiz/postiz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/postiz/postiz.png -------------------------------------------------------------------------------- /blueprints/postiz/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/postiz/template.toml -------------------------------------------------------------------------------- /blueprints/prometheus/Prometheus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/prometheus/Prometheus.svg -------------------------------------------------------------------------------- /blueprints/prometheus/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/prometheus/template.toml -------------------------------------------------------------------------------- /blueprints/pterodactyl/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/pterodactyl/template.toml -------------------------------------------------------------------------------- /blueprints/pyrodactyl/pyrodactyl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/pyrodactyl/pyrodactyl.png -------------------------------------------------------------------------------- /blueprints/pyrodactyl/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/pyrodactyl/template.toml -------------------------------------------------------------------------------- /blueprints/qbittorrent/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/qbittorrent/template.toml -------------------------------------------------------------------------------- /blueprints/qdrant/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/qdrant/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/qdrant/qdrant.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/qdrant/qdrant.svg -------------------------------------------------------------------------------- /blueprints/qdrant/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/qdrant/template.toml -------------------------------------------------------------------------------- /blueprints/rabbitmq/rabbitmq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rabbitmq/rabbitmq.svg -------------------------------------------------------------------------------- /blueprints/rabbitmq/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rabbitmq/template.toml -------------------------------------------------------------------------------- /blueprints/registry/registry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/registry/registry.png -------------------------------------------------------------------------------- /blueprints/registry/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/registry/template.toml -------------------------------------------------------------------------------- /blueprints/rocketchat/rocketchat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rocketchat/rocketchat.png -------------------------------------------------------------------------------- /blueprints/rocketchat/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rocketchat/template.toml -------------------------------------------------------------------------------- /blueprints/rote/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rote/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/rote/rote.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rote/rote.png -------------------------------------------------------------------------------- /blueprints/rote/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rote/template.toml -------------------------------------------------------------------------------- /blueprints/roundcube/roundcube.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/roundcube/roundcube.svg -------------------------------------------------------------------------------- /blueprints/roundcube/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/roundcube/template.toml -------------------------------------------------------------------------------- /blueprints/rss-bridge/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rss-bridge/image.png -------------------------------------------------------------------------------- /blueprints/rss-bridge/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rss-bridge/template.toml -------------------------------------------------------------------------------- /blueprints/rsshub/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rsshub/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/rsshub/rsshub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rsshub/rsshub.png -------------------------------------------------------------------------------- /blueprints/rsshub/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rsshub/template.toml -------------------------------------------------------------------------------- /blueprints/rustdesk/rustdesk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rustdesk/rustdesk.png -------------------------------------------------------------------------------- /blueprints/rustdesk/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rustdesk/template.toml -------------------------------------------------------------------------------- /blueprints/rustfs/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rustfs/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/rustfs/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rustfs/logo.svg -------------------------------------------------------------------------------- /blueprints/rustfs/meta-entry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rustfs/meta-entry.json -------------------------------------------------------------------------------- /blueprints/rustfs/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rustfs/template.toml -------------------------------------------------------------------------------- /blueprints/rutorrent/rutorrent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rutorrent/rutorrent.svg -------------------------------------------------------------------------------- /blueprints/rutorrent/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rutorrent/template.toml -------------------------------------------------------------------------------- /blueprints/rybbit/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rybbit/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/rybbit/rybbit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rybbit/rybbit.png -------------------------------------------------------------------------------- /blueprints/rybbit/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/rybbit/template.toml -------------------------------------------------------------------------------- /blueprints/ryot/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ryot/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/ryot/ryot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ryot/ryot.png -------------------------------------------------------------------------------- /blueprints/ryot/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/ryot/template.toml -------------------------------------------------------------------------------- /blueprints/scrypted/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/scrypted/image.png -------------------------------------------------------------------------------- /blueprints/scrypted/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/scrypted/template.toml -------------------------------------------------------------------------------- /blueprints/seafile/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/seafile/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/seafile/seafile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/seafile/seafile.svg -------------------------------------------------------------------------------- /blueprints/seafile/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/seafile/template.toml -------------------------------------------------------------------------------- /blueprints/searxng/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/searxng/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/searxng/searxng.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/searxng/searxng.png -------------------------------------------------------------------------------- /blueprints/searxng/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/searxng/template.toml -------------------------------------------------------------------------------- /blueprints/shlink/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/shlink/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/shlink/shlink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/shlink/shlink.svg -------------------------------------------------------------------------------- /blueprints/shlink/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/shlink/template.toml -------------------------------------------------------------------------------- /blueprints/signoz/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/signoz/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/signoz/signoz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/signoz/signoz.svg -------------------------------------------------------------------------------- /blueprints/signoz/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/signoz/template.toml -------------------------------------------------------------------------------- /blueprints/silverbullet/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/silverbullet/image.png -------------------------------------------------------------------------------- /blueprints/silverbullet/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/silverbullet/template.toml -------------------------------------------------------------------------------- /blueprints/slash/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/slash/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/slash/slash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/slash/slash.png -------------------------------------------------------------------------------- /blueprints/slash/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/slash/template.toml -------------------------------------------------------------------------------- /blueprints/snapp/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/snapp/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/snapp/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/snapp/logo.png -------------------------------------------------------------------------------- /blueprints/snapp/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/snapp/template.toml -------------------------------------------------------------------------------- /blueprints/soketi/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/soketi/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/soketi/soketi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/soketi/soketi.png -------------------------------------------------------------------------------- /blueprints/soketi/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/soketi/template.toml -------------------------------------------------------------------------------- /blueprints/spacedrive/spacedrive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/spacedrive/spacedrive.png -------------------------------------------------------------------------------- /blueprints/spacedrive/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/spacedrive/template.toml -------------------------------------------------------------------------------- /blueprints/stack-auth/stack-auth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/stack-auth/stack-auth.png -------------------------------------------------------------------------------- /blueprints/stack-auth/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/stack-auth/template.toml -------------------------------------------------------------------------------- /blueprints/stalwart/stalwart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/stalwart/stalwart.svg -------------------------------------------------------------------------------- /blueprints/stalwart/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/stalwart/template.toml -------------------------------------------------------------------------------- /blueprints/statping-ng/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/statping-ng/template.toml -------------------------------------------------------------------------------- /blueprints/stirling/stirling.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/stirling/stirling.svg -------------------------------------------------------------------------------- /blueprints/stirling/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/stirling/template.toml -------------------------------------------------------------------------------- /blueprints/storyden/storyden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/storyden/storyden.png -------------------------------------------------------------------------------- /blueprints/storyden/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/storyden/template.toml -------------------------------------------------------------------------------- /blueprints/supabase/supabase.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/supabase/supabase.svg -------------------------------------------------------------------------------- /blueprints/supabase/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/supabase/template.toml -------------------------------------------------------------------------------- /blueprints/superset/superset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/superset/superset.svg -------------------------------------------------------------------------------- /blueprints/superset/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/superset/template.toml -------------------------------------------------------------------------------- /blueprints/surrealdb/surrealdb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/surrealdb/surrealdb.svg -------------------------------------------------------------------------------- /blueprints/surrealdb/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/surrealdb/template.toml -------------------------------------------------------------------------------- /blueprints/teable/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/teable/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/teable/teable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/teable/teable.png -------------------------------------------------------------------------------- /blueprints/teable/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/teable/template.toml -------------------------------------------------------------------------------- /blueprints/tianji/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/tianji/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/tianji/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/tianji/logo.svg -------------------------------------------------------------------------------- /blueprints/tianji/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/tianji/template.toml -------------------------------------------------------------------------------- /blueprints/tolgee/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/tolgee/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/tolgee/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/tolgee/template.toml -------------------------------------------------------------------------------- /blueprints/tolgee/tolgee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/tolgee/tolgee.svg -------------------------------------------------------------------------------- /blueprints/tooljet/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/tooljet/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/tooljet/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/tooljet/logo.png -------------------------------------------------------------------------------- /blueprints/tooljet/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/tooljet/template.toml -------------------------------------------------------------------------------- /blueprints/tor-browser/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/tor-browser/image.png -------------------------------------------------------------------------------- /blueprints/tor-browser/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/tor-browser/template.toml -------------------------------------------------------------------------------- /blueprints/trilium/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/trilium/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/trilium/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/trilium/template.toml -------------------------------------------------------------------------------- /blueprints/trilium/trilium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/trilium/trilium.png -------------------------------------------------------------------------------- /blueprints/twenty/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/twenty/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/twenty/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/twenty/template.toml -------------------------------------------------------------------------------- /blueprints/twenty/twenty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/twenty/twenty.svg -------------------------------------------------------------------------------- /blueprints/typebot/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/typebot/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/typebot/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/typebot/template.toml -------------------------------------------------------------------------------- /blueprints/typebot/typebot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/typebot/typebot.svg -------------------------------------------------------------------------------- /blueprints/typecho/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/typecho/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/typecho/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/typecho/template.toml -------------------------------------------------------------------------------- /blueprints/typecho/typecho.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/typecho/typecho.png -------------------------------------------------------------------------------- /blueprints/typesense/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/typesense/template.toml -------------------------------------------------------------------------------- /blueprints/typesense/typesense.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/typesense/typesense.png -------------------------------------------------------------------------------- /blueprints/umami/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/umami/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/umami/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/umami/template.toml -------------------------------------------------------------------------------- /blueprints/umami/umami.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/umami/umami.png -------------------------------------------------------------------------------- /blueprints/unifi/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/unifi/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/unifi/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/unifi/template.toml -------------------------------------------------------------------------------- /blueprints/unifi/unifi.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/unifi/unifi.webp -------------------------------------------------------------------------------- /blueprints/upsnap/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/upsnap/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/upsnap/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/upsnap/template.toml -------------------------------------------------------------------------------- /blueprints/upsnap/upsnap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/upsnap/upsnap.svg -------------------------------------------------------------------------------- /blueprints/uptime-kuma/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/uptime-kuma/template.toml -------------------------------------------------------------------------------- /blueprints/usesend/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/usesend/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/usesend/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/usesend/template.toml -------------------------------------------------------------------------------- /blueprints/usesend/usesend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/usesend/usesend.png -------------------------------------------------------------------------------- /blueprints/valkey/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/valkey/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/valkey/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/valkey/template.toml -------------------------------------------------------------------------------- /blueprints/valkey/valkey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/valkey/valkey.svg -------------------------------------------------------------------------------- /blueprints/vault/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/vault/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/vault/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/vault/template.toml -------------------------------------------------------------------------------- /blueprints/vault/vault.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/vault/vault.svg -------------------------------------------------------------------------------- /blueprints/vaultwarden/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/vaultwarden/template.toml -------------------------------------------------------------------------------- /blueprints/vikunja/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/vikunja/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/vikunja/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/vikunja/image.png -------------------------------------------------------------------------------- /blueprints/vikunja/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/vikunja/template.toml -------------------------------------------------------------------------------- /blueprints/wallos/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/wallos/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/wallos/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/wallos/template.toml -------------------------------------------------------------------------------- /blueprints/wallos/wallos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/wallos/wallos.png -------------------------------------------------------------------------------- /blueprints/wanderer/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/wanderer/image.png -------------------------------------------------------------------------------- /blueprints/wanderer/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/wanderer/template.toml -------------------------------------------------------------------------------- /blueprints/web-check/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/web-check/logo.png -------------------------------------------------------------------------------- /blueprints/web-check/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/web-check/template.toml -------------------------------------------------------------------------------- /blueprints/wg-easy/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/wg-easy/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/wg-easy/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/wg-easy/image.png -------------------------------------------------------------------------------- /blueprints/wg-easy/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/wg-easy/template.toml -------------------------------------------------------------------------------- /blueprints/wikijs/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/wikijs/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/wikijs/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/wikijs/template.toml -------------------------------------------------------------------------------- /blueprints/wikijs/wikijs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/wikijs/wikijs.svg -------------------------------------------------------------------------------- /blueprints/windmill/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/windmill/template.toml -------------------------------------------------------------------------------- /blueprints/windmill/windmill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/windmill/windmill.svg -------------------------------------------------------------------------------- /blueprints/windows/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/windows/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/windows/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/windows/template.toml -------------------------------------------------------------------------------- /blueprints/windows/windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/windows/windows.png -------------------------------------------------------------------------------- /blueprints/wordpress/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/wordpress/template.toml -------------------------------------------------------------------------------- /blueprints/wordpress/wordpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/wordpress/wordpress.png -------------------------------------------------------------------------------- /blueprints/xsshunter/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/xsshunter/template.toml -------------------------------------------------------------------------------- /blueprints/xsshunter/xsshunter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/xsshunter/xsshunter.png -------------------------------------------------------------------------------- /blueprints/yamtrack/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/yamtrack/image.png -------------------------------------------------------------------------------- /blueprints/yamtrack/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/yamtrack/template.toml -------------------------------------------------------------------------------- /blueprints/yourls/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/yourls/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/yourls/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/yourls/template.toml -------------------------------------------------------------------------------- /blueprints/yourls/yourls.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/yourls/yourls.svg -------------------------------------------------------------------------------- /blueprints/yt-dlp-webui/logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/yt-dlp-webui/logo.ico -------------------------------------------------------------------------------- /blueprints/yt-dlp-webui/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/yt-dlp-webui/template.toml -------------------------------------------------------------------------------- /blueprints/zabbix/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/zabbix/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/zabbix/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/zabbix/image.png -------------------------------------------------------------------------------- /blueprints/zabbix/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/zabbix/template.toml -------------------------------------------------------------------------------- /blueprints/zipline/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/zipline/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/zipline/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/zipline/template.toml -------------------------------------------------------------------------------- /blueprints/zipline/zipline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/zipline/zipline.png -------------------------------------------------------------------------------- /blueprints/zitadel/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/zitadel/docker-compose.yml -------------------------------------------------------------------------------- /blueprints/zitadel/template.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/zitadel/template.toml -------------------------------------------------------------------------------- /blueprints/zitadel/zitadel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/blueprints/zitadel/zitadel.png -------------------------------------------------------------------------------- /dedupe-and-sort-meta.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/dedupe-and-sort-meta.js -------------------------------------------------------------------------------- /meta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dokploy/templates/HEAD/meta.json --------------------------------------------------------------------------------