mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
Next (#622)
This commit is contained in:
@@ -41,9 +41,9 @@ services:
|
||||
image: 'lucaslorentz/caddy-docker-proxy:2.8-alpine' # [!code --][!code focus]
|
||||
build: # [!code ++:7][!code focus:7]
|
||||
dockerfile_inline: |
|
||||
FROM caddy:2.9-builder AS builder
|
||||
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2 --with github.com/caddy-dns/hetzner
|
||||
FROM caddy:2.9-alpine
|
||||
FROM caddy:2.11-builder AS builder
|
||||
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2@v2.8.11 --with github.com/caddy-dns/hetzner/v2@v2.0.0
|
||||
FROM caddy:2.11-alpine
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||
CMD ["caddy", "docker-proxy"]
|
||||
restart: unless-stopped
|
||||
@@ -84,9 +84,9 @@ services:
|
||||
image: 'lucaslorentz/caddy-docker-proxy:2.8-alpine' # [!code --][!code focus]
|
||||
build: # [!code ++:7][!code focus:7]
|
||||
dockerfile_inline: |
|
||||
FROM caddy:2.9-builder AS builder
|
||||
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2 --with github.com/caddy-dns/cloudflare
|
||||
FROM caddy:2.9-alpine
|
||||
FROM caddy:2.11-builder AS builder
|
||||
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2@v2.8.11 --with github.com/caddy-dns/cloudflare@v0.2.4
|
||||
FROM caddy:2.11-alpine
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||
CMD ["caddy", "docker-proxy"]
|
||||
restart: unless-stopped
|
||||
@@ -127,9 +127,9 @@ services:
|
||||
image: 'lucaslorentz/caddy-docker-proxy:2.8-alpine' # [!code --][!code focus]
|
||||
build: # [!code ++:7][!code focus:7]
|
||||
dockerfile_inline: |
|
||||
FROM caddy:2.9-builder AS builder
|
||||
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2 --with github.com/caddy-dns/route53
|
||||
FROM caddy:2.9-alpine
|
||||
FROM caddy:2.11-builder AS builder
|
||||
RUN xcaddy build --with github.com/lucaslorentz/caddy-docker-proxy/v2@v2.8.11 --with github.com/caddy-dns/route53@v1.6.2
|
||||
FROM caddy:2.11-alpine
|
||||
COPY --from=builder /usr/bin/caddy /usr/bin/caddy
|
||||
CMD ["caddy", "docker-proxy"]
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -17,6 +17,7 @@ Currently supported S3 compatible storages are:
|
||||
- Wasabi hot cloud storage
|
||||
- Vultr
|
||||
- CloudPe Object Storage
|
||||
- IDrive e2
|
||||
|
||||
Other's could work, but not tested yet. If you test it, please let us know.
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@ Complete directory of all one-click services available in Coolify, organized by
|
||||
- [Argilla](/services/argilla) - An open-source platform for building, training, and evaluating conversational AI models.
|
||||
- [Chroma](/services/chroma) - Open-source, AI-native vector database for building applications with embeddings.
|
||||
- [Flowise](/services/flowise) - Drag & drop UI to build your customized LLM flow.
|
||||
- [Hermes Agent](/services/hermes-agent) - Autonomous AI agent with persistent memory and scheduling, plus a self-hosted web chat UI.
|
||||
- [Label Studio](/services/labelstudio) - Open source data labeling platform.
|
||||
- [Langflow](/services/langflow) - Open source Python-based framework for building AI applications.
|
||||
- [Langfuse](/services/langfuse) - Open source LLM engineering platform.
|
||||
@@ -275,6 +276,7 @@ Complete directory of all one-click services available in Coolify, organized by
|
||||
|
||||
## IoT
|
||||
|
||||
- [EMQX Enterprise](/services/emqx-enterprise) - Scalable, distributed MQTT messaging platform for IoT.
|
||||
- [ESPHome](/services/esphome) - Open-source firmware framework for WiFi-enabled microcontrollers.
|
||||
- [Mosquitto](/services/mosquitto) - Open-source MQTT broker.
|
||||
- [Traccar](/services/traccar) - Open-source GPS tracking platform.
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: "EMQX Enterprise"
|
||||
description: "Scalable, distributed MQTT messaging platform for IoT."
|
||||
og:
|
||||
description: "Deploy EMQX Enterprise on Coolify for a highly scalable, distributed MQTT 5.0 broker built for mission-critical IoT, IIoT, and connected vehicle workloads."
|
||||
category: "IoT"
|
||||
icon: "/docs/images/services/emqx-enterprise.svg"
|
||||
---
|
||||
|
||||
<ZoomImage src="/docs/images/services/emqx-enterprise.svg" alt="EMQX Enterprise" />
|
||||
|
||||
## What is EMQX Enterprise?
|
||||
|
||||
EMQX Enterprise is a scalable, distributed MQTT broker built for IoT, Industrial IoT (IIoT), connected vehicles, and AI agent communication. It delivers real-time pub/sub messaging at massive scale, supporting millions of concurrent connections per cluster, sub-millisecond message fan-out, durable message queues with replay, and native integrations with databases, data warehouses, and cloud services such as Snowflake, Google BigQuery, Amazon Redshift, and Amazon S3 Tables.
|
||||
|
||||
Starting with version 5.9, EMQX unified the previous Open Source and Enterprise editions into a single platform under the Business Source License (BSL) 1.1. All advanced features — including multi-tenancy, fine-grained security (SSO, RBAC, audit logs), geo-replication, session persistence, file transfer, message codec and validation, and 40+ native data integrations — are now available in one product. Under the BSL Additional Use Grant, EMQX remains free for non-production environments, testing, and single-node production deployments, with paid licenses and commercial support for larger production clusters; educational institutions and non-profits can request a free license key.
|
||||
|
||||
## Links
|
||||
|
||||
- [The official website](https://www.emqx.com/en/products/emqx)
|
||||
- [Documentation](https://docs.emqx.com/en/enterprise/latest/)
|
||||
- [GitHub](https://github.com/emqx/emqx)
|
||||
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: Hermes Agent
|
||||
description: "Autonomous AI agent with persistent memory and scheduling, plus a self-hosted web chat UI."
|
||||
og:
|
||||
description: "Deploy Hermes Agent on Coolify: an autonomous AI agent with persistent memory, scheduled jobs, and a self-hosted browser chat UI, powered by your own LLM provider keys."
|
||||
category: "AI"
|
||||
---
|
||||
|
||||
# Hermes Agent
|
||||
|
||||
## What is Hermes Agent?
|
||||
|
||||
Hermes Agent is an autonomous AI agent that runs on your own server with persistent memory, a self-improving skills system, and self-hosted scheduled jobs.
|
||||
|
||||
This one-click template deploys the agent gateway together with Hermes WebUI, a browser chat interface, in a two-container stack. Both containers share the same configuration, sessions, skills, and memory through named volumes. Hermes uses an embedded SQLite store, so no external database service is required, and it supports multiple LLM providers (OpenRouter, Anthropic, OpenAI, Google) configured through editable environment variables.
|
||||
|
||||
The WebUI is the public-facing service and is protected by an auto-generated password; the agent gateway stays internal.
|
||||
|
||||
## Links
|
||||
|
||||
- [Official website](https://hermes-agent.nousresearch.com?utm_source=coolify.io)
|
||||
- [Hermes WebUI on GitHub](https://github.com/nesquena/hermes-webui?utm_source=coolify.io)
|
||||
- [Hermes Agent on GitHub](https://github.com/NousResearch/hermes-agent?utm_source=coolify.io)
|
||||
@@ -1,4 +1,7 @@
|
||||
# Redirects for Knowledge Base -> New Paths
|
||||
location ~ ^/docs/knowledge-base/overview/?$ { return 301 /docs/knowledge-base; }
|
||||
location ~ ^/docs/knowledge-base/proxy/traefik/overview/?$ { return 301 /docs/knowledge-base/proxy/traefik; }
|
||||
location ~ ^/docs/knowledge-base/proxy/caddy/overview/?$ { return 301 /docs/knowledge-base/proxy/caddy; }
|
||||
location = /knowledge-base/cloudflare/tunnels { return 301 /docs/integrations/cloudflare/tunnels; }
|
||||
location = /knowledge-base/traefik/basic-auth { return 301 /docs/knowledge-base/proxy/traefik/basic-auth; }
|
||||
location = /knowledge-base/traefik/custom-ssl-certs { return 301 /docs/knowledge-base/proxy/traefik/custom-ssl-certs; }
|
||||
@@ -91,6 +94,7 @@ location = /videos { return 301 /docs/get-started/videos; }
|
||||
location = /contact { return 301 /docs/get-started/support; }
|
||||
|
||||
# Redirects for API pages
|
||||
location ~ ^/docs/api-reference/api/operations/deploy-by-tag-or-uuid/?$ { return 301 /docs/api-reference/authorization; }
|
||||
location = /api/operations/deploy-by-tag-or-uuid { return 301 /docs/api-reference/authorization; }
|
||||
|
||||
# Redirects for Docs Restructure
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 20 KiB |
@@ -478,6 +478,13 @@
|
||||
"description": "A simple and easy-to-use Emby statistics dashboard.",
|
||||
"category": "Media"
|
||||
},
|
||||
{
|
||||
"name": "EMQX Enterprise",
|
||||
"slug": "emqx-enterprise",
|
||||
"icon": "/docs/images/services/emqx-enterprise.svg",
|
||||
"description": "Scalable, distributed MQTT messaging platform for IoT.",
|
||||
"category": "IoT"
|
||||
},
|
||||
{
|
||||
"name": "Ente",
|
||||
"slug": "ente-photos",
|
||||
@@ -751,6 +758,13 @@
|
||||
"description": "An elegant solution to organize all your web applications.",
|
||||
"category": "Administration"
|
||||
},
|
||||
{
|
||||
"name": "Hermes Agent",
|
||||
"slug": "hermes-agent",
|
||||
"icon": "",
|
||||
"description": "Autonomous AI agent with persistent memory and scheduling, plus a self-hosted web chat UI.",
|
||||
"category": "AI"
|
||||
},
|
||||
{
|
||||
"name": "Heyform",
|
||||
"slug": "heyform",
|
||||
|
||||
Reference in New Issue
Block a user