Merge pull request #802 from hedgedoc/extend-docs-with-community-install

Extend setup page with community methods
This commit is contained in:
Yannick Bungers 2021-02-03 21:02:33 +01:00 committed by GitHub
commit 18de2e7954
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 23 additions and 20 deletions

View 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/)

View file

@ -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)

View 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/)

View file

@ -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/).

View file

@ -8,14 +8,18 @@ edit_uri: https://github.com/hedgedoc/hedgedoc/edit/master/docs/content/
nav:
- Home: index.md
- Installation:
- 'Manual Installation': setup/manual-setup.md
- 'Reverse Proxy': setup/reverse-proxy.md
- Docker: setup/docker.md
- Cloudron: setup/cloudron.md
- Heroku: setup/heroku.md
- LinuxServer: setup/docker-linuxserver.md
- Yunohost: setup/yunohost.md
- Official installation methods:
- 'Docker Image': setup/docker.md
- 'Manual Installation': setup/manual-setup.md
- Heroku: setup/heroku.md
- Community installation methods:
- '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:
- 'Reverse Proxy': guides/reverse-proxy.md
- Authentication:
- LDAP: guides/auth/ldap-ad.md
- OAuth: guides/auth/oauth.md