From 9522dab16d93f69987ddd9bfa2f84580ef59f361 Mon Sep 17 00:00:00 2001 From: Corentin THOMASSET Date: Wed, 18 Sep 2024 22:36:52 +0200 Subject: [PATCH] docs(platforms): deploy on other platforms doc (#179) --- packages/docs/.vitepress/config.ts | 1 + .../docs/src/self-hosting/other-platforms.md | 26 +++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 packages/docs/src/self-hosting/other-platforms.md diff --git a/packages/docs/.vitepress/config.ts b/packages/docs/.vitepress/config.ts index 2ee832f8..d358558d 100644 --- a/packages/docs/.vitepress/config.ts +++ b/packages/docs/.vitepress/config.ts @@ -81,6 +81,7 @@ export default defineConfig({ items: [ { text: 'Using Docker', link: '/self-hosting/docker' }, { text: 'Using Docker Compose', link: '/self-hosting/docker-compose' }, + { text: 'Deploy on other platforms', link: '/self-hosting/other-platforms' }, { text: 'Configuration', link: '/self-hosting/configuration' }, { text: 'Troubleshooting', link: '/self-hosting/troubleshooting' }, ], diff --git a/packages/docs/src/self-hosting/other-platforms.md b/packages/docs/src/self-hosting/other-platforms.md new file mode 100644 index 00000000..a0dff35b --- /dev/null +++ b/packages/docs/src/self-hosting/other-platforms.md @@ -0,0 +1,26 @@ +# Deploy on other platforms + +## Railway + +To deploy Enclosed on Railway, you can use the following button to create a new pre-configured instance: + +[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/5gOoRm?referralCode=CTHMSST) + +## Cloudron + +> [!INFO] +> Not yet available. Please refer to the [GitHub issue](https://github.com/CorentinTh/enclosed/issues/87) for updates about Cloudron support. + +## RunTipi + +> [!INFO] +> Not yet available. Please refer to the [GitHub issue](https://github.com/CorentinTh/enclosed/issues/88) for updates about RunTipi support. + +## Unraid + +> [!INFO] +> Not yet available. Please refer to the [GitHub issue](https://github.com/CorentinTh/enclosed/issues/89) for updates about Unraid support. + +## Another platform? + +If you would like to see Enclosed available on another platform, please open an issue on the [GitHub repository](https://github.com/CorentinTh/enclosed/issues/new/choose) with the details of the platform you would like to see supported.