mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
Enhance documentation and templates
- Updated package.json to include a new script for generating templates. - Added "templates" page to the documentation meta.json. - Expanded API documentation in registry.mdx and settings.mdx to include new endpoints. - Removed deprecated templates section from core meta.json and deleted the templates.mdx file. - Introduced new template documentation for various applications including Ackee, Activepieces, Actual Budget, AdGuard Home, Adminer, and more. This commit improves the overall structure and accessibility of the documentation, ensuring users have the latest information on available templates and API endpoints.
This commit is contained in:
@@ -21,6 +21,9 @@ _openapi:
|
||||
- depth: 2
|
||||
title: Registry test Registry
|
||||
url: '#registry-test-registry'
|
||||
- depth: 2
|
||||
title: Registry test Registry By Id
|
||||
url: '#registry-test-registry-by-id'
|
||||
structuredData:
|
||||
headings:
|
||||
- content: Registry create
|
||||
@@ -35,9 +38,11 @@ _openapi:
|
||||
id: registry-one
|
||||
- content: Registry test Registry
|
||||
id: registry-test-registry
|
||||
- content: Registry test Registry By Id
|
||||
id: registry-test-registry-by-id
|
||||
contents: []
|
||||
---
|
||||
|
||||
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
|
||||
|
||||
<APIPage document={"./public/openapi.json"} webhooks={[]} operations={[{"path":"/registry.create","method":"post"},{"path":"/registry.remove","method":"post"},{"path":"/registry.update","method":"post"},{"path":"/registry.all","method":"get"},{"path":"/registry.one","method":"get"},{"path":"/registry.testRegistry","method":"post"}]} showTitle={true} />
|
||||
<APIPage document={"./public/openapi.json"} webhooks={[]} operations={[{"path":"/registry.create","method":"post"},{"path":"/registry.remove","method":"post"},{"path":"/registry.update","method":"post"},{"path":"/registry.all","method":"get"},{"path":"/registry.one","method":"get"},{"path":"/registry.testRegistry","method":"post"},{"path":"/registry.testRegistryById","method":"post"}]} showTitle={true} />
|
||||
@@ -3,6 +3,9 @@ title: Settings
|
||||
full: true
|
||||
_openapi:
|
||||
toc:
|
||||
- depth: 2
|
||||
title: Settings get Web Server Settings
|
||||
url: '#settings-get-web-server-settings'
|
||||
- depth: 2
|
||||
title: Settings reload Server
|
||||
url: '#settings-reload-server'
|
||||
@@ -93,6 +96,9 @@ _openapi:
|
||||
- depth: 2
|
||||
title: Settings get Ip
|
||||
url: '#settings-get-ip'
|
||||
- depth: 2
|
||||
title: Settings update Server Ip
|
||||
url: '#settings-update-server-ip'
|
||||
- depth: 2
|
||||
title: Settings get Open Api Document
|
||||
url: '#settings-get-open-api-document'
|
||||
@@ -143,6 +149,8 @@ _openapi:
|
||||
url: '#settings-get-dokploy-cloud-ips'
|
||||
structuredData:
|
||||
headings:
|
||||
- content: Settings get Web Server Settings
|
||||
id: settings-get-web-server-settings
|
||||
- content: Settings reload Server
|
||||
id: settings-reload-server
|
||||
- content: Settings clean Redis
|
||||
@@ -203,6 +211,8 @@ _openapi:
|
||||
id: settings-read-traefik-file
|
||||
- content: Settings get Ip
|
||||
id: settings-get-ip
|
||||
- content: Settings update Server Ip
|
||||
id: settings-update-server-ip
|
||||
- content: Settings get Open Api Document
|
||||
id: settings-get-open-api-document
|
||||
- content: Settings read Traefik Env
|
||||
@@ -240,4 +250,4 @@ _openapi:
|
||||
|
||||
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
|
||||
|
||||
<APIPage document={"./public/openapi.json"} webhooks={[]} operations={[{"path":"/settings.reloadServer","method":"post"},{"path":"/settings.cleanRedis","method":"post"},{"path":"/settings.reloadRedis","method":"post"},{"path":"/settings.reloadTraefik","method":"post"},{"path":"/settings.toggleDashboard","method":"post"},{"path":"/settings.cleanUnusedImages","method":"post"},{"path":"/settings.cleanUnusedVolumes","method":"post"},{"path":"/settings.cleanStoppedContainers","method":"post"},{"path":"/settings.cleanDockerBuilder","method":"post"},{"path":"/settings.cleanDockerPrune","method":"post"},{"path":"/settings.cleanAll","method":"post"},{"path":"/settings.cleanMonitoring","method":"post"},{"path":"/settings.saveSSHPrivateKey","method":"post"},{"path":"/settings.assignDomainServer","method":"post"},{"path":"/settings.cleanSSHPrivateKey","method":"post"},{"path":"/settings.updateDockerCleanup","method":"post"},{"path":"/settings.readTraefikConfig","method":"get"},{"path":"/settings.updateTraefikConfig","method":"post"},{"path":"/settings.readWebServerTraefikConfig","method":"get"},{"path":"/settings.updateWebServerTraefikConfig","method":"post"},{"path":"/settings.readMiddlewareTraefikConfig","method":"get"},{"path":"/settings.updateMiddlewareTraefikConfig","method":"post"},{"path":"/settings.getUpdateData","method":"post"},{"path":"/settings.updateServer","method":"post"},{"path":"/settings.getDokployVersion","method":"get"},{"path":"/settings.getReleaseTag","method":"get"},{"path":"/settings.readDirectories","method":"get"},{"path":"/settings.updateTraefikFile","method":"post"},{"path":"/settings.readTraefikFile","method":"get"},{"path":"/settings.getIp","method":"get"},{"path":"/settings.getOpenApiDocument","method":"get"},{"path":"/settings.readTraefikEnv","method":"get"},{"path":"/settings.writeTraefikEnv","method":"post"},{"path":"/settings.haveTraefikDashboardPortEnabled","method":"get"},{"path":"/settings.haveActivateRequests","method":"get"},{"path":"/settings.toggleRequests","method":"post"},{"path":"/settings.isCloud","method":"get"},{"path":"/settings.isUserSubscribed","method":"get"},{"path":"/settings.health","method":"get"},{"path":"/settings.setupGPU","method":"post"},{"path":"/settings.checkGPUStatus","method":"get"},{"path":"/settings.updateTraefikPorts","method":"post"},{"path":"/settings.getTraefikPorts","method":"get"},{"path":"/settings.updateLogCleanup","method":"post"},{"path":"/settings.getLogCleanupStatus","method":"get"},{"path":"/settings.getDokployCloudIps","method":"get"}]} showTitle={true} />
|
||||
<APIPage document={"./public/openapi.json"} webhooks={[]} operations={[{"path":"/settings.getWebServerSettings","method":"get"},{"path":"/settings.reloadServer","method":"post"},{"path":"/settings.cleanRedis","method":"post"},{"path":"/settings.reloadRedis","method":"post"},{"path":"/settings.reloadTraefik","method":"post"},{"path":"/settings.toggleDashboard","method":"post"},{"path":"/settings.cleanUnusedImages","method":"post"},{"path":"/settings.cleanUnusedVolumes","method":"post"},{"path":"/settings.cleanStoppedContainers","method":"post"},{"path":"/settings.cleanDockerBuilder","method":"post"},{"path":"/settings.cleanDockerPrune","method":"post"},{"path":"/settings.cleanAll","method":"post"},{"path":"/settings.cleanMonitoring","method":"post"},{"path":"/settings.saveSSHPrivateKey","method":"post"},{"path":"/settings.assignDomainServer","method":"post"},{"path":"/settings.cleanSSHPrivateKey","method":"post"},{"path":"/settings.updateDockerCleanup","method":"post"},{"path":"/settings.readTraefikConfig","method":"get"},{"path":"/settings.updateTraefikConfig","method":"post"},{"path":"/settings.readWebServerTraefikConfig","method":"get"},{"path":"/settings.updateWebServerTraefikConfig","method":"post"},{"path":"/settings.readMiddlewareTraefikConfig","method":"get"},{"path":"/settings.updateMiddlewareTraefikConfig","method":"post"},{"path":"/settings.getUpdateData","method":"post"},{"path":"/settings.updateServer","method":"post"},{"path":"/settings.getDokployVersion","method":"get"},{"path":"/settings.getReleaseTag","method":"get"},{"path":"/settings.readDirectories","method":"get"},{"path":"/settings.updateTraefikFile","method":"post"},{"path":"/settings.readTraefikFile","method":"get"},{"path":"/settings.getIp","method":"get"},{"path":"/settings.updateServerIp","method":"post"},{"path":"/settings.getOpenApiDocument","method":"get"},{"path":"/settings.readTraefikEnv","method":"get"},{"path":"/settings.writeTraefikEnv","method":"post"},{"path":"/settings.haveTraefikDashboardPortEnabled","method":"get"},{"path":"/settings.haveActivateRequests","method":"get"},{"path":"/settings.toggleRequests","method":"post"},{"path":"/settings.isCloud","method":"get"},{"path":"/settings.isUserSubscribed","method":"get"},{"path":"/settings.health","method":"get"},{"path":"/settings.setupGPU","method":"post"},{"path":"/settings.checkGPUStatus","method":"get"},{"path":"/settings.updateTraefikPorts","method":"post"},{"path":"/settings.getTraefikPorts","method":"get"},{"path":"/settings.updateLogCleanup","method":"post"},{"path":"/settings.getLogCleanupStatus","method":"get"},{"path":"/settings.getDokployCloudIps","method":"get"}]} showTitle={true} />
|
||||
@@ -35,7 +35,6 @@
|
||||
"applications",
|
||||
"docker-compose",
|
||||
"databases",
|
||||
"templates",
|
||||
"(examples)",
|
||||
"auto-deploy",
|
||||
"schedule-jobs",
|
||||
|
||||
@@ -1,122 +0,0 @@
|
||||
---
|
||||
title: Open Source Templates
|
||||
description: Deploy open source templates with Dokploy
|
||||
---
|
||||
|
||||
By default we include a set of templates, that you can use to spin up templates quickly. You can also create your own templates.
|
||||
|
||||
## Templates
|
||||
|
||||
The following templates are available (100):
|
||||
|
||||
- **Appwrite**: End-to-end backend server for Web, Mobile, Native, or Backend apps with user authentication, database, storage, and more.
|
||||
- **Outline**: Self-hosted knowledge base and documentation platform.
|
||||
- **Supabase**: The open-source Firebase alternative with a dedicated Postgres database for web, mobile, and AI applications.
|
||||
- **Pocketbase**: Open-source backend for your next SaaS and Mobile app in 1 file.
|
||||
- **Plausible**: Open-source, privacy-focused, self-hosted web analytics platform.
|
||||
- **Calcom**: Open-source alternative to Calendly for creating scheduling and booking services.
|
||||
- **Grafana**: Open-source platform for data visualization and monitoring.
|
||||
- **Directus**: API-first, open-source headless CMS for building custom backends.
|
||||
- **Baserow**: Open-source database management tool.
|
||||
- **Budibase**: Open-source low-code platform for building forms, portals, and approval apps.
|
||||
- **Ghost**: Professional publishing platform built on Node.js.
|
||||
- **Uptime Kuma**: Free and open-source monitoring tool.
|
||||
- **n8n**: Open-source low-code platform for automating workflows.
|
||||
- **Wordpress**: Free and open-source CMS for publishing websites.
|
||||
- **Odoo**: Free and open-source business management software.
|
||||
- **Appsmith**: Open-source platform for building internal tools.
|
||||
- **Excalidraw**: Open-source online diagramming tool.
|
||||
- **Documenso**: Open-source alternative to DocuSign.
|
||||
- **NocoDB**: Airtable alternative for databases.
|
||||
- **Meilisearch**: Free and open-source search engine.
|
||||
- **Phpmyadmin**: Web interface for MySQL/MariaDB management.
|
||||
- **Rocketchat**: Open-source web chat platform.
|
||||
- **Minio**: Open-source object storage server.
|
||||
- **Metabase**: Open-source business intelligence tool.
|
||||
- **Glitchtip**: Simple, open-source error tracking.
|
||||
- **Open WebUI**: Open-source ChatGPT alternative.
|
||||
- **Listmonk**: Self-hosted newsletter manager.
|
||||
- **Double Zero**: Self-hostable SES dashboard.
|
||||
- **Umami**: Privacy-focused analytics alternative.
|
||||
- **Jellyfin**: Free software media system.
|
||||
- **Teable**: No-code database with spreadsheet interface.
|
||||
- **Zipline**: ShareX/file upload server.
|
||||
- **Soketi**: Open-source WebSockets server.
|
||||
- **Aptabase**: Self-hosted analytics platform.
|
||||
- **Typebot**: Open-source chatbot builder.
|
||||
- **Gitea**: Self-hosted software development service.
|
||||
- **Roundcube**: Open-source webmail software.
|
||||
- **File Browser**: Web-based file manager.
|
||||
- **Tolgee**: Web-based localization platform.
|
||||
- **Portainer**: Container management tool.
|
||||
- **InfluxDB**: Time-series data platform.
|
||||
- **Infisical**: Configuration and secrets manager.
|
||||
- **Docmost**: Collaborative wiki software.
|
||||
- **Vaultwarden**: Bitwarden-compatible server.
|
||||
- **Hi.events**: Event management platform.
|
||||
- **Windows/MacOS**: Dockerized operating systems.
|
||||
- **Coder**: Cloud development environment.
|
||||
- **Stirling PDF**: PDF tools suite.
|
||||
- **Lobe Chat**: Modern AI chat framework.
|
||||
- **Peppermint**: API development platform.
|
||||
- **Windmill**: Workflow and internal apps platform.
|
||||
- **Activepieces**: No-code automation tool.
|
||||
- **InvoiceShelf**: Self-hosted invoicing system.
|
||||
- **Postiz**: Content management platform.
|
||||
- **Slash**: Bookmarking and link shortener.
|
||||
- **Discord Tickets**: Support ticket bot.
|
||||
- **Nextcloud AIO**: File storage and collaboration.
|
||||
- **Blender**: 3D creation suite.
|
||||
- **HeyForm**: Conversational form builder.
|
||||
- **Chatwoot**: Customer engagement platform.
|
||||
- **Discourse**: Modern forum software.
|
||||
- **Immich**: Photo/video backup solution.
|
||||
- **Twenty CRM**: Modern CRM alternative.
|
||||
- **YOURLS**: URL shortening service.
|
||||
- **Ryot**: Media tracking platform.
|
||||
- **PhotoPrism**: AI-powered photos app.
|
||||
- **Ontime**: Event rundown manager.
|
||||
- **Trigger.dev**: Event-driven application platform.
|
||||
- **Browserless**: Headless browser automation.
|
||||
- **draw.io**: Diagramming application.
|
||||
- **Kimai**: Time-tracking application.
|
||||
- **Logto**: Identity management platform.
|
||||
- **Penpot**: Open-source design tool.
|
||||
- **Huly**: Project management platform.
|
||||
- **Unsend**: Email service platform.
|
||||
- **Langflow**: Low-code AI application builder.
|
||||
- **Elasticsearch**: Search and analytics engine.
|
||||
- **OneDev**: Git server with CI/CD.
|
||||
- **Unifi Network**: Network management platform.
|
||||
- **GLPI**: Service management software.
|
||||
- **Checkmate**: Server monitoring tool.
|
||||
- **Gotenberg**: PDF generation API.
|
||||
- **Actual Budget**: Privacy-focused finance app.
|
||||
- **Conduit/Conduwuit**: Matrix chat servers.
|
||||
- **Cloudflared**: Cloudflare Tunnel daemon.
|
||||
- **CouchDB**: Document-oriented database.
|
||||
- **IT Tools**: Developer utilities collection.
|
||||
- **Superset**: Data visualization platform.
|
||||
- **Glance/Homarr**: Dashboard solutions.
|
||||
- **ERPNext**: Open-source ERP software.
|
||||
- **Maybe**: Finance tracking application.
|
||||
- **Spacedrive**: Cross-platform file manager.
|
||||
- **AList**: Multi-storage file manager.
|
||||
- **Answer**: Q&A platform.
|
||||
- **Shlink**: URL shortener.
|
||||
- **Frappe HR**: HR & Payroll software.
|
||||
- **Formbricks**: Survey platform.
|
||||
- **Trilium**: Note-taking application.
|
||||
- **Convex**: Reactive database platform.
|
||||
|
||||
For an up to date list of available template you can visit [Dokploy templates website](https://templates.dokploy.com/).
|
||||
|
||||
## Create your own template
|
||||
|
||||
We accept contributions to upload new templates to the dokploy repository.
|
||||
|
||||
Make sure to follow the guidelines for creating a template:
|
||||
|
||||
[Steps to create your own template](https://github.com/Dokploy/templates)
|
||||
|
||||
[^1]: Please note that if you're self-hosting a mail server you need port 25 to be open for SMTP (Mail Transmission Protocol that allows you to send and receive) to work properly. Some VPS providers like [Hetzner](https://docs.hetzner.com/cloud/servers/faq/#why-can-i-not-send-any-mails-from-my-server) block this port by default for new clients.
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"pages": ["core", "cli", "api"]
|
||||
"pages": ["core", "cli", "api", "templates"]
|
||||
}
|
||||
|
||||
16
apps/docs/content/docs/templates/ackee.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/ackee.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Ackee"
|
||||
description: "Ackee is a self-hosted analytics tool for your website."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://ackee.electerious.com/)
|
||||
- [Github](https://github.com/electerious/Ackee)
|
||||
- [Documentation](https://docs.ackee.electerious.com/)
|
||||
|
||||
## Tags
|
||||
`analytics`, `self-hosted`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/activepieces.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/activepieces.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Activepieces"
|
||||
description: "Open-source no-code business automation tool. An alternative to Zapier, Make.com, and Tray."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://www.activepieces.com/)
|
||||
- [Github](https://github.com/activepieces/activepieces)
|
||||
- [Documentation](https://www.activepieces.com/docs)
|
||||
|
||||
## Tags
|
||||
`automation`, `workflow`, `no-code`
|
||||
|
||||
---
|
||||
|
||||
Version: `0.35.0`
|
||||
16
apps/docs/content/docs/templates/actualbudget.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/actualbudget.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Actual Budget"
|
||||
description: "A super fast and privacy-focused app for managing your finances."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://actualbudget.org)
|
||||
- [Github](https://github.com/actualbudget/actual)
|
||||
- [Documentation](https://actualbudget.org/docs)
|
||||
|
||||
## Tags
|
||||
`budgeting`, `finance`, `money`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/adguardhome.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/adguardhome.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "AdGuard Home"
|
||||
description: "AdGuard Home is a comprehensive solution designed to enhance your online browsing experience by eliminating all kinds of ads, from annoying banners and pop-ups to intrusive video ads. It provides privacy protection, browsing security, and parental control features while maintaining website functionality."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://adguard.com)
|
||||
- [Github](https://github.com/AdguardTeam/AdGuardHome)
|
||||
- [Documentation](https://github.com/AdguardTeam/AdGuardHome/wiki)
|
||||
|
||||
## Tags
|
||||
`privacy`, `security`, `dns`, `ad-blocking`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/adminer.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/adminer.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Adminer"
|
||||
description: "Adminer is a comprehensive database management tool that supports MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB and others. It provides a clean interface for efficient database operations, with strong security features and extensive customization options."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://www.adminer.org/)
|
||||
- [Github](https://github.com/vrana/adminer)
|
||||
- [Documentation](https://www.adminer.org/en/plugins/)
|
||||
|
||||
## Tags
|
||||
`databases`, `developer-tools`, `mysql`, `postgresql`
|
||||
|
||||
---
|
||||
|
||||
Version: `4.8.1`
|
||||
16
apps/docs/content/docs/templates/adventurelog.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/adventurelog.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "AdventureLog"
|
||||
description: "AdventureLog is an open-source activity tracker with maps, journaling, and Strava integration."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://adventurelog.app/)
|
||||
- [Github](https://github.com/seanmorley15/adventurelog)
|
||||
- [Documentation](https://adventurelog.app/docs/)
|
||||
|
||||
## Tags
|
||||
`activity`, `maps`, `django`, `react`, `postgres`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/affinepro.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/affinepro.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Affine Pro"
|
||||
description: "Affine Pro is a modern, self-hosted platform designed for collaborative content creation and project management. It offers an intuitive interface, seamless real-time collaboration, and powerful tools for organizing tasks, notes, and ideas."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://affine.pro/)
|
||||
- [Github](https://github.com/toeverything/Affine)
|
||||
- [Documentation](https://affine.pro/docs)
|
||||
|
||||
## Tags
|
||||
`collaboration`, `self-hosted`, `productivity`, `project-management`
|
||||
|
||||
---
|
||||
|
||||
Version: `stable-780dd83`
|
||||
16
apps/docs/content/docs/templates/agentdvr.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/agentdvr.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Agent DVR"
|
||||
description: "Agent DVR is a comprehensive video surveillance software with motion detection, alerts, and remote access capabilities."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://www.ispyconnect.com/)
|
||||
- [Github](https://github.com/ispysoftware/AgentDVR)
|
||||
- [Documentation](https://www.ispyconnect.com/userguide-agent-dvr.aspx)
|
||||
|
||||
## Tags
|
||||
`surveillance`, `security`, `video`, `monitoring`, `dvr`, `camera`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/akaunting.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/akaunting.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Akaunting"
|
||||
description: "Akaunting is a self-hosted, open-source accounting app for small businesses."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://akaunting.com)
|
||||
- [Github](https://github.com/akaunting/akaunting)
|
||||
- [Documentation](https://akaunting.com/docs)
|
||||
|
||||
## Tags
|
||||
`finance`, `accounting`, `php`, `mariadb`, `self-hosted`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/alist.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/alist.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "AList"
|
||||
description: "🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://alist.nn.ci)
|
||||
- [Github](https://github.com/AlistGo/alist)
|
||||
- [Documentation](https://alist.nn.ci/guide/install/docker.html)
|
||||
|
||||
## Tags
|
||||
`file`, `webdav`, `storage`
|
||||
|
||||
---
|
||||
|
||||
Version: `v3.41.0`
|
||||
16
apps/docs/content/docs/templates/alltube.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/alltube.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "AllTube"
|
||||
description: "AllTube Download is an application designed to facilitate the downloading of videos from YouTube and other video sites. It provides an HTML GUI for youtube-dl with video conversion capabilities and JSON API support."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://github.com/Rudloff/alltube)
|
||||
- [Github](https://github.com/Rudloff/alltube)
|
||||
- [Documentation](https://github.com/Rudloff/alltube/wiki)
|
||||
|
||||
## Tags
|
||||
`media`, `video`, `downloader`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/ampache.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/ampache.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Ampache"
|
||||
description: "Ampache is a web-based audio/video streaming application and file manager allowing you to access your music & videos from anywhere, using almost any internet enabled device."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](http://ampache.org/)
|
||||
- [Github](https://github.com/ampache/ampache)
|
||||
- [Documentation](https://github.com/ampache/ampache/wiki)
|
||||
|
||||
## Tags
|
||||
`media`, `music`, `streaming`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/anonupload.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/anonupload.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "AnonUpload"
|
||||
description: "AnonUpload is a secure, anonymous file sharing application that does not require a database. It is built with privacy as a priority, ensuring that the direct filename used is not displayed."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://anonupload.com/)
|
||||
- [Github](https://github.com/supernova3339/anonupload)
|
||||
- [Documentation](https://github.com/Supernova3339/anonupload/blob/main/env.md)
|
||||
|
||||
## Tags
|
||||
`file-sharing`, `privacy`
|
||||
|
||||
---
|
||||
|
||||
Version: `1`
|
||||
16
apps/docs/content/docs/templates/anse.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/anse.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Anse"
|
||||
description: "Anse is an open-source alternative to ChatGPT web UI, supporting OpenAI-compatible APIs."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://anse.app/)
|
||||
- [Github](https://github.com/ddiu8081/anse)
|
||||
- [Documentation](https://github.com/ddiu8081/anse#readme)
|
||||
|
||||
## Tags
|
||||
`ai`, `chatbot`, `openai`, `ui`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/answer.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/answer.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Answer"
|
||||
description: "Answer is an open-source Q&A platform for building a self-hosted question-and-answer service."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://answer.apache.org/)
|
||||
- [Github](https://github.com/apache/answer)
|
||||
- [Documentation](https://answer.apache.org/docs)
|
||||
|
||||
## Tags
|
||||
`q&a`, `self-hosted`
|
||||
|
||||
---
|
||||
|
||||
Version: `v1.4.1`
|
||||
16
apps/docs/content/docs/templates/anubis.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/anubis.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Anubis"
|
||||
description: "Anubis is a bot protector, It will block bots from accessing your website."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://anubis.techaro.lol)
|
||||
- [Github](https://github.com/TecharoHQ/anubis)
|
||||
- [Documentation](https://anubis.techaro.lol/docs/)
|
||||
|
||||
## Tags
|
||||
`self-hosted`, `bot-protection`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/anythingllm.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/anythingllm.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "AnythingLLM"
|
||||
description: "AnythingLLM is a private, self-hosted, and local document chatbot platform that allows you to chat with your documents using various LLM providers."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://useanything.com)
|
||||
- [Github](https://github.com/Mintplex-Labs/anything-llm)
|
||||
- [Documentation](https://github.com/Mintplex-Labs/anything-llm/tree/master/docs)
|
||||
|
||||
## Tags
|
||||
`ai`, `llm`, `chatbot`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
18
apps/docs/content/docs/templates/anytype.mdx
vendored
Normal file
18
apps/docs/content/docs/templates/anytype.mdx
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: "Anytype"
|
||||
description: "Anytype is a personal knowledge base—your digital brain—that lets you gather, connect and remix all kinds of information. Create pages, tasks, wikis, journals—even entire apps—and define your own data model while your data stays offline-first, private and encrypted across devices.
|
||||
|
||||
After installation, you can view the Anytype client configuration by running `cat /data/client-config.yml` inside the service container."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://anytype.io/)
|
||||
- [Github](https://github.com/grishy/any-sync-bundle)
|
||||
- [Documentation](https://doc.anytype.io/anytype-docs)
|
||||
|
||||
## Tags
|
||||
`note-taking`, `local-first`, `peer-to-peer`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/appflowy.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/appflowy.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "App Flowy"
|
||||
description: "AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://appflowy.io/)
|
||||
- [Github](https://github.com/AppFlowy-IO/AppFlowy)
|
||||
- [Documentation](https://docs.appflowy.io/docs)
|
||||
|
||||
## Tags
|
||||
`productivity`, `self-hosted`, `notes`, `knowledge-base`, `notion-alternative`
|
||||
|
||||
---
|
||||
|
||||
Version: `0.9.3`
|
||||
16
apps/docs/content/docs/templates/apprise-api.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/apprise-api.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Apprise API"
|
||||
description: "Apprise API provides a simple interface for sending notifications to almost all of the most popular notification services available to us today."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://github.com/caronc/apprise-api)
|
||||
- [Github](https://github.com/caronc/apprise-api)
|
||||
- [Documentation](https://github.com/caronc/apprise-api/wiki)
|
||||
|
||||
## Tags
|
||||
`notifications`, `api`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/appsmith.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/appsmith.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Appsmith"
|
||||
description: "Appsmith is a free and open source platform for building internal tools and applications."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://appsmith.com/)
|
||||
- [Github](https://github.com/appsmithorg/appsmith)
|
||||
- [Documentation](https://docs.appsmith.com/)
|
||||
|
||||
## Tags
|
||||
`cms`
|
||||
|
||||
---
|
||||
|
||||
Version: `v1.29`
|
||||
17
apps/docs/content/docs/templates/appwrite.mdx
vendored
Normal file
17
apps/docs/content/docs/templates/appwrite.mdx
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: "Appwrite"
|
||||
description: "Appwrite is an end-to-end platform for building Web, Mobile, Native, or Backend apps, packaged as a set of Docker microservices. It includes both a backend server and a fully integrated hosting solution for deploying static and server-side rendered frontends. Appwrite abstracts the complexity and repetitiveness required to build modern apps from scratch and allows you to build secure, full-stack applications faster.
|
||||
Using Appwrite, you can easily integrate your app with user authentication and multiple sign-in methods, a database for storing and querying users and team data, storage and file management, image manipulation, Cloud Functions, messaging, and more services."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://appwrite.io/)
|
||||
- [Github](https://github.com/appwrite/appwrite)
|
||||
- [Documentation](https://appwrite.io/docs)
|
||||
|
||||
## Tags
|
||||
`database`, `firebase`, `mariadb`, `hosting`, `self-hosted`
|
||||
|
||||
---
|
||||
|
||||
Version: `1.8.0`
|
||||
16
apps/docs/content/docs/templates/aptabase.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/aptabase.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Aptabase"
|
||||
description: "Aptabase is a self-hosted web analytics platform that lets you track website traffic and user behavior."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://aptabase.com/)
|
||||
- [Github](https://github.com/aptabase/aptabase)
|
||||
- [Documentation](https://github.com/aptabase/aptabase/blob/main/README.md)
|
||||
|
||||
## Tags
|
||||
`analytics`, `self-hosted`
|
||||
|
||||
---
|
||||
|
||||
Version: `v1.0.0`
|
||||
16
apps/docs/content/docs/templates/arangodb.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/arangodb.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "ArangoDB"
|
||||
description: "ArangoDB is a native multi-model database with flexible data models for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://www.arangodb.com/)
|
||||
- [Github](https://github.com/arangodb/arangodb)
|
||||
- [Documentation](https://www.arangodb.com/docs/)
|
||||
|
||||
## Tags
|
||||
`database`, `graph-database`, `nosql`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/argilla.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/argilla.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Argilla"
|
||||
description: "Argilla is a robust platform designed to help engineers and data scientists streamline the management of machine learning data workflows. It simplifies tasks like data labeling, annotation, and quality control."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://www.argilla.io/)
|
||||
- [Github](https://github.com/argilla-io/argilla)
|
||||
- [Documentation](https://docs.argilla.io/)
|
||||
|
||||
## Tags
|
||||
`machine-learning`, `data-labeling`, `ai`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/audiobookshelf.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/audiobookshelf.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Audiobookshelf"
|
||||
description: "Audiobookshelf is a self-hosted server designed to manage and play your audiobooks and podcasts. It works best when you have an organized directory structure."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://www.audiobookshelf.org)
|
||||
- [Github](https://github.com/advplyr/audiobookshelf)
|
||||
- [Documentation](https://www.audiobookshelf.org/docs)
|
||||
|
||||
## Tags
|
||||
`media`, `audiobooks`, `podcasts`
|
||||
|
||||
---
|
||||
|
||||
Version: `2.19.4`
|
||||
16
apps/docs/content/docs/templates/authelia.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/authelia.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Authelia"
|
||||
description: "The Single Sign-On Multi-Factor portal for web apps. An open-source authentication and authorization server providing 2FA and SSO via web portal."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://www.authelia.com/)
|
||||
- [Github](https://github.com/authelia/authelia)
|
||||
- [Documentation](https://www.authelia.com/overview/prologue/introduction/)
|
||||
|
||||
## Tags
|
||||
`authentication`, `authorization`, `2fa`, `sso`, `security`, `reverse-proxy`, `ldap`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/authentik.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/authentik.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Authentik"
|
||||
description: "Authentik is an open-source Identity Provider for authentication and authorization. It provides a comprehensive solution for managing user authentication, authorization, and identity federation with support for SAML, OAuth2, OIDC, and more."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://goauthentik.io/)
|
||||
- [Github](https://github.com/goauthentik/authentik)
|
||||
- [Documentation](https://goauthentik.io/docs/)
|
||||
|
||||
## Tags
|
||||
`authentication`, `identity`, `sso`, `oidc`, `saml`, `oauth2`, `self-hosted`
|
||||
|
||||
---
|
||||
|
||||
Version: `2025.6.3`
|
||||
16
apps/docs/content/docs/templates/authorizer.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/authorizer.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Authorizer"
|
||||
description: "Authorizer is a powerful tool designed to simplify the process of user authentication and authorization in your applications. It allows you to build secure apps 10x faster with its low code tool and low-cost deployment."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://authorizer.dev)
|
||||
- [Github](https://github.com/authorizerdev/authorizer)
|
||||
- [Documentation](https://docs.authorizer.dev/)
|
||||
|
||||
## Tags
|
||||
`authentication`, `authorization`, `security`
|
||||
|
||||
---
|
||||
|
||||
Version: `1.4.4`
|
||||
16
apps/docs/content/docs/templates/autobase.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/autobase.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Autobase"
|
||||
description: "Autobase for PostgreSQL® is an open-source alternative to cloud-managed databases (self-hosted DBaaS)."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://autobase.tech/)
|
||||
- [Github](https://github.com/vitabaks/autobase)
|
||||
- [Documentation](https://autobase.tech/docs)
|
||||
|
||||
## Tags
|
||||
`database`, `postgres`, `automation`, `self-hosted`, `dbaas`
|
||||
|
||||
---
|
||||
|
||||
Version: `2.5.2`
|
||||
16
apps/docs/content/docs/templates/automatisch.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/automatisch.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Automatisch"
|
||||
description: "Automatisch is a powerful, self-hosted workflow automation tool designed for connecting your apps and automating repetitive tasks. With Automatisch, you can create workflows to sync data, send notifications, and perform various actions seamlessly across different services."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://automatisch.io/docs)
|
||||
- [Github](https://github.com/automatisch/automatisch)
|
||||
- [Documentation](https://automatisch.io/docs)
|
||||
|
||||
## Tags
|
||||
`automation`, `workflow`, `integration`
|
||||
|
||||
---
|
||||
|
||||
Version: `2.0`
|
||||
16
apps/docs/content/docs/templates/azuracast.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/azuracast.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "AzuraCast"
|
||||
description: "AzuraCast is a self-hosted, all-in-one web radio management suite. Easily manage your online radio stations with a powerful web interface."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://www.azuracast.com/)
|
||||
- [Github](https://github.com/AzuraCast/AzuraCast)
|
||||
- [Documentation](https://docs.azuracast.com/)
|
||||
|
||||
## Tags
|
||||
`radio`, `streaming`, `media`, `broadcasting`, `music`, `entertainment`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/babybuddy.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/babybuddy.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "BabyBuddy"
|
||||
description: "BabyBuddy is a comprehensive, user-friendly platform designed to help parents and caregivers manage essential details about their child's growth and development. It provides tools for tracking feedings, sleep schedules, diaper changes, and milestones."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://babybuddy.app)
|
||||
- [Github](https://github.com/babybuddy/babybuddy)
|
||||
- [Documentation](https://docs.babybuddy.app)
|
||||
|
||||
## Tags
|
||||
`parenting`, `tracking`, `family`
|
||||
|
||||
---
|
||||
|
||||
Version: `2.7.0`
|
||||
16
apps/docs/content/docs/templates/backrest.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/backrest.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Backrest"
|
||||
description: "Backrest is a web-based backup solution powered by restic, offering an intuitive WebUI for easy repository management, snapshot browsing, and file restoration. It runs in the background, automating snapshot scheduling and repository maintenance. Built with Go, Backrest is a lightweight standalone binary with restic as its only dependency. It provides a secure and user-friendly way to manage backups while still allowing direct access to the restic CLI for advanced operations."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://garethgeorge.github.io/backrest)
|
||||
- [Github](https://github.com/garethgeorge/backrest)
|
||||
- [Documentation](https://garethgeorge.github.io/backrest/introduction/getting-started)
|
||||
|
||||
## Tags
|
||||
`backup`
|
||||
|
||||
---
|
||||
|
||||
Version: `1.6.0`
|
||||
16
apps/docs/content/docs/templates/baikal.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/baikal.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Baikal"
|
||||
description: "Baikal is a lightweight, self-hosted CalDAV and CardDAV server that enables users to manage calendars and contacts efficiently. It provides a simple and effective solution for syncing and sharing events, tasks, and address books across multiple devices."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://sabre.io/baikal/)
|
||||
- [Github](https://sabre.io/baikal/)
|
||||
- [Documentation](https://sabre.io/baikal/install/)
|
||||
|
||||
## Tags
|
||||
`calendar`, `contacts`, `caldav`, `carddav`
|
||||
|
||||
---
|
||||
|
||||
Version: `nginx-php8.2`
|
||||
16
apps/docs/content/docs/templates/barrage.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/barrage.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Barrage"
|
||||
description: "Barrage is a minimalistic Deluge WebUI app with full mobile support. It features a responsive mobile-first design, allowing you to manage your torrents with ease from any device."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://github.com/maulik9898/barrage)
|
||||
- [Github](https://github.com/maulik9898/barrage)
|
||||
- [Documentation](https://github.com/maulik9898/barrage/blob/main/README.md)
|
||||
|
||||
## Tags
|
||||
`torrents`, `deluge`, `mobile`
|
||||
|
||||
---
|
||||
|
||||
Version: `0.3.0`
|
||||
16
apps/docs/content/docs/templates/baserow.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/baserow.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Baserow"
|
||||
description: "Baserow is an open source database management tool that allows you to create and manage databases."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://baserow.io/)
|
||||
- [Github](https://github.com/Baserow/baserow)
|
||||
- [Documentation](https://baserow.io/docs/index)
|
||||
|
||||
## Tags
|
||||
`database`
|
||||
|
||||
---
|
||||
|
||||
Version: `1.25.2`
|
||||
16
apps/docs/content/docs/templates/bazarr.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/bazarr.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Bazarr"
|
||||
description: "Bazarr is a companion application to Sonarr and Radarr that manages and downloads subtitles based on your requirements."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://www.bazarr.media/)
|
||||
- [Github](https://github.com/morpheus65535/bazarr)
|
||||
- [Documentation](https://www.bazarr.media/docs)
|
||||
|
||||
## Tags
|
||||
`subtitles`, `sonarr`, `radarr`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/bentopdf.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/bentopdf.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "BentoPDF"
|
||||
description: "BentoPDF is a lightweight PDF conversion microservice that exposes a simple HTTP API for generating PDFs."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://bentopdf.com/)
|
||||
- [Github](https://github.com/bentopdf/bentopdf)
|
||||
- [Documentation](https://github.com/bentopdf/bentopdf#readme)
|
||||
|
||||
## Tags
|
||||
`pdf`, `converter`, `api`, `utility`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/beszel.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/beszel.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Beszel"
|
||||
description: "A lightweight server monitoring hub with historical data, docker stats, and alerts."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://beszel.dev)
|
||||
- [Github](https://github.com/henrygd/beszel)
|
||||
- [Documentation](https://beszel.dev/guide/getting-started)
|
||||
|
||||
## Tags
|
||||
`monitoring`, `docker`, `alerts`
|
||||
|
||||
---
|
||||
|
||||
Version: `0.10.2`
|
||||
16
apps/docs/content/docs/templates/bigcapital.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/bigcapital.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "BigCapital"
|
||||
description: "BigCapital is a great open source alternative to QuickBooks. A comprehensive accounting and financial management system for businesses."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://bigcapital.app/)
|
||||
- [Github](https://github.com/bigcapitalhq/bigcapital)
|
||||
- [Documentation](https://github.com/bigcapitalhq/bigcapital)
|
||||
|
||||
## Tags
|
||||
`accounting`, `finance`, `bookkeeping`, `quickbooks`, `erp`, `business`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/blender.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/blender.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Blender"
|
||||
description: "Blender is a free and open-source 3D creation suite. It supports the entire 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing and motion tracking, video editing and 2D animation pipeline."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://www.blender.org/)
|
||||
- [Github](https://github.com/linuxserver/docker-blender)
|
||||
- [Documentation](https://docs.blender.org/)
|
||||
|
||||
## Tags
|
||||
`3d`, `rendering`, `animation`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/blinko.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/blinko.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Blinko"
|
||||
description: "Blinko is a modern web application for managing and organizing your digital content and workflows."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://blinko.space/)
|
||||
- [Github](https://github.com/blinkospace/blinko)
|
||||
- [Documentation](https://docs.blinko.space/)
|
||||
|
||||
## Tags
|
||||
`productivity`, `organization`, `workflow`, `nextjs`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/bluesky-pds.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/bluesky-pds.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Bluesky PDS"
|
||||
description: "Bluesky PDS is a personal data server for Bluesky."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://bsky.social/about)
|
||||
- [Github](https://github.com/bluesky-social/pds)
|
||||
- [Documentation](https://github.com/bluesky-social/pds)
|
||||
|
||||
## Tags
|
||||
`bluesky`, `pds`, `data`, `server`
|
||||
|
||||
---
|
||||
|
||||
Version: `0.4.182`
|
||||
16
apps/docs/content/docs/templates/bolt.diy.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/bolt.diy.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "bolt.diy"
|
||||
description: "Prompt, run, edit, and deploy full-stack web applications using any LLM you want!"
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://stackblitz-labs.github.io/bolt.diy/)
|
||||
- [Github](https://github.com/stackblitz-labs/bolt.diy)
|
||||
- [Documentation](https://stackblitz-labs.github.io/bolt.diy/)
|
||||
|
||||
## Tags
|
||||
`ai`, `self-hosted`, `development`, `chatbot`, `ide`, `llm`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/booklore.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/booklore.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Booklore"
|
||||
description: "Booklore is an application for managing and serving book-related data, backed by a MariaDB database."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://github.com/booklore-app/BookLore)
|
||||
- [Github](https://github.com/booklore-app/BookLore)
|
||||
- [Documentation](https://github.com/booklore-app/BookLore/tree/develop/docs)
|
||||
|
||||
## Tags
|
||||
`books`, `library`, `database`, `mariadb`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/bookstack.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/bookstack.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "BookStack"
|
||||
description: "BookStack is a self-hosted platform for creating beautiful, feature-rich documentation sites."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://www.bookstackapp.com)
|
||||
- [Github](https://github.com/BookStackApp/BookStack)
|
||||
- [Documentation](https://www.bookstackapp.com/docs)
|
||||
|
||||
## Tags
|
||||
`documentation`, `self-hosted`
|
||||
|
||||
---
|
||||
|
||||
Version: `24.12.1`
|
||||
16
apps/docs/content/docs/templates/borgitory.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/borgitory.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Borgitory"
|
||||
description: "A web interface for managing BorgBackup archives. Allows browsing, mounting (via FUSE), and handling backup repositories."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://github.com/mlapaglia/borgitory)
|
||||
- [Github](https://github.com/mlapaglia/borgitory)
|
||||
- [Documentation](https://github.com/mlapaglia/borgitory)
|
||||
|
||||
## Tags
|
||||
`backup`, `borg`, `archive`, `self-hosted`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/botpress.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/botpress.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Botpress"
|
||||
description: "Botpress is a platform for building conversational AI agents. It provides a simple and effective solution for building conversational AI agents from anywhere."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://botpress.com)
|
||||
- [Github](https://github.com/botpress/botpress)
|
||||
- [Documentation](https://botpress.com/docs)
|
||||
|
||||
## Tags
|
||||
`ai`, `self-hosted`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/browserless.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/browserless.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Browserless"
|
||||
description: "Browserless allows remote clients to connect and execute headless work, all inside of docker. It supports the standard, unforked Puppeteer and Playwright libraries, as well offering REST-based APIs for common actions like data collection, PDF generation and more."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://www.browserless.io/)
|
||||
- [Github](https://github.com/browserless/browserless)
|
||||
- [Documentation](https://docs.browserless.io/)
|
||||
|
||||
## Tags
|
||||
`browser`, `automation`
|
||||
|
||||
---
|
||||
|
||||
Version: `2.23.0`
|
||||
16
apps/docs/content/docs/templates/budget-board.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/budget-board.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Budget Board"
|
||||
description: "Self-hosted budgeting app with a web UI and a server backed by PostgreSQL."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://budgetboard.net/)
|
||||
- [Github](https://github.com/teelur/budget-board)
|
||||
- [Documentation](https://budgetboard.net/)
|
||||
|
||||
## Tags
|
||||
`finance`, `postgres`, `self-hosted`, `docker`, `compose`
|
||||
|
||||
---
|
||||
|
||||
Version: `release`
|
||||
16
apps/docs/content/docs/templates/budibase.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/budibase.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Budibase"
|
||||
description: "Budibase is an open-source low-code platform that saves engineers 100s of hours building forms, portals, and approval apps, securely."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://budibase.com/)
|
||||
- [Github](https://github.com/Budibase/budibase)
|
||||
- [Documentation](https://docs.budibase.com/docs/)
|
||||
|
||||
## Tags
|
||||
`database`, `low-code`, `nocode`, `applications`
|
||||
|
||||
---
|
||||
|
||||
Version: `3.5.3`
|
||||
16
apps/docs/content/docs/templates/bugsink.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/bugsink.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Bugsink"
|
||||
description: "Bugsink is a self-hosted Error Tracker. Built to self-host; Sentry-SDK compatible; Scalable and reliable"
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://www.bugsink.com/)
|
||||
- [Github](https://github.com/bugsink/bugsink/)
|
||||
- [Documentation](https://www.bugsink.com/docs/)
|
||||
|
||||
## Tags
|
||||
`hosting`, `self-hosted`, `development`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/bytebase.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/bytebase.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Bytebase"
|
||||
description: "Bytebase is a database management tool that allows you to manage your databases with ease. It provides a simple and effective solution for managing your databases from anywhere."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://www.bytebase.com)
|
||||
- [Github](https://github.com/bytebase/bytebase)
|
||||
- [Documentation](https://www.bytebase.com/docs)
|
||||
|
||||
## Tags
|
||||
`database`, `self-hosted`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/bytestash.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/bytestash.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "ByteStash"
|
||||
description: "ByteStash is a self-hosted web application designed to store, organise, and manage your code snippets efficiently. With support for creating, editing, and filtering snippets, ByteStash helps you keep track of your code in one secure place."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://github.com/jordan-dalby/ByteStash)
|
||||
- [Github](https://github.com/jordan-dalby/ByteStash)
|
||||
- [Documentation](https://github.com/jordan-dalby/ByteStash)
|
||||
|
||||
## Tags
|
||||
`file-storage`, `self-hosted`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/calcom.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/calcom.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Calcom"
|
||||
description: "Calcom is a open source alternative to Calendly that allows to create scheduling and booking services."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://cal.com/)
|
||||
- [Github](https://github.com/calcom/cal.com)
|
||||
- [Documentation](https://cal.com/docs)
|
||||
|
||||
## Tags
|
||||
`scheduling`, `booking`
|
||||
|
||||
---
|
||||
|
||||
Version: `v2.7.6`
|
||||
16
apps/docs/content/docs/templates/calibre-web.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/calibre-web.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Calibre-Web"
|
||||
description: "Calibre-Web is a web app providing a clean interface for browsing, reading, and managing your eBooks library using an existing Calibre database."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://github.com/janeczku/calibre-web)
|
||||
- [Github](https://github.com/janeczku/calibre-web)
|
||||
- [Documentation](https://github.com/janeczku/calibre-web/wiki)
|
||||
|
||||
## Tags
|
||||
`ebooks`, `media`, `library`, `self-hosted`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/calibre.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/calibre.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Calibre"
|
||||
description: "Calibre is a comprehensive e-book management tool designed to organize, convert, and read your e-book collection. It supports most of the major e-book formats and is compatible with various e-book reader devices."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://calibre-ebook.com/)
|
||||
- [Github](https://github.com/kovidgoyal/calibre)
|
||||
- [Documentation](https://manual.calibre-ebook.com/)
|
||||
|
||||
## Tags
|
||||
`Documents`, `E-Commerce`
|
||||
|
||||
---
|
||||
|
||||
Version: `7.26.0`
|
||||
16
apps/docs/content/docs/templates/capso.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/capso.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Cap.so"
|
||||
description: "Cap.so is a platform for web and desktop applications with MySQL and S3 storage. It provides a complete development environment with database and file storage capabilities."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://cap.so/)
|
||||
- [Github](https://github.com/CapSoftware/Cap)
|
||||
- [Documentation](https://cap.so/docs/)
|
||||
|
||||
## Tags
|
||||
`web`, `s3`, `mysql`, `development`, `self-hosted`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/carbone.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/carbone.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Carbone"
|
||||
description: "Carbone is a high-performance, self-hosted document generation engine. It allows you to generate reports, invoices, and documents in various formats (e.g., PDF, DOCX, XLSX) using JSON data and template-based rendering."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://carbone.io/)
|
||||
- [Github](https://github.com/carboneio/carbone)
|
||||
- [Documentation](https://carbone.io/documentation/design/overview/getting-started.html)
|
||||
|
||||
## Tags
|
||||
`Document Generation`, `Automation`, `Reporting`, `Productivity`
|
||||
|
||||
---
|
||||
|
||||
Version: `4.25.5`
|
||||
16
apps/docs/content/docs/templates/casdoor.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/casdoor.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Casdoor"
|
||||
description: "An open-source UI-first Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, and more."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://casdoor.org/)
|
||||
- [Github](https://github.com/casdoor/casdoor)
|
||||
- [Documentation](https://casdoor.org/docs/overview)
|
||||
|
||||
## Tags
|
||||
`authentication`, `authorization`, `oauth2`, `oidc`, `sso`, `saml`, `identity-management`, `access-management`, `security`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/changedetection.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/changedetection.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Change Detection"
|
||||
description: "Changedetection.io is an intelligent tool designed to monitor changes on websites. Perfect for smart shoppers, data journalists, research engineers, data scientists, and security researchers."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://changedetection.io)
|
||||
- [Github](https://github.com/dgtlmoon/changedetection.io)
|
||||
- [Documentation](https://github.com/dgtlmoon/changedetection.io/wiki)
|
||||
|
||||
## Tags
|
||||
`Monitoring`, `Data`, `Notifications`
|
||||
|
||||
---
|
||||
|
||||
Version: `0.49`
|
||||
16
apps/docs/content/docs/templates/chatwoot.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/chatwoot.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Chatwoot"
|
||||
description: "Open-source customer engagement platform that provides a shared inbox for teams, live chat, and omnichannel support."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://www.chatwoot.com)
|
||||
- [Github](https://github.com/chatwoot/chatwoot)
|
||||
- [Documentation](https://www.chatwoot.com/docs)
|
||||
|
||||
## Tags
|
||||
`support`, `chat`, `customer-service`
|
||||
|
||||
---
|
||||
|
||||
Version: `v3.14.1`
|
||||
16
apps/docs/content/docs/templates/checkcle.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/checkcle.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Checkcle"
|
||||
description: "Checkcle is a security and compliance tool by Operacle, providing insights into system configuration and runtime checks."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://operacle.com/)
|
||||
- [Github](https://github.com/Operacle/checkcle)
|
||||
- [Documentation](https://github.com/Operacle/checkcle#readme)
|
||||
|
||||
## Tags
|
||||
`security`, `compliance`, `monitoring`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/checkmate.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/checkmate.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Checkmate"
|
||||
description: "Checkmate is an open-source, self-hosted tool designed to track and monitor server hardware, uptime, response times, and incidents in real-time with beautiful visualizations."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://checkmate.so/)
|
||||
- [Github](https://github.com/bluewave-labs/checkmate)
|
||||
- [Documentation](https://docs.checkmate.so)
|
||||
|
||||
## Tags
|
||||
`self-hosted`, `monitoring`, `uptime`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/chevereto.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/chevereto.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Chevereto"
|
||||
description: "Chevereto is a powerful, self-hosted image and video hosting platform designed for individuals, communities, and businesses. It allows users to upload, organize, and share media effortlessly."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://chevereto.com/)
|
||||
- [Github](https://github.com/chevereto/chevereto)
|
||||
- [Documentation](https://v4-docs.chevereto.com/)
|
||||
|
||||
## Tags
|
||||
`Image Hosting`, `File Management`, `Open Source`, `Multi-User`, `Private Albums`
|
||||
|
||||
---
|
||||
|
||||
Version: `4`
|
||||
16
apps/docs/content/docs/templates/chibisafe.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/chibisafe.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Chibisafe"
|
||||
description: "A beautiful and performant vault to save all your files in the cloud."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://chibisafe.app)
|
||||
- [Github](https://github.com/chibisafe/chibisafe)
|
||||
- [Documentation](https://chibisafe.app/docs/intro)
|
||||
|
||||
## Tags
|
||||
`media system`, `storage`, `file-sharing`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/chiefonboarding.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/chiefonboarding.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Chief-Onboarding"
|
||||
description: "Chief-Onboarding is a comprehensive, self-hosted onboarding and employee management platform designed for businesses to streamline their onboarding processes."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://demo.chiefonboarding.com/)
|
||||
- [Github](https://github.com/chiefonboarding/chiefonboarding)
|
||||
- [Documentation](https://docs.chiefonboarding.com/)
|
||||
|
||||
## Tags
|
||||
`Employee Onboarding`, `HR Management`, `Task Tracking`, `Role-Based Access`, `Document Management`
|
||||
|
||||
---
|
||||
|
||||
Version: `v2.2.5`
|
||||
16
apps/docs/content/docs/templates/chirpstack.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/chirpstack.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "ChirpStack"
|
||||
description: "Open-source LoRaWAN Network Server for IoT applications. Complete stack with gateway bridges, REST API, and web interface for managing LoRaWAN devices and gateways."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://www.chirpstack.io/)
|
||||
- [Github](https://github.com/chirpstack/chirpstack)
|
||||
- [Documentation](https://www.chirpstack.io/docs/)
|
||||
|
||||
## Tags
|
||||
`iot`, `lorawan`, `network-server`, `gateway`, `monitoring`
|
||||
|
||||
---
|
||||
|
||||
Version: `4`
|
||||
16
apps/docs/content/docs/templates/chromium.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/chromium.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Chromium"
|
||||
description: "Chromium is an open-source browser project that is designed to provide a safer, faster, and more stable way for all users to experience the web in a containerized environment."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://docs.linuxserver.io/images/docker-chromium)
|
||||
- [Github](https://github.com/linuxserver/docker-chromium)
|
||||
- [Documentation](https://docs.linuxserver.io/images/docker-chromium)
|
||||
|
||||
## Tags
|
||||
`browser`, `development`, `web`
|
||||
|
||||
---
|
||||
|
||||
Version: `5f5dd27e-ls102`
|
||||
16
apps/docs/content/docs/templates/classicpress.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/classicpress.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "ClassicPress"
|
||||
description: "ClassicPress is a community-led open source content management system for creators. It is a fork of WordPress 6.2 that preserves the TinyMCE classic editor as the default option."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://www.classicpress.net/)
|
||||
- [Github](https://github.com/ClassicPress/)
|
||||
- [Documentation](https://docs.classicpress.net/)
|
||||
|
||||
## Tags
|
||||
`cms`, `wordpress`, `content-management`
|
||||
|
||||
---
|
||||
|
||||
Version: `php8.3-apache`
|
||||
16
apps/docs/content/docs/templates/clickhouse.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/clickhouse.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "ClickHouse"
|
||||
description: "ClickHouse is an open-source column-oriented DBMS (columnar database management system) for online analytical processing (OLAP) that allows users to generate analytical reports using SQL queries in real-time. ClickHouse works 100-1000x faster than traditional database management systems, and processes hundreds of millions to over a billion rows and tens of gigabytes of data per server per second."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://clickhouse.com/)
|
||||
- [Github](https://github.com/ClickHouse/ClickHouse)
|
||||
- [Documentation](https://clickhouse.com/docs)
|
||||
|
||||
## Tags
|
||||
`self-hosted`, `open-source`, `database`, `olap`, `analytics`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/cloud9.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/cloud9.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Cloud9"
|
||||
description: "Cloud9 is a cloud-based integrated development environment (IDE) designed for developers to code, build, and debug applications collaboratively in real time."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://aws.amazon.com/cloud9/)
|
||||
- [Github](https://github.com/c9)
|
||||
- [Documentation](https://docs.aws.amazon.com/cloud9/)
|
||||
|
||||
## Tags
|
||||
`ide`, `development`, `cloud`
|
||||
|
||||
---
|
||||
|
||||
Version: `1.29.2`
|
||||
16
apps/docs/content/docs/templates/cloudcommander.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/cloudcommander.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Cloud Commander"
|
||||
description: "Cloud Commander is a file manager for the web. It includes a command-line console and a text editor. Cloud Commander helps you manage your server and work with files, directories and programs in a web browser."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://cloudcmd.io)
|
||||
- [Github](https://github.com/coderaiser/cloudcmd)
|
||||
- [Documentation](https://cloudcmd.io/#install)
|
||||
|
||||
## Tags
|
||||
`file-manager`, `web-based`, `console`
|
||||
|
||||
---
|
||||
|
||||
Version: `18.5.1`
|
||||
16
apps/docs/content/docs/templates/cloudflared.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/cloudflared.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Cloudflared"
|
||||
description: "A lightweight daemon that securely connects local services to the internet through Cloudflare Tunnel."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/)
|
||||
- [Github](https://github.com/cloudflare/cloudflared)
|
||||
- [Documentation](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/)
|
||||
|
||||
## Tags
|
||||
`cloud`, `networking`, `security`, `tunnel`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/cloudreve.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/cloudreve.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Cloudreve"
|
||||
description: "Self-hosted file management and sharing system with multi-cloud storage support. Compatible with local, OneDrive, S3, and various cloud providers."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://cloudreve.org)
|
||||
- [Github](https://github.com/cloudreve/Cloudreve)
|
||||
- [Documentation](https://docs.cloudreve.org)
|
||||
|
||||
## Tags
|
||||
`storage`, `file-sharing`, `cloud`, `self-hosted`
|
||||
|
||||
---
|
||||
|
||||
Version: `4.10.1`
|
||||
16
apps/docs/content/docs/templates/cockpit.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/cockpit.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Cockpit"
|
||||
description: "Cockpit is a headless content platform designed to streamline the creation, connection, and delivery of content for creators, marketers, and developers. It is built with an API-first approach, enabling limitless digital solutions."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://getcockpit.com)
|
||||
- [Github](https://github.com/Cockpit-HQ)
|
||||
- [Documentation](https://getcockpit.com/documentation)
|
||||
|
||||
## Tags
|
||||
`cms`, `content-management`, `api`
|
||||
|
||||
---
|
||||
|
||||
Version: `core-2.11.0`
|
||||
16
apps/docs/content/docs/templates/coder.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/coder.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Coder"
|
||||
description: "Coder is an open-source cloud development environment (CDE) that you host in your cloud or on-premises."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://coder.com/)
|
||||
- [Github](https://github.com/coder/coder)
|
||||
- [Documentation](https://coder.com/docs)
|
||||
|
||||
## Tags
|
||||
`self-hosted`, `open-source`, `builder`
|
||||
|
||||
---
|
||||
|
||||
Version: `2.15.3`
|
||||
16
apps/docs/content/docs/templates/codex-docs.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/codex-docs.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "CodeX Docs"
|
||||
description: "CodeX is a comprehensive platform that brings together passionate engineers, designers, and specialists to create high-quality open-source projects. It includes Editor.js, Hawk.so, CodeX Notes, and more."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://codex.so)
|
||||
- [Github](https://github.com/codex-team/codex.docs)
|
||||
- [Documentation](https://docs.codex.so)
|
||||
|
||||
## Tags
|
||||
`documentation`, `development`, `collaboration`
|
||||
|
||||
---
|
||||
|
||||
Version: `v2.2`
|
||||
16
apps/docs/content/docs/templates/colanode.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/colanode.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Colanode Server"
|
||||
description: "Open-source and local-first Slack and Notion alternative that puts you in control of your data"
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://colanode.com)
|
||||
- [Github](https://github.com/colanode/colanode)
|
||||
- [Documentation](https://colanode.com/docs/)
|
||||
|
||||
## Tags
|
||||
`documentation`, `knowledge-base`, `collaboration`
|
||||
|
||||
---
|
||||
|
||||
Version: `v0.1.6`
|
||||
16
apps/docs/content/docs/templates/collabora-office.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/collabora-office.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Collabora Office"
|
||||
description: "Collabora Online is a powerful, flexible, and secure online office suite designed to break free from vendor lock-in and put you in full control of your documents."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://collaboraonline.com)
|
||||
- [Github](https://github.com/CollaboraOnline)
|
||||
- [Documentation](https://sdk.collaboraonline.com/docs)
|
||||
|
||||
## Tags
|
||||
`office`, `documents`, `collaboration`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/commafeed.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/commafeed.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "CommaFeed"
|
||||
description: "CommaFeed is an open-source feed reader and news aggregator, designed to be lightweight and extensible, with PostgreSQL as its database."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://www.commafeed.com/)
|
||||
- [Github](https://github.com/Athou/commafeed)
|
||||
- [Documentation](https://github.com/Athou/commafeed/wiki)
|
||||
|
||||
## Tags
|
||||
`feed-reader`, `news-aggregator`, `rss`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/commento.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/commento.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Commento"
|
||||
description: "Commento is a comments widget designed to enhance the interaction on your website. It allows your readers to contribute to the discussion by upvoting comments that add value and downvoting those that don't. The widget supports markdown formatting and provides moderation tools to manage conversations."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://commento.io/)
|
||||
- [Github](https://github.com/souramoo/commentoplusplus)
|
||||
- [Documentation](https://commento.io/)
|
||||
|
||||
## Tags
|
||||
`comments`, `discussion`, `website`
|
||||
|
||||
---
|
||||
|
||||
Version: `v1.8.0`
|
||||
16
apps/docs/content/docs/templates/commentoplusplus.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/commentoplusplus.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Commento++"
|
||||
description: "Commento++ is a free, open-source application designed to provide a fast, lightweight comments box that you can embed in your static website. It offers features like Markdown support, Disqus import, voting, automated spam detection, moderation tools, sticky comments, thread locking, and OAuth login."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://commento.io/)
|
||||
- [Github](https://github.com/souramoo/commentoplusplus)
|
||||
- [Documentation](https://commento.io/)
|
||||
|
||||
## Tags
|
||||
`comments`, `website`, `open-source`
|
||||
|
||||
---
|
||||
|
||||
Version: `v1.8.7`
|
||||
16
apps/docs/content/docs/templates/conduit.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/conduit.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Conduit"
|
||||
description: "Conduit is a simple, fast and reliable chat server powered by Matrix"
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://conduit.rs/)
|
||||
- [Github](https://gitlab.com/famedly/conduit)
|
||||
- [Documentation](https://docs.conduit.rs/)
|
||||
|
||||
## Tags
|
||||
`matrix`, `communication`
|
||||
|
||||
---
|
||||
|
||||
Version: `v0.9.0`
|
||||
16
apps/docs/content/docs/templates/conduwuit.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/conduwuit.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Conduwuit"
|
||||
description: "Well-maintained, featureful Matrix chat homeserver (fork of Conduit)"
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://conduwuit.puppyirl.gay)
|
||||
- [Github](https://github.com/girlbossceo/conduwuit)
|
||||
- [Documentation](https://conduwuit.puppyirl.gay/configuration.html)
|
||||
|
||||
## Tags
|
||||
`backend`, `chat`, `communication`, `matrix`, `server`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/confluence.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/confluence.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Confluence"
|
||||
description: "Confluence is a powerful team collaboration and knowledge-sharing tool. It allows you to create, organize, and collaborate on content in a centralized space. Designed for project management, documentation, and team communication, Confluence helps streamline workflows and enhances productivity."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://confluence.atlassian.com)
|
||||
- [Github](https://confluence.atlassian.com)
|
||||
- [Documentation](https://confluence.atlassian.com/doc/confluence-documentation-135922.html)
|
||||
|
||||
## Tags
|
||||
`collaboration`, `documentation`, `productivity`, `project-management`
|
||||
|
||||
---
|
||||
|
||||
Version: `8.6`
|
||||
16
apps/docs/content/docs/templates/convertx.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/convertx.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "ConvertX"
|
||||
description: "ConvertX is a service for converting media files, with optional user registration and file management features."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://github.com/c4illin/ConvertX)
|
||||
- [Github](https://github.com/c4illin/ConvertX)
|
||||
- [Documentation](https://github.com/c4illin/ConvertX#environment-variables)
|
||||
|
||||
## Tags
|
||||
`media`, `converter`, `ffmpeg`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/convex.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/convex.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Convex"
|
||||
description: "Convex is an open-source reactive database designed to make life easy for web app developers."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://www.convex.dev/)
|
||||
- [Github](https://github.com/get-convex/convex)
|
||||
- [Documentation](https://www.convex.dev/docs)
|
||||
|
||||
## Tags
|
||||
`backend`, `database`, `api`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/cookie-cloud.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/cookie-cloud.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "CookieCloud"
|
||||
description: "CookieCloud lets you sync and manage browser cookies across devices securely using a self-hosted backend."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://github.com/easychen/cookiecloud)
|
||||
- [Github](https://github.com/easychen/cookiecloud)
|
||||
- [Documentation](https://github.com/easychen/cookiecloud#readme)
|
||||
|
||||
## Tags
|
||||
`cookies`, `sync`, `selfhosted`, `privacy`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/coralproject.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/coralproject.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Coral"
|
||||
description: "Coral is a revolutionary commenting platform designed to enhance website interactions. It features smart technology for meaningful discussions, journalist identification, moderation tools with AI support, and complete data control without ads or trackers. Used by major news sites worldwide."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://coralproject.net/)
|
||||
- [Github](https://github.com/coralproject/talk)
|
||||
- [Documentation](https://docs.coralproject.net/)
|
||||
|
||||
## Tags
|
||||
`communication`, `community`, `privacy`
|
||||
|
||||
---
|
||||
|
||||
Version: `9.7.0`
|
||||
16
apps/docs/content/docs/templates/couchdb.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/couchdb.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "CouchDB"
|
||||
description: "CouchDB is a document-oriented NoSQL database that excels at replication and horizontal scaling."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://couchdb.apache.org/)
|
||||
- [Github](https://github.com/apache/couchdb)
|
||||
- [Documentation](https://docs.couchdb.org/en/stable/)
|
||||
|
||||
## Tags
|
||||
`database`, `storage`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/crawl4ai.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/crawl4ai.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Crawl4AI"
|
||||
description: "Crawl4AI is a modern AI-powered web crawler with support for screenshots, PDFs, JavaScript execution, and LLM-based extraction. Includes an interactive playground and MCP (Model Context Protocol) integration."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://crawl4ai.com)
|
||||
- [Github](https://github.com/unclecode/crawl4ai)
|
||||
- [Documentation](https://github.com/unclecode/crawl4ai#readme)
|
||||
|
||||
## Tags
|
||||
`crawler`, `scraping`, `AI`, `LLM`, `API`
|
||||
|
||||
---
|
||||
|
||||
Version: `0.7.3`
|
||||
16
apps/docs/content/docs/templates/crowdsec.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/crowdsec.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Crowdsec"
|
||||
description: "CrowdSec provides open source solution for detecting and blocking malicious IPs, safeguarding both infrastructure and application security."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://crowdsec.net/)
|
||||
- [Github](https://github.com/crowdsecurity/crowdsec)
|
||||
- [Documentation](https://docs.crowdsec.net)
|
||||
|
||||
## Tags
|
||||
`security`, `firewall`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
16
apps/docs/content/docs/templates/cup.mdx
vendored
Normal file
16
apps/docs/content/docs/templates/cup.mdx
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "Cup"
|
||||
description: "Cup is a self-hosted Docker container management UI."
|
||||
---
|
||||
|
||||
## Links
|
||||
- [Website](https://cup.sh)
|
||||
- [Github](https://github.com/sergi0g/cup)
|
||||
- [Documentation](https://github.com/sergi0g/cup)
|
||||
|
||||
## Tags
|
||||
`docker`, `container`, `management`, `ui`, `self-hosted`
|
||||
|
||||
---
|
||||
|
||||
Version: `latest`
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user