Merge pull request #6385 from justserdar/next

fix(templates): added a general category tag for the docs service filter
This commit is contained in:
Andras Bacsai
2025-08-18 09:49:21 +02:00
committed by GitHub
282 changed files with 7718 additions and 7071 deletions

View File

@@ -1,5 +1,6 @@
# documentation: https://www.activepieces.com/docs/getting-started/introduction # documentation: https://www.activepieces.com/docs/getting-started/introduction
# slogan: Open source no-code business automation. # slogan: Open source no-code business automation.
# category: automation
# tags: workflow, automation, no code, open source # tags: workflow, automation, no code, open source
# logo: svgs/activepieces.png # logo: svgs/activepieces.png
# port: 80 # port: 80

View File

@@ -1,5 +1,6 @@
# documentation: https://actualbudget.org/docs/install/docker # documentation: https://actualbudget.org/docs/install/docker
# slogan: A local-first personal finance app. # slogan: A local-first personal finance app.
# category: productivity
# tags: budgeting,actual,finance,budget,money,expenses,income # tags: budgeting,actual,finance,budget,money,expenses,income
# logo: svgs/actualbudget.png # logo: svgs/actualbudget.png
# port: 5006 # port: 5006

View File

@@ -1,5 +1,6 @@
# documentation: https://docs.affine.pro/docs/self-host-affine # documentation: https://docs.affine.pro/docs/self-host-affine
# slogan: Affine is an open-source, all-in-one workspace and OS for knowledge management, a Notion/Miro alternative. # slogan: Affine is an open-source, all-in-one workspace and OS for knowledge management, a Notion/Miro alternative.
# category: productivity
# tags: knowledge-management,notion,miro,workspace # tags: knowledge-management,notion,miro,workspace
# logo: svgs/affine.svg # logo: svgs/affine.svg
# port: 3010 # port: 3010

View File

@@ -1,6 +1,7 @@
# documentation: https://docs.anythingllm.com/installation-docker/overview # documentation: https://docs.anythingllm.com/installation-docker/overview
# slogan: AnythingLLM is the easiest to use, all-in-one AI application that can do RAG, AI Agents, and much more with no code or infrastructure headaches. # slogan: AnythingLLM is the easiest to use, all-in-one AI application that can do RAG, AI Agents, and much more with no code or infrastructure headaches.
# tags: lowcode, nocode, ai, llm, openai, anthropic, machine-learning, rag, agents, chatbot, api, team, bot # category: ai
# tags: lowcode, nocode, llm, openai, anthropic, machine-learning, rag, agents, chatbot, api, team, bot
# logo: svgs/anythingllm.svg # logo: svgs/anythingllm.svg
# port: 3001 # port: 3001

View File

@@ -1,5 +1,6 @@
# documentation: https://docs.linuxserver.io/images/docker-apprise-api/ # documentation: https://docs.linuxserver.io/images/docker-apprise-api/
# slogan: Push Notifications API # slogan: Push Notifications API
# category: automation
# tags: api, apprise # tags: api, apprise
# logo: svgs/apprise.png # logo: svgs/apprise.png
# port: 8000 # port: 8000

View File

@@ -1,5 +1,6 @@
# documentation: https://appsmith.com # documentation: https://appsmith.com
# slogan: A low-code application platform for building internal tools. # slogan: A low-code application platform for building internal tools.
# category: productivity
# tags: lowcode, nocode, no, low, platform # tags: lowcode, nocode, no, low, platform
# logo: svgs/appsmith.svg # logo: svgs/appsmith.svg

View File

@@ -1,6 +1,7 @@
# documentation: https://appwrite.io # documentation: https://appwrite.io
# slogan: A backend-as-a-service platform that simplifies the web & mobile app development. # slogan: A backend-as-a-service platform that simplifies the web & mobile app development.
# tags: backend-as-a-service, platform # category: backend
# tags: backend, backend-as-a-service, platform
# logo: svgs/appwrite.svg # logo: svgs/appwrite.svg
services: services:

View File

@@ -1,8 +1,10 @@
# documentation: https://docs.argilla.io/latest/ # documentation: https://docs.argilla.io/latest/
# slogan: Argilla is a collaboration tool for AI engineers and domain experts who need to build high-quality datasets for their projects. # slogan: Argilla is a collaboration tool for AI engineers and domain experts who need to build high-quality datasets for their projects.
# category: ai
# tags: workflow, orchestration, data-pipeline, python, argilla, ai, elasticsearch, datasets, data, machine-learning, data-science, nlp # tags: workflow, orchestration, data-pipeline, python, argilla, ai, elasticsearch, datasets, data, machine-learning, data-science, nlp
# logo: svgs/argilla.png # logo: svgs/argilla.png
# port: 6900 # port: 6900
# category: productivity
services: services:
argilla: argilla:

View File

@@ -1,5 +1,6 @@
# documentation: https://www.audiobookshelf.org/ # documentation: https://www.audiobookshelf.org/
# slogan: Self-hosted audiobook, ebook, and podcast server # slogan: Self-hosted audiobook, ebook, and podcast server
# category: media
# tags: audiobooks, ebooks, podcasts, server, self-hosted # tags: audiobooks, ebooks, podcasts, server, self-hosted
# logo: svgs/audiobookshelf.svg # logo: svgs/audiobookshelf.svg
# port: 80 # port: 80

View File

@@ -1,5 +1,6 @@
# documentation: https://docs.goauthentik.io/docs/installation/docker-compose # documentation: https://docs.goauthentik.io/docs/installation/docker-compose
# slogan: An open-source Identity Provider, focused on flexibility and versatility. # slogan: An open-source Identity Provider, focused on flexibility and versatility.
# category: auth
# tags: identity,login,user,oauth,openid,oidc,authentication,saml,auth0,okta # tags: identity,login,user,oauth,openid,oidc,authentication,saml,auth0,okta
# logo: svgs/authentik.png # logo: svgs/authentik.png
# port: 9000 # port: 9000

View File

@@ -1,6 +1,7 @@
# ignore: true # ignore: true
# documentation: https://docs.azimutt.app/ # documentation: https://docs.azimutt.app/
# slogan: Next-Gen ERD: Design, Explore, Document and Analyze your database. # slogan: Next-Gen ERD: Design, Explore, Document and Analyze your database.
# category: productivity
# tags: erd, entity-relationship diagram, database tool, database schema, diagram # tags: erd, entity-relationship diagram, database tool, database schema, diagram
# logo: svgs/azimutt.png # logo: svgs/azimutt.png
# port: 4000 # port: 4000

View File

