# Coolify Documentation ## Docs - [Create (Docker Compose)](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/applications/create-docker-compose.md): Create new application based on a docker-compose file. - [Create (Docker Image)](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/applications/create-docker-image.md): Create new application based on a prebuilt docker image - [Create (Dockerfile)](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/applications/create-dockerfile.md): Create new application based on a simple Dockerfile. - [Create Env](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/applications/create-env.md): Create env by application UUID. - [Create (Private - Deploy Key)](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/applications/create-private--deploy-key.md): Create new application based on a private repository through a Deploy Key. - [Create (Private - GH App)](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/applications/create-private--gh-app.md): Create new application based on a private repository through a Github App. - [Create (Public)](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/applications/create-public.md): Create new application based on a public git repository. - [Delete](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/applications/delete.md): Delete application by UUID. - [Delete Env](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/applications/delete-env.md): Delete env by UUID. - [Get](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/applications/get.md): Get application by UUID. - [List](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/applications/list.md): List all applications. - [List Envs](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/applications/list-envs.md): List all envs by application UUID. - [Restart](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/applications/restart.md): Restart application. `Post` request is also accepted. - [Start](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/applications/start.md): Start application. `Post` request is also accepted. - [Stop](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/applications/stop.md): Stop application. `Post` request is also accepted. - [Update](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/applications/update.md): Update application by UUID. - [Update Env](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/applications/update-env.md): Update env by application UUID. - [Update Envs (Bulk)](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/applications/update-envs-bulk.md): Update multiple envs by application UUID. - [Authorization](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/authorization.md): Learn how to authorize your API requests. - [Create (Clickhouse)](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/databases/create-clickhouse.md): Create a new Clickhouse database. - [Create (DragonFly)](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/databases/create-dragonfly.md): Create a new DragonFly database. - [Create (KeyDB)](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/databases/create-keydb.md): Create a new KeyDB database. - [Create (MariaDB)](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/databases/create-mariadb.md): Create a new MariaDB database. - [Create (MongoDB)](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/databases/create-mongodb.md): Create a new MongoDB database. - [Create (MySQL)](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/databases/create-mysql.md): Create a new MySQL database. - [Create (PostgreSQL)](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/databases/create-postgresql.md): Create a new PostgreSQL database. - [Create (Redis)](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/databases/create-redis.md): Create a new Redis database. - [Delete](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/databases/delete.md): Delete database by UUID. - [Get](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/databases/get.md): Get database by UUID. - [List](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/databases/list.md): List all databases. - [Restart](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/databases/restart.md): Restart database. `Post` request is also accepted. - [Start](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/databases/start.md): Start database. `Post` request is also accepted. - [Stop](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/databases/stop.md): Stop database. `Post` request is also accepted. - [Update](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/databases/update.md): Update database by UUID. - [Deploy](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/deployments/deploy.md): Deploy by tag or uuid. `Post` request also accepted. - [Get](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/deployments/get.md): Get deployment by UUID. - [List](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/deployments/list.md): List currently running deployments - [Disable API](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/disable-api.md): Disable API (only with root permissions). - [Enable API](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/enable-api.md): Enable API (only with root permissions). - [Healthcheck](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/healthcheck.md): Healthcheck endpoint. - [Introduction](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/introduction.md): Here you can find all the API endpoints for Coolify. - [Create](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/private-keys/create.md): Create a new private key. - [Delete](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/private-keys/delete.md): Delete a private key. - [Get](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/private-keys/get.md): Get key by UUID. - [List](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/private-keys/list.md): List all private keys. - [Update](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/private-keys/update.md): Update a private key. - [Create](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/projects/create.md): Create Project. - [Delete](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/projects/delete.md): Delete project by UUID. - [Environment](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/projects/environment.md): Get environment by name. - [Get](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/projects/get.md): Get project by Uuid. - [List](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/projects/list.md): list projects. - [Update](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/projects/update.md): Update Project. - [List](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/resources/list.md): Get all resources. - [Create](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/servers/create.md): Create Server. - [Delete](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/servers/delete.md): Delete server by UUID. - [Domains](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/servers/domains.md): Get domains by server. - [Get](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/servers/get.md): Get server by UUID. - [List](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/servers/list.md): List all servers. - [Resources](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/servers/resources.md): Get resources by server. - [Update](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/servers/update.md): Update Server. - [Validate](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/servers/validate.md): Validate server by UUID. - [Create](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/services/create.md): Create a one-click service - [Delete](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/services/delete.md): Delete service by UUID. - [Get](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/services/get.md): Get service by UUID. - [List](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/services/list.md): List all services. - [Restart](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/services/restart.md): Restart service. `Post` request is also accepted. - [Start](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/services/start.md): Start service. `Post` request is also accepted. - [Stop](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/services/stop.md): Stop service. `Post` request is also accepted. - [Authenticated Team](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/teams/authenticated-team.md): Get currently authenticated team. - [Authenticated Team Members](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/teams/authenticated-team-members.md): Get currently authenticated team members. - [Get](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/teams/get.md): Get team by TeamId. - [List](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/teams/list.md): Get all teams. - [Members](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/teams/members.md): Get members by TeamId. - [Version](https://coollabstechnologiesbt.mintlify.dev/docs/api-reference/version.md): Get Coolify version. - [Contact](https://coollabstechnologiesbt.mintlify.dev/docs/contact.md): Ways to contact us. - [Downgrade - Self-hosted](https://coollabstechnologiesbt.mintlify.dev/docs/downgrade.md): A guide on how to downgrade the self-hosted version of Coolify. - [Installation - Self-hosted](https://coollabstechnologiesbt.mintlify.dev/docs/installation.md): A guide to install self-hosted version of Coolify on your server. - [Introduction](https://coollabstechnologiesbt.mintlify.dev/docs/introduction.md): What is Coolify? - [Add a service](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/add-a-service.md): Here you can find the documentation for adding new services to Coolify. - [Applications](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/applications.md): A general guide to configure your application with Coolify. - [Database Backups](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/backups.md): A guide how backups work in Coolify. - [Cloudflare Tunnels](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/cloudflare/tunnels.md): A guide on how to use Cloudflare Tunnels with Coolify. - [Commands](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/commands.md): A list of commands that you can use to manage your Coolify server. - [Databases](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/databases.md): Here you can find the documentation for databases in Coolify. - [DNS Configuration](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/dns-configuration.md): A guide on how to configure DNS for your domains with Coolify. - [Docker Compose](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/docker/compose.md): A guide on how to use Docker Compose deployments with Coolify. - [Custom Commands](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/docker/custom-commands.md): A guide on how to use custom commands for your Docker deployments with Coolify. - [Docker Registry](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/docker/registry.md): A guide on how to configure a Docker Registry with Coolify. - [Docker Swarm](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/docker/swarm.md): A guide on how to use Docker Swarm with Coolify. - [Domains](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/domains.md): A guide on how to add domains to Coolify - [Drain Logs](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/drain-logs.md): A guide how to drain logs to third-party applications like Axiom or New Relic. - [Environment Variables](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/environment-variables.md): A guide how to use environment variables in Coolify. - [FAQ](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/faq.md): Here you can find answers to the most common questions, errors and problems. - [Integration](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/git/bitbucket/integration.md): A guide on how to use Bitbucket based repositories with Coolify. - [Integration](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/git/gitea/integration.md): A guide on how to use Gitea based repositories with Coolify. - [GitHub Actions](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/git/github/github-actions.md): A guide on how to use GitHub Actions with Coolify to build and deploy your images. - [Integration](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/git/github/integration.md): A guide on how to use GitHub based repositories with Coolify. - [Integration](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/git/gitlab/integration.md): A guide on how to use GitLab based repositories with Coolify. - [Health checks](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/healthchecks.md): A guide to configure health checks for your application with Coolify. - [Load Balancing on Hetzner](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/how-to/hetzner-loadbalancing.md): Here you can find the documentation for deploying a loadbalanced application with Coolify on Hetzner. - [Using WordPress Multisite with Coolify](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/how-to/wordpress-multisite.md): Here you can find the documentation for configuring WordPress Multisite with Coolify. - [Instance Updates](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/instance-updates.md): An overview of the update settings for Coolify. - [Monitoring](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/monitoring.md): A guide on how the built-in monitoring system works in Coolify - [Persistent Storage](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/persistent-storage.md): A guide how to use persistent storage in Coolify. - [AWS S3](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/s3/aws.md): Here you can find the documentation for configuring AWS S3 bucket in Coolify. - [Introduction](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/s3/index.md): A guide how to configure S3 compatible storage for Coolify. - [Cloudflare R2](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/s3/r2.md): Here you can find the documentation for configuring Cloudflare R2 bucket in Coolify. - [Delete User](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/self-hosted-admin/delete-user.md): How to delete a user from the self-hosted Coolify instance. - [Automated Cleanup](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/server/automated-cleanup.md): A guide on how automated cleanups work in Coolify - [Build Server](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/server/build-server.md): A guide on how to use a build server with Coolify - [Firewall](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/server/firewall.md): A list of ports that need to be open on your firewall for Coolify to work properly. - [Introduction](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/server/introduction.md): A guide to help you understand what kind of servers you can connect to Coolify. - [Multiple Servers](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/server/multiple-servers.md): A guide on how to deploy a resource to multiple servers with Coolify - [Non-root user](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/server/non-root-user.md): A guide on how to use a server with a non-root user - [OpenSSH](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/server/openssh.md): A guide to configure OpenSSH for Coolify. - [Oracle Cloud](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/server/oracle-cloud.md): A guide to use Oracle Cloud servers in Coolify - [Supported Proxy](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/server/proxies.md): A guide for Coolify supported proxies. - [BasicAuth Middleware](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/traefik/basic-auth.md): A guide to configure basic auth with Traefik in Coolify - [Custom SSL Certificates](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/traefik/custom-ssl-certs.md): A guide to configure custom SSL certificates with Traefik in Coolify - [Enable Dashboard](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/traefik/dashboard.md): A guide on how to enable Traefik's dashboard with Coolify - [Dynamic Configurations](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/traefik/dynamic-configurations.md): A guide on how to make dynamic configurations with Traefik in Coolify - [Healthcheck](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/traefik/healthcheck.md): A guide on how to configure healthchecks with Coolify - [Load-balancing](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/traefik/load-balancing.md): A guide to configure load-balancing with Traefik in Coolify - [Redirects](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/traefik/redirects.md): A guide to configure redirects with Traefik in Coolify - [Wildcard SSL Certificates](https://coollabstechnologiesbt.mintlify.dev/docs/knowledge-base/traefik/wildcard-certificates.md): A guide to configure wildcard subdomain redirects (with Traefik wildcard certificates) in Coolify. - [Quickstart](https://coollabstechnologiesbt.mintlify.dev/docs/quickstart.md): Start building your infrastructure with ease. - [Django](https://coollabstechnologiesbt.mintlify.dev/docs/resources/applications/django.md): A guide on how to deploy Django application with Coolify. - [Introduction](https://coollabstechnologiesbt.mintlify.dev/docs/resources/applications/index.md): Here you can find most of the applications that you can host with Coolify. - [Jekyll](https://coollabstechnologiesbt.mintlify.dev/docs/resources/applications/jekyll.md): A guide on how to deploy Jekyll site with Coolify - [Laravel](https://coollabstechnologiesbt.mintlify.dev/docs/resources/applications/laravel.md): A guide on how to deploy Laravel with Coolify - [NextJS](https://coollabstechnologiesbt.mintlify.dev/docs/resources/applications/nextjs.md): A guide on how to deploy a NextJS app with Coolify. - [Nuxt](https://coollabstechnologiesbt.mintlify.dev/docs/resources/applications/nuxt.md): A guide on how to deploy a Nuxt app with Coolify. - [Ruby on Rails](https://coollabstechnologiesbt.mintlify.dev/docs/resources/applications/rails.md): A guide on how to deploy Ruby on Rails apps with Coolify - [SvelteKit](https://coollabstechnologiesbt.mintlify.dev/docs/resources/applications/svelte-kit.md): A guide on how to deploy SvelteKit app with Coolify. - [Symfony](https://coollabstechnologiesbt.mintlify.dev/docs/resources/applications/symfony.md): A guide on how to deploy Symfony with Coolify - [Vite](https://coollabstechnologiesbt.mintlify.dev/docs/resources/applications/vite.md): A guide on how to deploy a Vite app with Coolify. - [Vue](https://coollabstechnologiesbt.mintlify.dev/docs/resources/applications/vuejs.md): A guide on how to deploy a Vue app with Coolify. - [ClickHouse](https://coollabstechnologiesbt.mintlify.dev/docs/resources/databases/clickhouse.md): Here you find an introduction to ClickHouse - [DragonFly](https://coollabstechnologiesbt.mintlify.dev/docs/resources/databases/dragonfly.md): Here you find an introduction to DragonFly - [Introduction](https://coollabstechnologiesbt.mintlify.dev/docs/resources/databases/index.md): An overview of the databases supported by Coolify and their characteristics. - [KeyDB](https://coollabstechnologiesbt.mintlify.dev/docs/resources/databases/keydb.md): Here you find an introduction to KeyDB - [MariaDB](https://coollabstechnologiesbt.mintlify.dev/docs/resources/databases/mariadb.md): Here you find an introduction to MariaDB - [MongoDB](https://coollabstechnologiesbt.mintlify.dev/docs/resources/databases/mongodb.md): Here you find an introduction to MongoDB - [MySQL](https://coollabstechnologiesbt.mintlify.dev/docs/resources/databases/mysql.md): Here you find an introduction to MySQL - [PostgreSQL](https://coollabstechnologiesbt.mintlify.dev/docs/resources/databases/postgresql.md): Here you find an introduction to PostgreSQL - [Redis](https://coollabstechnologiesbt.mintlify.dev/docs/resources/databases/redis.md): Here you find an introduction to Redis - [Resources](https://coollabstechnologiesbt.mintlify.dev/docs/resources/index.md): Here you can find the main resources that you can host with Coolify. - [ActivePieces](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/activepieces.md): Here you can find the documentation for hosting ActivePieces with Coolify. - [Appsmith](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/appsmith.md): Here you can find the documentation for hosting Appsmith with Coolify. - [Appwrite](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/appwrite.md): Here you can find the documentation for hosting Appwrite with Coolify. - [Authentik](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/authentik.md): Here you can find the documentation for hosting Authentik with Coolify. - [BabyBuddy](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/babybuddy.md): Here you can find the documentation for hosting BabyBuddy with Coolify. - [BudgE](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/budge.md): Here you can find the documentation for hosting BudgE with Coolify. - [Change Detection](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/changedetection.md): Here you can find the documentation for hosting Change Detection with Coolify. - [ClassicPress](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/classicpress.md): Here you can find the documentation for hosting ClassicPress with Coolify. - [Code Server](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/code-server.md): Here you can find the documentation for hosting Code Server with Coolify. - [Dashboard](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/dashboard.md): Here you can find the documentation for hosting Dashboard with Coolify. - [Directus](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/directus.md): Here you can find the documentation for hosting Directus with Coolify. - [DokuWiki](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/dokuwiki.md): Here you can find the documentation for hosting DokuWiki with Coolify. - [Duplicati](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/duplicati.md): Here you can find the documentation for hosting Duplicati with Coolify. - [Emby](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/emby.md): Here you can find the documentation for hosting Emby with Coolify. - [Emby Stat](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/emby-stat.md): Here you can find the documentation for hosting Emby Stat with Coolify. - [Fider](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/fider.md): Here you can find the documentation for hosting Fider with Coolify. - [Filebrowser](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/filebrowser.md): Here you can find the documentation for hosting Filebrowser with Coolify. - [Firefly III](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/firefly-iii.md): Here you can find the documentation for hosting Firefly III with Coolify. - [Formbricks](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/formbricks.md): Here you can find the documentation for hosting Formbricks with Coolify. - [Ghost](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/ghost.md): Here you can find the documentation for hosting Ghost with Coolify. - [Gitea](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/gitea.md): Here you can find the documentation for hosting Gitea with Coolify. - [Glitchtip](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/glitchtip.md): Here you can find the documentation for hosting Glitchtip with Coolify. - [Grafana](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/grafana.md): Here you can find the documentation for hosting Grafana with Coolify. - [Grocy](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/grocy.md): Here you can find the documentation for hosting Grocy with Coolify. - [Heimdall](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/heimdall.md): Here you can find the documentation for hosting Heimdall with Coolify. - [Introduction](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/index.md): Here you can find all the one-click services that you can host with Coolify. - [Jellyfin](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/jellyfin.md): Here you can find the documentation for hosting Jellyfin with Coolify. - [Kuzzle](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/kuzzle.md): Here you can find the documentation for hosting Kuzzle with Coolify. - [Logto](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/logto.md): Here you can find the documentation for hosting Logto with Coolify. - [Meilisearch](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/meilisearch.md): Here you can find the documentation for hosting Meilisearch with Coolify. - [Metabase](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/metabase.md): Here you can find the documentation for hosting Metabase with Coolify. - [Metube](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/metube.md): Here you can find the documentation for hosting Metube with Coolify. - [MinIO](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/minio.md): Here you can find the documentation for hosting MinIO with Coolify. - [Plausible Analytics](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/plausible.md): Here you can find the documentation for hosting Plausible Analytics with Coolify. - [Statusnook](https://coollabstechnologiesbt.mintlify.dev/docs/resources/services/statusnook.md): Here you can find the documentation for hosting Statusnook with Coolify. - [Screenshots](https://coollabstechnologiesbt.mintlify.dev/docs/screenshots.md): A few screenshots of Coolify in action. - [Uninstall - Self-hosted](https://coollabstechnologiesbt.mintlify.dev/docs/uninstall.md): A guide on how to uninstall the self-hosted version of Coolify from your server. - [Upgrade - Self-hosted](https://coollabstechnologiesbt.mintlify.dev/docs/upgrade.md): A guide on how to upgrade the self-hosted version of Coolify. - [Videos](https://coollabstechnologiesbt.mintlify.dev/docs/videos.md): A few videos of Coolify in action. ## OpenAPI Specs - [openapi](https://coollabstechnologiesbt.mintlify.dev/docs/openapi.yaml) ## Optional - [Community](https://coolify.io/discord) - [Sponsorship](https://coolify.io/sponsorship)