diff options
author | Girish Ramakrishnan <mail@girish.in> | 2018-09-14 23:28:53 -0700 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2018-09-15 14:28:53 +0800 |
commit | 661fd901bd4b3d8d969e1ef262be531097a76be6 (patch) | |
tree | 175e599e42f80e436b6f1d6b1bba133fd3c50de4 /docs | |
parent | 2a6d3ba058ef855340ea0092a0e06781d067ad74 (diff) | |
download | gitea-661fd901bd4b3d8d969e1ef262be531097a76be6.tar.gz gitea-661fd901bd4b3d8d969e1ef262be531097a76be6.zip |
doc: add Cloudron package (#4937)
Fixes #4936
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/installation/from-package.en-us.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/content/doc/installation/from-package.en-us.md b/docs/content/doc/installation/from-package.en-us.md index 59661c1c41..2440d6bf73 100644 --- a/docs/content/doc/installation/from-package.en-us.md +++ b/docs/content/doc/installation/from-package.en-us.md @@ -64,3 +64,16 @@ bundled templates, options, plugins and themes are in `/usr/local/share/gitea`, is in `/usr/local/etc/rc.d/gitea`. To enable Gitea to run as a service, run `sysrc gitea_enable=YES` and start it with `service gitea start`. + +## Cloudron + +Gitea is available as a 1-click install on [Cloudron](https://cloudron.io). For those unaware, +Cloudron makes it easy to run apps like Gitea on your server and keep them up-to-date and secure. + +[![Install](https://cloudron.io/img/button.svg)](https://cloudron.io/button.html?app=io.gitea.cloudronapp) + +The Gitea package is maintained [here](https://git.cloudron.io/cloudron/gitea-app). + +There is a [demo instance](https://my-demo.cloudron.me) (username: cloudron password: cloudron) where +you can experiment with running Gitea. + |