@@ -1,5 +1,6 @@
# documentation: https://docs.baby-buddy.net # documentation: https://docs.baby-buddy.net
# slogan: It helps parents track their baby's daily activities, growth, and health with ease. # slogan: It helps parents track their baby's daily activities, growth, and health with ease.
# category: productivity
# tags: baby, parents, health, growth, activities # tags: baby, parents, health, growth, activities
# logo: svgs/babybuddy.png # logo: svgs/babybuddy.png

View File

@@ -1,5 +1,6 @@
# documentation: https://github.com/henrygd/beszel?tab=readme-ov-file#getting-started # documentation: https://github.com/henrygd/beszel?tab=readme-ov-file#getting-started
# slogan: A lightweight server resource monitoring hub with historical data, docker stats, and alerts. # slogan: A lightweight server resource monitoring hub with historical data, docker stats, and alerts.
# category: monitoring
# tags: beszel,monitoring,server,stats,alerts # tags: beszel,monitoring,server,stats,alerts
# logo: svgs/beszel.svg # logo: svgs/beszel.svg
# port: 8090 # port: 8090

View File

@@ -1,5 +1,6 @@
# documentation: https://hub.docker.com/r/ruimarinho/bitcoin-core/ # documentation: https://hub.docker.com/r/ruimarinho/bitcoin-core/
# slogan: A self-hosted Bitcoin Core full node. # slogan: A self-hosted Bitcoin Core full node.
# category: backend
# tags: cryptocurrency, node, blockchain, bitcoin # tags: cryptocurrency, node, blockchain, bitcoin
# logo: svgs/bitcoin.svg # logo: svgs/bitcoin.svg

View File

@@ -1,5 +1,6 @@
# documentation: https://github.com/bluesky-social/pds # documentation: https://github.com/bluesky-social/pds
# slogan: Bluesky PDS (Personal Data Server) # slogan: Bluesky PDS (Personal Data Server)
# category: backend
# tags: bluesky, pds, platform # tags: bluesky, pds, platform
# logo: svgs/bluesky.svg # logo: svgs/bluesky.svg
# port: 3000 # port: 3000

View File

@@ -1,5 +1,6 @@
# documentation: https://www.bookstackapp.com/docs/ # documentation: https://www.bookstackapp.com/docs/
# slogan: BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information # slogan: BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information
# category: cms
# tags: free-and-open-source,mfa,dark-light-themes,searchable,connected,simple-interface,diagramms,notes # tags: free-and-open-source,mfa,dark-light-themes,searchable,connected,simple-interface,diagramms,notes
# logo: svgs/bookstack.png # logo: svgs/bookstack.png
# port: 80 # port: 80

View File

@@ -1,5 +1,6 @@
# documentation: https://docs.browserless.io/ # documentation: https://docs.browserless.io/
# slogan: A headless Chrome browser as a service. # slogan: A headless Chrome browser as a service.
# category: devtools
# tags: chrome,headless,browser,service # tags: chrome,headless,browser,service
# logo: svgs/browserless.svg # logo: svgs/browserless.svg
# port: 3000 # port: 3000

View File

@@ -1,5 +1,6 @@
# documentation: https://github.com/linuxserver/budge # documentation: https://github.com/linuxserver/budge
# slogan: A budgeting personal finance app. # slogan: A budgeting personal finance app.
# category: productivity
# tags: personal finance, budgeting, expense tracking # tags: personal finance, budgeting, expense tracking
# logo: svgs/budge.png # logo: svgs/budge.png

View File

@@ -1,5 +1,6 @@
# documentation: https://docs.budibase.com/docs/docker-compose # documentation: https://docs.budibase.com/docs/docker-compose
# slogan: Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s, and more. # slogan: Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s, and more.
# category: automation
# tags: budibase,low-code,business-apps,workflow,automation,postgresql,mysql,mssql,mongodb,docker,kubernetes # tags: budibase,low-code,business-apps,workflow,automation,postgresql,mysql,mssql,mongodb,docker,kubernetes
# logo: svgs/budibase.svg # logo: svgs/budibase.svg
# port: 10000 # port: 10000

View File

@@ -1,5 +1,6 @@
# documentation: https://www.bugsink.com/docs/ # documentation: https://www.bugsink.com/docs/
# slogan: Self-hosted Error Tracking # slogan: Self-hosted Error Tracking.
# category: monitoring
# tags: python, error-tracking, django, mysql # tags: python, error-tracking, django, mysql
# logo: svgs/bugsink.svg # logo: svgs/bugsink.svg
# port: 8000 # port: 8000

View File

@@ -1,5 +1,6 @@
# documentation: https://cal.com/docs/developing/introduction # documentation: https://cal.com/docs/developing/introduction
# slogan: Scheduling infrastructure for everyone. # slogan: Scheduling infrastructure for everyone.
# category: productivity
# tags: calcom,calendso,scheduling,open,source # tags: calcom,calendso,scheduling,open,source
# logo: svgs/calcom.svg # logo: svgs/calcom.svg
# port: 3000 # port: 3000

View File

@@ -1,5 +1,6 @@
# documentation: https://github.com/linuxserver/docker-calibre-web # documentation: https://github.com/linuxserver/docker-calibre-web
# slogan: Calibre-web is a web app providing a clean interface for browsing, reading and downloading eBooks. # slogan: Calibre-web is a web app providing a clean interface for browsing, reading and downloading eBooks.
# category: media
# tags: calibre,calibre-web,ebook,library,epub,ereader,kindle,book,reader # tags: calibre,calibre-web,ebook,library,epub,ereader,kindle,book,reader
# logo: svgs/calibre-web.svg # logo: svgs/calibre-web.svg
# port: 8083 # port: 8083

View File

@@ -1,5 +1,6 @@
# documentation:https://docs.castopod.org/main/en/ # documentation:https://docs.castopod.org/main/en/
# slogan: Castopod is a free & open-source hosting platform made for podcasters who want engage and interact with their audience. # slogan: Castopod is a free & open-source hosting platform made for podcasters who want engage and interact with their audience.
# category: media
# tags: podcast, media, audio, video, streaming, hosting, platform, castopod # tags: podcast, media, audio, video, streaming, hosting, platform, castopod
# logo: svgs/castopod.svg # logo: svgs/castopod.svg
# port: 8000 # port: 8000

View File

@@ -1,5 +1,6 @@
# documentation: https://github.com/dgtlmoon/changedetection.io/ # documentation: https://github.com/dgtlmoon/changedetection.io/
# slogan: Website change detection monitor and notifications. # slogan: Website change detection monitor and notifications.
# category: monitoring
# tags: web, alert, monitor # tags: web, alert, monitor
# logo: svgs/changedetection.png # logo: svgs/changedetection.png
# port: 5000 # port: 5000

View File

