diff options
author | John Olheiser <john.olheiser@gmail.com> | 2020-12-07 16:17:27 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 16:17:27 -0600 |
commit | a33db35b386ebd92759fed154774cf6a6a7b4fa2 (patch) | |
tree | e29c9d423b820072918df80e7b4a246f1f739da2 /docs/content | |
parent | 991ab899ff606f24c280b159955b7ca11dd1be6e (diff) | |
download | gitea-a33db35b386ebd92759fed154774cf6a6a7b4fa2.tar.gz gitea-a33db35b386ebd92759fed154774cf6a6a7b4fa2.zip |
Fully qualify cloudron CSP (#13892)
* Wildcard cloudron
Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Just use FQDN
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'docs/content')
-rw-r--r-- | docs/content/doc/installation/from-package.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/installation/from-package.en-us.md b/docs/content/doc/installation/from-package.en-us.md index 6d06b93602..40cfea473a 100644 --- a/docs/content/doc/installation/from-package.en-us.md +++ b/docs/content/doc/installation/from-package.en-us.md @@ -87,7 +87,7 @@ To enable Gitea to run as a service, run `sysrc gitea_enable=YES` and start it w Gitea is available as a 1-click install on [Cloudron](https://cloudron.io). 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) +[![Install](https://www.cloudron.io/img/button.svg)](https://www.cloudron.io/button.html?app=io.gitea.cloudronapp) The Gitea package is maintained [here](https://git.cloudron.io/cloudron/gitea-app). |