Skip to content

Commit

Permalink
docs(platforms): deploy on other platforms doc
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinTh committed Sep 18, 2024
1 parent 5f9e198 commit 752fd28
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
],
Expand Down
26 changes: 26 additions & 0 deletions packages/docs/src/self-hosting/other-platforms.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 752fd28

Please sign in to comment.