@@ -1,5 +1,6 @@
# documentation: https://chaskiq.io # documentation: https://chaskiq.io
# slogan: Chaskiq is an messaging platform for marketing, support & sales # slogan: Chaskiq is an messaging platform for marketing, support & sales
# category: cms
# tags: chaskiq,messaging,chat,marketing,support,sales,open,source,rails,redis,postgresql,sidekiq # tags: chaskiq,messaging,chat,marketing,support,sales,open,source,rails,redis,postgresql,sidekiq
# logo: svgs/chaskiq.png # logo: svgs/chaskiq.png
# port: 3000 # port: 3000

View File

@@ -1,5 +1,6 @@
# documentation: https://www.chatwoot.com/docs/self-hosted/ # documentation: https://www.chatwoot.com/docs/self-hosted/
# slogan: Delightful customer relationships at scale. # slogan: Delightful customer relationships at scale.
# category: cms
# tags: chatwoot,chat,api,open,source,rails,redis,postgresql,sidekiq # tags: chatwoot,chat,api,open,source,rails,redis,postgresql,sidekiq
# logo: svgs/chatwoot.svg # logo: svgs/chatwoot.svg
# port: 3000 # port: 3000

View File

@@ -1,5 +1,6 @@
# documentation: https://bluewavelabs.gitbook.io/checkmate # documentation: https://bluewavelabs.gitbook.io/checkmate
# slogan: An open source server monitoring application # slogan: An open source server monitoring application
# category: monitoring
# tags: monitoring,server,uptime,healthcheck # tags: monitoring,server,uptime,healthcheck
# logo: svgs/checkmate.png # logo: svgs/checkmate.png
# port: 80 # port: 80

View File

@@ -1,5 +1,6 @@
# documentation: https://cookbook.chromadb.dev/ # documentation: https://cookbook.chromadb.dev/
# slogan: Chroma is the open-source search and retrieval database for AI applications. # slogan: Chroma is the open-source search and retrieval database for AI applications.
# category: ai
# tags: ai,vector-database,semantic-search,machine-learning,bm25,embeddings,llm # tags: ai,vector-database,semantic-search,machine-learning,bm25,embeddings,llm
# logo: svgs/chroma.svg # logo: svgs/chroma.svg
# port: 8000 # port: 8000

View File

@@ -1,5 +1,6 @@
# documentation: https://www.classicpress.net/ # documentation: https://www.classicpress.net/
# slogan: A lightweight, stable, instantly familiar free open-source content management system, based on WordPress without the block editor (Gutenberg). # slogan: A lightweight, stable, instantly familiar free open-source content management system, based on WordPress without the block editor (Gutenberg).
# category: cms
# tags: cms, blog, content, management # tags: cms, blog, content, management
# logo: svgs/classicpress.svg # logo: svgs/classicpress.svg

View File

@@ -1,5 +1,6 @@
# documentation: https://www.classicpress.net/ # documentation: https://www.classicpress.net/
# slogan: A lightweight, stable, instantly familiar free open-source content management system, based on WordPress without the block editor (Gutenberg). # slogan: A lightweight, stable, instantly familiar free open-source content management system, based on WordPress without the block editor (Gutenberg).
# category: cms
# tags: cms, blog, content, management # tags: cms, blog, content, management
# logo: svgs/classicpress.svg # logo: svgs/classicpress.svg

View File

@@ -1,5 +1,6 @@
# documentation: https://www.classicpress.net/ # documentation: https://www.classicpress.net/
# slogan: A lightweight, stable, instantly familiar free open-source content management system, based on WordPress without the block editor (Gutenberg). # slogan: A lightweight, stable, instantly familiar free open-source content management system, based on WordPress without the block editor (Gutenberg).
# category: cms
# tags: cms, blog, content, management # tags: cms, blog, content, management
# logo: svgs/classicpress.svg # logo: svgs/classicpress.svg

View File

@@ -1,5 +1,6 @@
# documentation: https://dbeaver.com/docs/cloudbeaver/ # documentation: https://dbeaver.com/docs/cloudbeaver/
# slogan: CloudBeaver is a lightweight web application designed for comprehensive data management. # slogan: CloudBeaver is a lightweight web application designed for comprehensive data management.
# category: devtools
# tags: dbeaver, data management, data, database, mysql, postgres, sqlite, sql, mongodb # tags: dbeaver, data management, data, database, mysql, postgres, sqlite, sql, mongodb
# logo: svgs/cloudbeaver.svg # logo: svgs/cloudbeaver.svg
# port: 8978 # port: 8978

View File

@@ -1,5 +1,6 @@
# documentation: https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/ # documentation: https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/
# slogan: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge. # slogan: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge.
# category: proxy
# logo: svgs/cloudflared.svg # logo: svgs/cloudflared.svg
services: services:

View File

@@ -1,5 +1,6 @@
# documentation: https://getcockpit.com/documentation/ # documentation: https://getcockpit.com/documentation/
# slogan: Cockpit is a headless content platform that is lightweight, fast and ready for takeoff. # slogan: Cockpit is a headless content platform that is lightweight, fast and ready for takeoff.
# category: cms
# tags: cockpit, headless, cms, database, nosql # tags: cockpit, headless, cms, database, nosql
# logo: svgs/cockpit.svg # logo: svgs/cockpit.svg
# port: 80 # port: 80

View File

@@ -1,5 +1,6 @@
# documentation: https://coder.com/docs/code-server/latest # documentation: https://coder.com/docs/code-server/latest
# slogan: Code-Server is a web-based code editor that enables remote coding and collaboration from any device, anywhere. # slogan: Code-Server is a web-based code editor that enables remote coding and collaboration from any device, anywhere.
# category: devtools
# tags: code, editor, remote, collaboration # tags: code, editor, remote, collaboration
# logo: svgs/code-server.svg # logo: svgs/code-server.svg
# port: 8443 # port: 8443

View File

@@ -1,6 +1,7 @@
# ignore: true # ignore: true
# documentation: https://coder.com/docs # documentation: https://coder.com/docs
# slogan: Coder is an open-source platform for creating and managing cloud development environments on your infrastructure, with the tools and IDEs your developers already love. # slogan: Coder is an open-source platform for creating and managing cloud development environments on your infrastructure, with the tools and IDEs your developers already love.
# category: devtools
# tags: coder,development,environment,self-hosted,postgres # tags: coder,development,environment,self-hosted,postgres
# logo: svgs/coder.svg # logo: svgs/coder.svg
# port: 7080 # port: 7080

View File

