Merge pull request #73 from coollabsio/next

Next
This commit is contained in:
🏔️ Peak
2024-11-15 16:22:22 +01:00
committed by GitHub
8 changed files with 57 additions and 3 deletions

View File

@@ -357,6 +357,7 @@ export default defineConfig({
{ label: "Infisical", link: "/services/infisical" }, { label: "Infisical", link: "/services/infisical" },
{ label: "Invoice Ninja", link: "/services/invoice-ninja" }, { label: "Invoice Ninja", link: "/services/invoice-ninja" },
{ label: "Jellyfin", link: "/services/jellyfin" }, { label: "Jellyfin", link: "/services/jellyfin" },
{ label: "Jenkins", link: "/services/jenkins" },
{ label: "Kuzzle", link: "/services/kuzzle" }, { label: "Kuzzle", link: "/services/kuzzle" },
{ label: "Label Studio", link: "/services/labelstudio" }, { label: "Label Studio", link: "/services/labelstudio" },
{ label: "Langfuse", link: "/services/langfuse" }, { label: "Langfuse", link: "/services/langfuse" },
@@ -372,6 +373,7 @@ export default defineConfig({
{ label: "Minio", link: "/services/minio" }, { label: "Minio", link: "/services/minio" },
{ label: "Mixpost", link: "/services/mixpost" }, { label: "Mixpost", link: "/services/mixpost" },
{ label: "Moodle", link: "/services/moodle" }, { label: "Moodle", link: "/services/moodle" },
{ label: "Mosquitto", link: "/services/mosquitto" },
{ label: "N8N", link: "/services/n8n" }, { label: "N8N", link: "/services/n8n" },
{ label: "Nextcloud", link: "/services/nextcloud" }, { label: "Nextcloud", link: "/services/nextcloud" },
{ label: "Nitropage", link: "/services/nitropage" }, { label: "Nitropage", link: "/services/nitropage" },

View File

@@ -3865,7 +3865,7 @@ paths:
type: type:
description: 'The one-click service type' description: 'The one-click service type'
type: string type: string
enum: [activepieces, appsmith, appwrite, authentik, babybuddy, budge, changedetection, chatwoot, classicpress-with-mariadb, classicpress-with-mysql, classicpress-without-database, cloudflared, code-server, dashboard, directus, directus-with-postgresql, docker-registry, docuseal, docuseal-with-postgres, dokuwiki, duplicati, emby, embystat, fider, filebrowser, firefly, formbricks, ghost, gitea, gitea-with-mariadb, gitea-with-mysql, gitea-with-postgresql, glance, glances, glitchtip, grafana, grafana-with-postgresql, grocy, heimdall, homepage, jellyfin, kuzzle, listmonk, logto, mediawiki, meilisearch, metabase, metube, minio, moodle, n8n, n8n-with-postgresql, next-image-transformation, nextcloud, nocodb, odoo, openblocks, pairdrop, penpot, phpmyadmin, pocketbase, posthog, reactive-resume, rocketchat, shlink, slash, snapdrop, statusnook, stirling-pdf, supabase, syncthing, tolgee, trigger, trigger-with-external-database, twenty, umami, unleash-with-postgresql, unleash-without-database, uptime-kuma, vaultwarden, vikunja, weblate, whoogle, wordpress-with-mariadb, wordpress-with-mysql, wordpress-without-database] enum: [activepieces, appsmith, appwrite, authentik, babybuddy, budge, changedetection, chatwoot, classicpress-with-mariadb, classicpress-with-mysql, classicpress-without-database, cloudflared, code-server, dashboard, directus, directus-with-postgresql, docker-registry, docuseal, docuseal-with-postgres, dokuwiki, duplicati, emby, embystat, fider, filebrowser, firefly, formbricks, ghost, gitea, gitea-with-mariadb, gitea-with-mysql, gitea-with-postgresql, glance, glances, glitchtip, grafana, grafana-with-postgresql, grocy, heimdall, homepage, jellyfin, jenkins, kuzzle, listmonk, logto, mediawiki, meilisearch, metabase, metube, minio, moodle, mosquitto, n8n, n8n-with-postgresql, next-image-transformation, nextcloud, nocodb, odoo, openblocks, pairdrop, penpot, phpmyadmin, pocketbase, posthog, reactive-resume, rocketchat, shlink, slash, snapdrop, statusnook, stirling-pdf, supabase, syncthing, tolgee, trigger, trigger-with-external-database, twenty, umami, unleash-with-postgresql, unleash-without-database, uptime-kuma, vaultwarden, vikunja, weblate, whoogle, wordpress-with-mariadb, wordpress-with-mysql, wordpress-without-database]
name: name:
type: string type: string
maxLength: 255 maxLength: 255

View File

@@ -17,6 +17,7 @@ Symfony is the leading PHP framework to create websites and web applications. Bu
- Set `APP_SECRET` - Set `APP_SECRET`
- Set `NIXPACKS_PHP_FALLBACK_PATH` to `/index.php` - Set `NIXPACKS_PHP_FALLBACK_PATH` to `/index.php`
- Set `NIXPACKS_PHP_ROOT_DIR` to `/app/public` - Set `NIXPACKS_PHP_ROOT_DIR` to `/app/public`
- Set `COMPOSER_ALLOW_SUPERUSER` to `1` (unless you have [set up a non-root user](/docs/knowledge-base/server/non-root-user))
- Set `Ports Exposes` to `80` - Set `Ports Exposes` to `80`
### Database migrations ### Database migrations

View File

@@ -106,7 +106,7 @@ import { Aside, Steps } from '@astrojs/starlight/components';
4. Go to your user settings. 4. Go to your user settings.
![4](../../../../assets/images/aws-s3/4-iam.jpeg) ![4](../../../../assets/images/aws-s3/4-iam.jpeg)
5. Create a new `Access Key`. 5. Create a new `Access Key`.
![5](../../../../assets/images/aws-s3/5-iam.jpeg ![5](../../../../assets/images/aws-s3/5-iam.jpeg)
6. Set `Other` as use-case. 6. Set `Other` as use-case.
![6](../../../../assets/images/aws-s3/6-iam.jpeg) ![6](../../../../assets/images/aws-s3/6-iam.jpeg)
7. Copy the `Access Key` & `Secret Access Key`. 7. Copy the `Access Key` & `Secret Access Key`.

View File

@@ -17,6 +17,7 @@ Currently supported S3 compatible storages are:
- Backblaze B2 - Backblaze B2
- Scaleway Object Storage - Scaleway Object Storage
- Hetzner S3 Storage (beta) - Hetzner S3 Storage (beta)
- Wasabi hot cloud storage
Other's could work, but not tested yet. If you test it, please let us know. Other's could work, but not tested yet. If you test it, please let us know.

View File

@@ -60,6 +60,7 @@ You can host ANY service with Coolify that could be containerized.
- [Infisical](/docs/services/infisical) - Open source secret management platform. - [Infisical](/docs/services/infisical) - Open source secret management platform.
- [Invoice Ninja](/docs/services/invoice-ninja) - Invoice management system. - [Invoice Ninja](/docs/services/invoice-ninja) - Invoice management system.
- [Jellyfin](/docs/services/jellyfin) - The Free Software Media System. - [Jellyfin](/docs/services/jellyfin) - The Free Software Media System.
- [Jenkins](/docs/services/jenkins) - Open-source automation server.
- [Kuzzle](/docs/services/kuzzle) - A powerful backend that enables you to build modern apps faster. - [Kuzzle](/docs/services/kuzzle) - A powerful backend that enables you to build modern apps faster.
- [Label Studio](/docs/services/labelstudio) - Open source data labeling platform. - [Label Studio](/docs/services/labelstudio) - Open source data labeling platform.
- [Langfuse](/docs/services/langfuse) - Open source LLM engineering platform. - [Langfuse](/docs/services/langfuse) - Open source LLM engineering platform.
@@ -75,6 +76,7 @@ You can host ANY service with Coolify that could be containerized.
- [MinIO](/docs/services/minio) - A high-performance, distributed object storage system. - [MinIO](/docs/services/minio) - A high-performance, distributed object storage system.
- [Mixpost](/docs/services/mixpost) - Self-hosted social media management software (Buffer alternative). - [Mixpost](/docs/services/mixpost) - Self-hosted social media management software (Buffer alternative).
- [Moodle](/docs/services/moodle) - Open-source learning platform. - [Moodle](/docs/services/moodle) - Open-source learning platform.
- [Mosquitto](/docs/services/mosquitto) - Open-source MQTT broker.
- [N8N](/docs/services/n8n) - Workflow automation tool. - [N8N](/docs/services/n8n) - Workflow automation tool.
- [Nextcloud](/docs/services/nextcloud) - A safe home for all your data. - [Nextcloud](/docs/services/nextcloud) - A safe home for all your data.
- [Nitropage](/docs/services/nitropage) - Nitropage is an extensible, drag-and-drop website builder based on SolidStart, completely free and open source. - [Nitropage](/docs/services/nitropage) - Nitropage is an extensible, drag-and-drop website builder based on SolidStart, completely free and open source.

View File

@@ -0,0 +1,24 @@
---
title: Jenkins
head:
- tag: "meta"
attrs:
property: "og:title"
content: "How to host Jenkins with Coolify"
description: "Here you can find the documentation for hosting Jenkins with Coolify."
---
import { Badge } from "@astrojs/starlight/components";
<Badge text="One-click setup." variant="note" size="large" />
![Jenkins](https://www.jenkins.io/images/jenkins-logo-title-dark.svg)
## What is Jenkins?
Jenkins is a popular open-source automation server used for continuous integration and continuous delivery (CI/CD). It allows developers to build, test, and deploy software projects reliably.
## Links
- [The official website ](https://www.jenkins.io/)
- [GitHub ](https://github.com/jenkinsci/jenkins)

View File

@@ -0,0 +1,24 @@
---
title: Mosquitto
head:
- tag: "meta"
attrs:
property: "og:title"
content: "How to host Mosquitto with Coolify"
description: "Here you can find the documentation for hosting Mosquitto with Coolify."
---
import { Badge } from "@astrojs/starlight/components";
<Badge text="One-click setup." variant="note" size="large" />
![Mosquitto](https://raw.githubusercontent.com/eclipse-mosquitto/mosquitto/refs/heads/master/logo/mosquitto-text-below.svg)
## What is Mosquitto?
Mosquitto is an open-source MQTT (Message Queuing Telemetry Transport) broker that facilitates communication between IoT devices by implementing the lightweight MQTT protocol. It's designed to provide reliable message delivery in scenarios with limited bandwidth or unstable networks, making it a key component for IoT and home automation systems.
## Links
- [The official website ](https://mosquitto.org/)
- [GitHub ](https://github.com/eclipse/mosquitto)