mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
[Docs] Extend setup page with community methods
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
78a732abe6
commit
dc76d158e7
6 changed files with 23 additions and 20 deletions
5
docs/content/setup/arch-linux.md
Normal file
5
docs/content/setup/arch-linux.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# Arch Linux
|
||||||
|
|
||||||
|
HedgeDoc is available in the Arch Linux _community_ repository.
|
||||||
|
|
||||||
|
[Link to the package](https://archlinux.org/packages/community/any/hedgedoc/)
|
|
@ -1,8 +0,0 @@
|
||||||
# Installation / Upgrading
|
|
||||||
You can run HedgeDoc in a number of ways:
|
|
||||||
|
|
||||||
- [Docker](docker)
|
|
||||||
- [Cloudron](cloudron)
|
|
||||||
- [LinuxServer.io (multi-arch docker)](docker-linuxserver)
|
|
||||||
- [Heroku](heroku)
|
|
||||||
- [Manual setup](manual-setup)
|
|
7
docs/content/setup/kubernetes-helm.md
Normal file
7
docs/content/setup/kubernetes-helm.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# Helm Chart
|
||||||
|
|
||||||
|
You can deploy HedgeDoc on your Kubernetes cluster using `helm`.
|
||||||
|
|
||||||
|
[HedgeDoc Helm Chart by nicholaswilde on Artifact Hub](https://artifacthub.io/packages/helm/nicholaswilde/hedgedoc)
|
||||||
|
|
||||||
|
[Source Code](https://nicholaswilde.github.io/helm-charts/)
|
|
@ -1,5 +0,0 @@
|
||||||
# Kubernetes
|
|
||||||
|
|
||||||
HedgeDoc currently does not support any deployment via Kubernetes.
|
|
||||||
|
|
||||||
If you want to help us creating a helm chart, then feel free to contact us on [Matrix](https://chat.hedgedoc.org/) or [Discourse](https://community.hedgedoc.org/).
|
|
|
@ -8,14 +8,18 @@ edit_uri: https://github.com/hedgedoc/hedgedoc/edit/master/docs/content/
|
||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
- Installation:
|
- Installation:
|
||||||
|
- Official installation methods:
|
||||||
|
- 'Docker Image': setup/docker.md
|
||||||
- 'Manual Installation': setup/manual-setup.md
|
- 'Manual Installation': setup/manual-setup.md
|
||||||
- 'Reverse Proxy': setup/reverse-proxy.md
|
|
||||||
- Docker: setup/docker.md
|
|
||||||
- Cloudron: setup/cloudron.md
|
|
||||||
- Heroku: setup/heroku.md
|
- Heroku: setup/heroku.md
|
||||||
- LinuxServer: setup/docker-linuxserver.md
|
- Community installation methods:
|
||||||
- Yunohost: setup/yunohost.md
|
- 'LinuxServer Docker Image': setup/docker-linuxserver.md
|
||||||
|
- 'Helm Chart': setup/kubernetes-helm.md
|
||||||
|
- 'YunoHost App': setup/yunohost.md
|
||||||
|
- 'Cloudron App': setup/cloudron.md
|
||||||
|
- 'Arch Linux Package': setup/arch-linux.md
|
||||||
- Guides:
|
- Guides:
|
||||||
|
- 'Reverse Proxy': guides/reverse-proxy.md
|
||||||
- Authentication:
|
- Authentication:
|
||||||
- LDAP: guides/auth/ldap-ad.md
|
- LDAP: guides/auth/ldap-ad.md
|
||||||
- OAuth: guides/auth/oauth.md
|
- OAuth: guides/auth/oauth.md
|
||||||
|
|
Loading…
Reference in a new issue