@@ -1,5 +1,6 @@
# documentation: https://hackmd.io/c/codimd-documentation # documentation: https://hackmd.io/c/codimd-documentation
# slogan: Realtime collaborative markdown notes on all platforms # slogan: Realtime collaborative markdown notes on all platforms
# category: productivity
# tags: markdown, md, editor, opensource, collaborative, realtime-collaboration, notes # tags: markdown, md, editor, opensource, collaborative, realtime-collaboration, notes
# logo: svgs/codimd.png # logo: svgs/codimd.png
# port: 3000 # port: 3000

View File

@@ -1,5 +1,6 @@
# documentation: https://github.com/C4illin/ConvertX # documentation: https://github.com/C4illin/ConvertX
# slogan: A self-hosted online file converter. Supports over a thousand different formats. # slogan: A self-hosted online file converter. Supports over a thousand different formats.
# category: backend
# tags: converter,file,documents,files,directories # tags: converter,file,documents,files,directories
# logo: svgs/convertx.png # logo: svgs/convertx.png
# port: 3000 # port: 3000

View File

@@ -1,5 +1,6 @@
# documentation: https://docs.convex.dev/ # documentation: https://docs.convex.dev/
# slogan: Convex is the open-source reactive database for app developers. # slogan: Convex is the open-source reactive database for app developers.
# category: backend
# tags: database, reactive, database, ai, agents, chatbot, api, team, bot, flows # tags: database, reactive, database, ai, agents, chatbot, api, team, bot, flows
# logo: svgs/convex.svg # logo: svgs/convex.svg
# port: 6791 # port: 6791

View File

@@ -1,5 +1,6 @@
# documentation: https://github.com/cupcakearmy/cryptgeon # documentation: https://github.com/cupcakearmy/cryptgeon
# slogan: Secure note / file sharing service inspired by PrivNote. # slogan: Secure note / file sharing service inspired by PrivNote.
# category: security
# tags: cryptgeon, secure, note, sharing, privnote, file, sharing # tags: cryptgeon, secure, note, sharing, privnote, file, sharing
# logo: svgs/cryptgeon.png # logo: svgs/cryptgeon.png
# port: 8000 # port: 8000

View File

@@ -1,5 +1,6 @@
# documentation: https://github.com/gchq/CyberChef # documentation: https://github.com/gchq/CyberChef
# slogan: The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis # slogan: The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
# category: security
# tags: encryption, encoding, compression, data analysis, tools, development # tags: encryption, encoding, compression, data analysis, tools, development
# logo: svgs/cyberchef.jpeg # logo: svgs/cyberchef.jpeg
# port: 80 # port: 80

View File

@@ -1,5 +1,6 @@
# documentation: https://dashy.to/docs # documentation: https://dashy.to/docs
# slogan:A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more! # slogan:A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!
# category: productivity
# tags: dashboard, personal, self-hostable # tags: dashboard, personal, self-hostable
# logo: svgs/dashy.png # logo: svgs/dashy.png
# port: 8080 # port: 8080

View File

@@ -1,5 +1,6 @@
# documentation: https://docs.deno.com/deploy/kv/manual/ # documentation: https://docs.deno.com/deploy/kv/manual/
# slogan: The Denoland key-value database # slogan: The Denoland key-value database
# category: database
# tags: deno, kv, key-value, database # tags: deno, kv, key-value, database
# logo: svgs/denokv.svg # logo: svgs/denokv.svg
# port: 4512 # port: 4512

View File

@@ -1,6 +1,7 @@
# ignore: true # ignore: true
# documentation: https://docs.dify.ai # documentation: https://docs.dify.ai
# slogan: Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production. # slogan: Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
# category: ai
# tags: ai, weaviate, openai, gpt, llm, lmops, dify, redis, postgres, qdrant, RAG, agent # tags: ai, weaviate, openai, gpt, llm, lmops, dify, redis, postgres, qdrant, RAG, agent
# logo: svgs/dify.png # logo: svgs/dify.png
# port: 3000 # port: 3000

View File

@@ -1,5 +1,6 @@
# documentation: https://directus.io # documentation: https://directus.io
# slogan: Directus wraps databases with a dynamic API, and provides an intuitive app for managing its content. # slogan: Directus wraps databases with a dynamic API, and provides an intuitive app for managing its content.
# category: cms
# tags: directus, cms, database, sql # tags: directus, cms, database, sql
# logo: svgs/directus.svg # logo: svgs/directus.svg
# port: 8055 # port: 8055

View File

@@ -1,5 +1,6 @@
# documentation: https://directus.io # documentation: https://directus.io
# slogan: Directus wraps databases with a dynamic API, and provides an intuitive app for managing its content. # slogan: Directus wraps databases with a dynamic API, and provides an intuitive app for managing its content.
# category: cms
# tags: directus, cms, database, sql # tags: directus, cms, database, sql
# logo: svgs/directus.svg # logo: svgs/directus.svg
# port: 8055 # port: 8055

View File

@@ -1,5 +1,6 @@
# documentation: https://crazymax.dev/diun/ # documentation: https://crazymax.dev/diun/
# slogan: Docker Image Update Notifier is a CLI application to receive notifications when a Docker image is updated on a Docker registry. # slogan: Docker Image Update Notifier is a CLI application to receive notifications when a Docker image is updated on a Docker registry.
# category: automation
# tags: docker, notifier, slack # tags: docker, notifier, slack
# logo: svgs/diun.svg # logo: svgs/diun.svg

View File

@@ -1,5 +1,6 @@
# documentation: https://docs.docker.com/registry/ # documentation: https://docs.docker.com/registry/
# slogan: The Docker Registry lets you distribute Docker images. # slogan: The Docker Registry lets you distribute Docker images.
# category: devtools
# tags: registry,images,docker # tags: registry,images,docker
# logo: svgs/docker-registry.png # logo: svgs/docker-registry.png
# port: 5000 # port: 5000

View File

@@ -1,5 +1,6 @@
# documentation: https://docmost.com/docs/ # documentation: https://docmost.com/docs/
# slogan: Open-source collaborative wiki and documentation software # slogan: Open-source collaborative wiki and documentation software
# category: productivity
# tags: documentation, opensource, wiki, confluence, knowledge-base, notion, realtime-collaboration, notion-alternative # tags: documentation, opensource, wiki, confluence, knowledge-base, notion, realtime-collaboration, notion-alternative
# logo: svgs/docmost.png # logo: svgs/docmost.png
# port: 3000 # port: 3000

View File

@@ -1,5 +1,6 @@
# documentation: https://docs.documenso.com/ # documentation: https://docs.documenso.com/
# slogan: Document signing, finally open source # slogan: Document signing, finally open source
# category: productivity
# tags: signing, opensource, document, pdf, e-signature, digital-signature, document-signing, pdf-signing, docusign # tags: signing, opensource, document, pdf, e-signature, digital-signature, document-signing, pdf-signing, docusign
# logo: svgs/documenso.png # logo: svgs/documenso.png
# port: 3000 # port: 3000

View File

@@ -1,5 +1,6 @@
# documentation: https://www.docuseal.co/ # documentation: https://www.docuseal.co/
# slogan: Document Signing for Everyone free forever for individuals, extensible for businesses and developers. Open Source Alternative to DocuSign, PandaDoc and more. # slogan: Document Signing for Everyone free forever for individuals, extensible for businesses and developers. Open Source Alternative to DocuSign, PandaDoc and more.
# category: productivity
# tags: documentation # tags: documentation
# logo: svgs/docuseal.png # logo: svgs/docuseal.png
# port: 3000 # port: 3000

View File

@@ -1,5 +1,6 @@
# documentation: https://www.docuseal.co/ # documentation: https://www.docuseal.co/
# slogan: Document Signing for Everyone free forever for individuals, extensible for businesses and developers. Open Source Alternative to DocuSign, PandaDoc and more. # slogan: Document Signing for Everyone free forever for individuals, extensible for businesses and developers. Open Source Alternative to DocuSign, PandaDoc and more.
# category: productivity
# tags: documentation # tags: documentation
# logo: svgs/docuseal.png # logo: svgs/docuseal.png
# port: 3000 # port: 3000

View File

@@ -1,5 +1,6 @@
# documentation: https://www.dokuwiki.org/ # documentation: https://www.dokuwiki.org/
# slogan: A lightweight and easy-to-use wiki platform for creating and managing documentation and knowledge bases. # slogan: A lightweight and easy-to-use wiki platform for creating and managing documentation and knowledge bases.
# category: cms
# tags: wiki, documentation, knowledge, base # tags: wiki, documentation, knowledge, base
# logo: svgs/dokuwiki.png # logo: svgs/dokuwiki.png

View File

@@ -1,5 +1,6 @@
# documentation: https://www.dolibarr.org/documentation-home.php # documentation: https://www.dolibarr.org/documentation-home.php
# slogan: Dolibarr is a modern software package to manage your organization's activity (contacts, quotes, invoices, orders, stocks, agenda, hr, expense reports, accountancy, ecm, manufacturing, ...). # slogan: Dolibarr is a modern software package to manage your organization's activity (contacts, quotes, invoices, orders, stocks, agenda, hr, expense reports, accountancy, ecm, manufacturing, ...).
# category: cms
# tags: crm,ERP # tags: crm,ERP
# logo: svgs/dolibarr.png # logo: svgs/dolibarr.png
# port: 80 # port: 80

View File

@@ -1,5 +1,6 @@
# documentation: https://dozzle.dev/ # documentation: https://dozzle.dev/
# slogan: Dozzle is a simple and lightweight web UI for Docker logs. # slogan: Dozzle is a simple and lightweight web UI for Docker logs.
# category: devtools
# tags: dozzle,docker,logs,web-ui # tags: dozzle,docker,logs,web-ui
# logo: svgs/dozzle.svg # logo: svgs/dozzle.svg
# port: 8080 # port: 8080

View File

@@ -1,5 +1,6 @@
# documentation: https://dozzle.dev/guide/getting-started#running-with-docker # documentation: https://dozzle.dev/guide/getting-started#running-with-docker
# slogan: Dozzle is a simple and lightweight web UI for Docker logs. # slogan: Dozzle is a simple and lightweight web UI for Docker logs.
# category: devtools
# tags: dozzle,docker,logs,web-ui # tags: dozzle,docker,logs,web-ui
# logo: svgs/dozzle.svg # logo: svgs/dozzle.svg
# port: 8080 # port: 8080

View File

@@ -1,5 +1,6 @@
# documentation: https://gateway.drizzle.team/ # documentation: https://gateway.drizzle.team/
# slogan: Free self-hosted Drizzle Studio on steroids # slogan: Free self-hosted Drizzle Studio on steroids
# category: backend
# tags: drizzle,gateway,self-hosted,open-source,low-code # tags: drizzle,gateway,self-hosted,open-source,low-code
# logo: svgs/drizzle.jpeg # logo: svgs/drizzle.jpeg
# port: 4983 # port: 4983

View File

@@ -1,5 +1,6 @@
# documentation: https://www.drupal.org/about # documentation: https://www.drupal.org/about
# slogan: Drupal is a free and open-source web content management system written in PHP and distributed under the GNU General Public License. # slogan: Drupal is a free and open-source web content management system written in PHP and distributed under the GNU General Public License.
# category: cms
# tags: cms, blog, content, management, postgresql # tags: cms, blog, content, management, postgresql
# logo: svgs/drupal.svg # logo: svgs/drupal.svg

View File

@@ -1,5 +1,6 @@
# documentation: https://duplicati.readthedocs.io # documentation: https://duplicati.readthedocs.io
# slogan: Duplicati is a backup solution, allowing you to make scheduled backups with encryption. # slogan: Duplicati is a backup solution, allowing you to make scheduled backups with encryption.
# category: storage
# tags: backup, encryption # tags: backup, encryption
# logo: svgs/duplicati.webp # logo: svgs/duplicati.webp
# port: 8200 # port: 8200

View File

@@ -1,5 +1,6 @@
# documentation: https://easyappointments.org/ # documentation: https://easyappointments.org/
# slogan: Schedule Anything. Let's start with easy! Get the best free online appointment scheduler on your server, today. # slogan: Schedule Anything. Let's start with easy! Get the best free online appointment scheduler on your server, today.
# category: productivity
# tags: calendar, scheduling, database # tags: calendar, scheduling, database
# logo: svgs/easyappointments.png # logo: svgs/easyappointments.png
# port: 80 # port: 80

View File

@@ -1,7 +1,8 @@
# ignore: true # ignore: true
# documentation: https://www.edgedb.com # documentation: https://www.edgedb.com
# slogan: An open-source database designed as a spiritual successor to SQL and the relational paradigm. Powered by the Postgres query engine under the hood. # slogan: An open-source database designed as a spiritual successor to SQL and the relational paradigm. Powered by the Postgres query engine under the hood.
# tags: db database sql # category: database
# tags: db, database, sql
# logo: svgs/edgedb.svg # logo: svgs/edgedb.svg
# port: 5656 # port: 5656

View File

@@ -1,5 +1,6 @@
# documentation: https://emby.media/support/articles/Home.html # documentation: https://emby.media/support/articles/Home.html
# slogan: A media server software that allows you to organize, stream, and access your multimedia content effortlessly. # slogan: A media server software that allows you to organize, stream, and access your multimedia content effortlessly.
# category: media
# tags: media, server, movies, tv, music # tags: media, server, movies, tv, music
# logo: svgs/emby.png # logo: svgs/emby.png
# port: 8096 # port: 8096

View File

@@ -1,5 +1,6 @@
# documentation: https://github.com/mregni/EmbyStat # documentation: https://github.com/mregni/EmbyStat
# slogan: EmbyStat is a web analytics tool, designed to provide insight into website traffic and user behavior. # slogan: EmbyStat is a web analytics tool, designed to provide insight into website traffic and user behavior.
# category: media
# tags: media, server, movies, tv, music # tags: media, server, movies, tv, music
# port: 6555 # port: 6555

View File

@@ -1,5 +1,6 @@
# documentation: https://doc.evolution-api.com/v1/pt/get-started/introduction # documentation: https://doc.evolution-api.com/v1/pt/get-started/introduction
# slogan: Evolution API Installation with Postgres and Redis # slogan: Evolution API Installation with Postgres and Redis
# category: backend
# tags: evolution-api,evo-api,evolution,whatsapp,api,postgres,redis # tags: evolution-api,evo-api,evolution,whatsapp,api,postgres,redis
# logo: svgs/evolution-api.svg # logo: svgs/evolution-api.svg
# port: 8080 # port: 8080

View File

@@ -1,5 +1,6 @@
# documentation: https://docs.excalidraw.com/docs # documentation: https://docs.excalidraw.com/docs
# slogan: Virtual whiteboard for sketching hand-drawn like diagrams # slogan: Virtual whiteboard for sketching hand-drawn like diagrams
# category: productivity
# tags: canvas,diagrams,drawing,productivity,whiteboard # tags: canvas,diagrams,drawing,productivity,whiteboard
# logo: svgs/excalidraw.svg # logo: svgs/excalidraw.svg
# port: 80 # port: 80

View File

@@ -1,5 +1,6 @@
# documentation: https://faradaysec.com/ # documentation: https://faradaysec.com/
# slogan: Faraday is a powerful, open-source, web-based vulnerability management tool. # slogan: Faraday is a powerful, open-source, web-based vulnerability management tool.
# category: security
# tags: vulnerability, management, tool # tags: vulnerability, management, tool
# logo: svgs/faraday.png # logo: svgs/faraday.png
# port: 5985 # port: 5985

View File

@@ -1,5 +1,6 @@
# documentation: https://fider.io # documentation: https://fider.io
# slogan: Fider is a feedback platform for collecting and managing user feedback. # slogan: Fider is a feedback platform for collecting and managing user feedback.
# category: productivity
# tags: feedback, user-feedback # tags: feedback, user-feedback
# logo: svgs/fider.svg # logo: svgs/fider.svg
# port: 3000 # port: 3000

View File

@@ -1,5 +1,6 @@
# documentation: https://filebrowser.org # documentation: https://filebrowser.org
# slogan: FileBrowser is a web-based file manager and file explorer with a user-friendly interface. # slogan: FileBrowser is a web-based file manager and file explorer with a user-friendly interface.
# category: storage
# tags: file-management, storage-access, data-organization, file-utilization, administration-tool # tags: file-management, storage-access, data-organization, file-utilization, administration-tool
# logo: svgs/filebrowser.svg # logo: svgs/filebrowser.svg
# port: 80 # port: 80

View File

@@ -1,5 +1,6 @@
# documentation: https://fileflows.com/docs/ # documentation: https://fileflows.com/docs/
# slogan: FileFlows can drastically reduce your files, up to 90%, saving you space and money. No need to buy more hard drives, just shrink your files and start saving. # slogan: FileFlows can drastically reduce your files, up to 90%, saving you space and money. No need to buy more hard drives, just shrink your files and start saving.
# category: media
# tags: media, transcode, convert, h265 # tags: media, transcode, convert, h265
# logo: svgs/fileflows.svg # logo: svgs/fileflows.svg
# port: 5000 # port: 5000

View File

@@ -1,5 +1,6 @@
# documentation: https://firefly-iii.org # documentation: https://firefly-iii.org
# slogan: A personal finances manager that can help you save money. # slogan: A personal finances manager that can help you save money.
# category: productivity
# tags: finance, money, personal, manager # tags: finance, money, personal, manager
# logo: svgs/firefly.svg # logo: svgs/firefly.svg
# port: 8080 # port: 8080

View File

@@ -1,5 +1,6 @@
# documentation: https://github.com/jlesage/docker-firefox # documentation: https://github.com/jlesage/docker-firefox
# slogan: Fast, private, and self-hosted secure browser for browsing without limits. # slogan: Fast, private, and self-hosted secure browser for browsing without limits.
# category: productivity
# tags: browser, web, privacy # tags: browser, web, privacy
# logo: svgs/firefox.svg # logo: svgs/firefox.svg
# port: 5800 # port: 5800

View File

@@ -1,5 +1,6 @@
# documentation: https://docs.flipt.io/cloud/overview # documentation: https://docs.flipt.io/cloud/overview
# slogan: Flipt is a fully managed feature flag solution that enables you to keep your feature flags and remote config next to your code in Git. # slogan: Flipt is a fully managed feature flag solution that enables you to keep your feature flags and remote config next to your code in Git.
# category: backend
# tags: feature flags,devops, CI, CD # tags: feature flags,devops, CI, CD
# logo: svgs/flipt.svg # logo: svgs/flipt.svg
# port: 8080 # port: 8080

View File

@@ -1,5 +1,6 @@
# documentation: https://docs.flowiseai.com/ # documentation: https://docs.flowiseai.com/
# slogan: Flowise is an open source low-code tool for developers to build customized LLM orchestration flows & AI agents. Also deploys Redis, Postgres and other services. # slogan: Flowise is an open source low-code tool for developers to build customized LLM orchestration flows & AI agents. Also deploys Redis, Postgres and other services.
# category: ai
# tags: lowcode, nocode, ai, llm, openai, anthropic, machine-learning, rag, agents, chatbot, api, team, bot, flows # tags: lowcode, nocode, ai, llm, openai, anthropic, machine-learning, rag, agents, chatbot, api, team, bot, flows
# logo: svgs/flowise.png # logo: svgs/flowise.png
# port: 3001 # port: 3001

View File

@@ -1,5 +1,6 @@
# documentation: https://docs.flowiseai.com/ # documentation: https://docs.flowiseai.com/
# slogan: Flowise is an open source low-code tool for developers to build customized LLM orchestration flows & AI agents. # slogan: Flowise is an open source low-code tool for developers to build customized LLM orchestration flows & AI agents.
# category: ai
# tags: lowcode, nocode, ai, llm, openai, anthropic, machine-learning, rag, agents, chatbot, api, team, bot, flows # tags: lowcode, nocode, ai, llm, openai, anthropic, machine-learning, rag, agents, chatbot, api, team, bot, flows
# logo: svgs/flowise.png # logo: svgs/flowise.png
# port: 3001 # port: 3001

View File

@@ -1,5 +1,6 @@
# documentation: https://forgejo.org/docs # documentation: https://forgejo.org/docs
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job. # slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
# category: git
# tags: version control, collaboration, code, hosting, lightweight, mariadb # tags: version control, collaboration, code, hosting, lightweight, mariadb
# logo: svgs/forgejo.svg # logo: svgs/forgejo.svg
# port: 3000 # port: 3000

View File

@@ -1,5 +1,6 @@
# documentation: https://forgejo.org/docs # documentation: https://forgejo.org/docs
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job. # slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
# category: git
# tags: version control, collaboration, code, hosting, lightweight, mysql # tags: version control, collaboration, code, hosting, lightweight, mysql
# logo: svgs/forgejo.svg # logo: svgs/forgejo.svg
# port: 3000 # port: 3000

View File

@@ -1,5 +1,6 @@
# documentation: https://forgejo.org/docs # documentation: https://forgejo.org/docs
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job. # slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
# category: git
# tags: version control, collaboration, code, hosting, lightweight, postgresql # tags: version control, collaboration, code, hosting, lightweight, postgresql
# logo: svgs/forgejo.svg # logo: svgs/forgejo.svg
# port: 3000 # port: 3000

View File

@@ -1,6 +1,7 @@
# ignore: true # ignore: true
# documentation: https://forgejo.org/docs # documentation: https://forgejo.org/docs
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job. # slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
# category: git
# tags: version control, collaboration, code, hosting, lightweight, runner, mariadb, actions, cicd, ci # tags: version control, collaboration, code, hosting, lightweight, runner, mariadb, actions, cicd, ci
# logo: svgs/forgejo.svg # logo: svgs/forgejo.svg
# port: 3000 # port: 3000

View File

@@ -1,6 +1,7 @@
# ignore: true # ignore: true
# documentation: https://forgejo.org/docs # documentation: https://forgejo.org/docs
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job. # slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
# category: git
# tags: version control, collaboration, code, hosting, lightweight, runner, mysql, actions, cicd, ci # tags: version control, collaboration, code, hosting, lightweight, runner, mysql, actions, cicd, ci
# logo: svgs/forgejo.svg # logo: svgs/forgejo.svg
# port: 3000 # port: 3000

View File

@@ -1,6 +1,7 @@
# ignore: true # ignore: true
# documentation: https://forgejo.org/docs # documentation: https://forgejo.org/docs
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job. # slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
# category: git
# tags: version control, collaboration, code, hosting, lightweight, runner, postresql, actions, cicd, ci # tags: version control, collaboration, code, hosting, lightweight, runner, postresql, actions, cicd, ci
# logo: svgs/forgejo.svg # logo: svgs/forgejo.svg
# port: 3000 # port: 3000

View File

@@ -1,6 +1,7 @@
# ignore: true # ignore: true
# documentation: https://forgejo.org/docs # documentation: https://forgejo.org/docs
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job. # slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
# category: git
# tags: version control, collaboration, code, hosting, lightweight, runner, actions, cicd, ci # tags: version control, collaboration, code, hosting, lightweight, runner, actions, cicd, ci
# logo: svgs/forgejo.svg # logo: svgs/forgejo.svg
# port: 3000 # port: 3000

View File

@@ -1,5 +1,6 @@
# documentation: https://forgejo.org/docs # documentation: https://forgejo.org/docs
# slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job. # slogan: Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.
# category: git
# tags: version control, collaboration, code, hosting, lightweight # tags: version control, collaboration, code, hosting, lightweight
# logo: svgs/forgejo.svg # logo: svgs/forgejo.svg
# port: 3000 # port: 3000

View File

@@ -1,5 +1,6 @@
# documentation: https://formbricks.com/docs/self-hosting/configuration # documentation: https://formbricks.com/docs/self-hosting/configuration
# slogan: Open Source Survey Platform # slogan: Open Source Survey Platform
# category: analytics
# tags: form, builder, forms, survey, open source, experience, management, self-hosted, docker # tags: form, builder, forms, survey, open source, experience, management, self-hosted, docker
# logo: svgs/formbricks.png # logo: svgs/formbricks.png
# port: 3000 # port: 3000

View File

@@ -1,5 +1,6 @@
# documentation: https://foundryvtt.com/kb/ # documentation: https://foundryvtt.com/kb/
# slogan: Foundry Virtual Tabletop is a self-hosted & modern roleplaying platform # slogan: Foundry Virtual Tabletop is a self-hosted & modern roleplaying platform
# category: media
# tags: foundryvtt,foundry,vtt,ttrpg,roleplaying # tags: foundryvtt,foundry,vtt,ttrpg,roleplaying
# logo: svgs/foundryvtt.png # logo: svgs/foundryvtt.png
# port: 30000 # port: 30000

View File

@@ -1,5 +1,6 @@
# documentation: https://github.com/freescout-help-desk/freescout/wiki/ # documentation: https://github.com/freescout-help-desk/freescout/wiki/
# slogan: FreeScout is the super lightweight and powerful free open source help desk and shared inbox written in PHP (Laravel framework). # slogan: FreeScout is the super lightweight and powerful free open source help desk and shared inbox written in PHP (Laravel framework).
# category: cms
# tags: helpdesk, support, ticketing, customer-support # tags: helpdesk, support, ticketing, customer-support
# logo: svgs/freescout.png # logo: svgs/freescout.png
# port: 80 # port: 80

View File

@@ -1,5 +1,6 @@
# documentation: https://freshrss.org/index.html # documentation: https://freshrss.org/index.html
# slogan: A free, self-hostable feed aggregator. # slogan: A free, self-hostable feed aggregator.
# category: cms
# tags: rss, feed # tags: rss, feed
# logo: svgs/freshrss.png # logo: svgs/freshrss.png
# port: 80 # port: 80

View File

@@ -1,5 +1,6 @@
# documentation: https://freshrss.org/index.html # documentation: https://freshrss.org/index.html
# slogan: A free, self-hostable feed aggregator. # slogan: A free, self-hostable feed aggregator.
# category: cms
# tags: rss, feed # tags: rss, feed
# logo: svgs/freshrss.png # logo: svgs/freshrss.png
# port: 80 # port: 80

View File

@@ -1,5 +1,6 @@
# documentation: https://freshrss.org/index.html # documentation: https://freshrss.org/index.html
# slogan: A free, self-hostable feed aggregator. # slogan: A free, self-hostable feed aggregator.
# category: cms
# tags: rss, feed # tags: rss, feed
# logo: svgs/freshrss.png # logo: svgs/freshrss.png
# port: 80 # port: 80

View File

@@ -1,5 +1,6 @@
# documentation: https://freshrss.org/index.html # documentation: https://freshrss.org/index.html
# slogan: A free, self-hostable feed aggregator. # slogan: A free, self-hostable feed aggregator.
# category: cms
# tags: rss, feed # tags: rss, feed
# logo: svgs/freshrss.png # logo: svgs/freshrss.png
# port: 80 # port: 80

View File

@@ -1,5 +1,6 @@
# documentation: https://docs.getoutline.com/s/hosting/doc/hosting-outline-nipGaCRBDu # documentation: https://docs.getoutline.com/s/hosting/doc/hosting-outline-nipGaCRBDu
# slogan: Your teams knowledge base # slogan: Your teams knowledge base
# category: productivity
# tags: knowledge base, documentation # tags: knowledge base, documentation
# logo: svgs/getoutline.jpeg # logo: svgs/getoutline.jpeg
# port: 3000 # port: 3000

View File

@@ -1,5 +1,6 @@
# documentation: https://ghost.org # documentation: https://ghost.org
# slogan: Ghost is a content management system (CMS) and blogging platform. # slogan: Ghost is a content management system (CMS) and blogging platform.
# category: cms
# tags: cms, blog, content, management, system # tags: cms, blog, content, management, system
# logo: svgs/ghost.svg # logo: svgs/ghost.svg
# port: 2368 # port: 2368

View File

@@ -1,5 +1,6 @@
# documentation: https://docs.gitea.com # documentation: https://docs.gitea.com
# slogan: Gitea is a self-hosted, lightweight Git service, offering version control, collaboration, and code hosting. # slogan: Gitea is a self-hosted, lightweight Git service, offering version control, collaboration, and code hosting.
# category: git
# tags: version control, collaboration, code, hosting, lightweight, mariadb # tags: version control, collaboration, code, hosting, lightweight, mariadb
# logo: svgs/gitea.svg # logo: svgs/gitea.svg

View File

@@ -1,5 +1,6 @@
# documentation: https://docs.gitea.com # documentation: https://docs.gitea.com
# slogan: Gitea is a self-hosted, lightweight Git service, offering version control, collaboration, and code hosting. # slogan: Gitea is a self-hosted, lightweight Git service, offering version control, collaboration, and code hosting.
# category: git
# tags: version control, collaboration, code, hosting, lightweight, mysql # tags: version control, collaboration, code, hosting, lightweight, mysql
# logo: svgs/gitea.svg # logo: svgs/gitea.svg

View File

@@ -1,5 +1,6 @@
# documentation: https://docs.gitea.com # documentation: https://docs.gitea.com
# slogan: Gitea is a self-hosted, lightweight Git service, offering version control, collaboration, and code hosting. # slogan: Gitea is a self-hosted, lightweight Git service, offering version control, collaboration, and code hosting.
# category: git
# tags: version control, collaboration, code, hosting, lightweight, postgresql # tags: version control, collaboration, code, hosting, lightweight, postgresql
# logo: svgs/gitea.svg # logo: svgs/gitea.svg

View File

@@ -1,5 +1,6 @@
# documentation: https://docs.gitea.com # documentation: https://docs.gitea.com
# slogan: Gitea is a self-hosted, lightweight Git service, offering version control, collaboration, and code hosting. # slogan: Gitea is a self-hosted, lightweight Git service, offering version control, collaboration, and code hosting.
# category: git
# tags: version control, collaboration, code, hosting, lightweight # tags: version control, collaboration, code, hosting, lightweight
# logo: svgs/gitea.svg # logo: svgs/gitea.svg

View File

@@ -1,4 +1,5 @@
# documentation: https://github.com/myoung34/docker-github-actions-runner/wiki/Usage # documentation: https://github.com/myoung34/docker-github-actions-runner/wiki/Usage
# category: devtools
# slogan: A GitHub Actions runner for Docker # slogan: A GitHub Actions runner for Docker
# tags: github,actions,runner,docker # tags: github,actions,runner,docker
# logo: svgs/github-runner.png # logo: svgs/github-runner.png

View File

@@ -1,5 +1,6 @@
# documentation: https://docs.gitlab.com/ee/install/docker.html # documentation: https://docs.gitlab.com/ee/install/docker.html
# slogan: The all-in-one DevOps platform for seamless collaboration and continuous delivery. # slogan: The all-in-one DevOps platform for seamless collaboration and continuous delivery.
# category: git
# tags: gitlab, devops, continuousintegration, continuousdelivery, versioncontrol, collaboration, ci/cd, sourcecodemanagement, automation, codereview, agiledevelopment, projectmanagement, opensource, repositoryhosting, pipelineautomation, git, softwaredevelopment, issuetracking, teamcollaboration, deploymentautomation, securityintegration # tags: gitlab, devops, continuousintegration, continuousdelivery, versioncontrol, collaboration, ci/cd, sourcecodemanagement, automation, codereview, agiledevelopment, projectmanagement, opensource, repositoryhosting, pipelineautomation, git, softwaredevelopment, issuetracking, teamcollaboration, deploymentautomation, securityintegration
# logo: svgs/gitlab.svg # logo: svgs/gitlab.svg
# port: 80 # port: 80

View File

@@ -1,5 +1,6 @@
# documentation: https://github.com/glanceapp/glance # documentation: https://github.com/glanceapp/glance
# slogan: A self-hosted dashboard that puts all your feeds in one place. # slogan: A self-hosted dashboard that puts all your feeds in one place.
# category: monitoring
# tags: dashboard, server, applications, interface, rrss # tags: dashboard, server, applications, interface, rrss
# logo: svgs/glance.png # logo: svgs/glance.png
# port: 8080 # port: 8080

View File

@@ -1,5 +1,6 @@
# documentation: https://nicolargo.github.io/glances/ # documentation: https://nicolargo.github.io/glances/
# slogan: An Eye on your system # slogan: An Eye on your system
# category: monitoring
# tags: monitoring tool python cross platform # tags: monitoring tool python cross platform
# logo: svgs/glances.png # logo: svgs/glances.png
# port: 61208 # port: 61208

View File

@@ -1,5 +1,6 @@
# documentation: https://glitchtip.com # documentation: https://glitchtip.com
# slogan: GlitchTip is a self-hosted, open-source error tracking system. # slogan: GlitchTip is a self-hosted, open-source error tracking system.
# category: monitoring
# tags: error, tracking, open-source, self-hosted, sentry # tags: error, tracking, open-source, self-hosted, sentry
# logo: svgs/glitchtip.png # logo: svgs/glitchtip.png
# port: 8080 # port: 8080

Some files were not shown because too many files have changed in this diff Show More