mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 01:05:14 +00:00
Add Vultr and DO Marketplace links (#16297)
* fix emoji img path * move cloudron * Add Vultr and DO
This commit is contained in:
parent
65548359cc
commit
653704c102
|
@ -1031,11 +1031,11 @@ PATH =
|
||||||
;;
|
;;
|
||||||
;; All available reactions users can choose on issues/prs and comments.
|
;; All available reactions users can choose on issues/prs and comments.
|
||||||
;; Values can be emoji alias (:smile:) or a unicode emoji.
|
;; Values can be emoji alias (:smile:) or a unicode emoji.
|
||||||
;; For custom reactions, add a tightly cropped square image to public/emoji/img/reaction_name.png
|
;; For custom reactions, add a tightly cropped square image to public/img/emoji/reaction_name.png
|
||||||
;REACTIONS = +1, -1, laugh, hooray, confused, heart, rocket, eyes
|
;REACTIONS = +1, -1, laugh, hooray, confused, heart, rocket, eyes
|
||||||
;;
|
;;
|
||||||
;; Additional Emojis not defined in the utf8 standard
|
;; Additional Emojis not defined in the utf8 standard
|
||||||
;; By default we support gitea (:gitea:), to add more copy them to public/emoji/img/emoji_name.png and add it to this config.
|
;; By default we support gitea (:gitea:), to add more copy them to public/img/emoji/emoji_name.png and add it to this config.
|
||||||
;; Dont mistake it for Reactions.
|
;; Dont mistake it for Reactions.
|
||||||
;CUSTOM_EMOJIS = gitea
|
;CUSTOM_EMOJIS = gitea
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -180,9 +180,9 @@ The following configuration set `Content-Type: application/vnd.android.package-a
|
||||||
- `MAX_DISPLAY_FILE_SIZE`: **8388608**: Max size of files to be displayed (default is 8MiB)
|
- `MAX_DISPLAY_FILE_SIZE`: **8388608**: Max size of files to be displayed (default is 8MiB)
|
||||||
- `REACTIONS`: All available reactions users can choose on issues/prs and comments
|
- `REACTIONS`: All available reactions users can choose on issues/prs and comments
|
||||||
Values can be emoji alias (:smile:) or a unicode emoji.
|
Values can be emoji alias (:smile:) or a unicode emoji.
|
||||||
For custom reactions, add a tightly cropped square image to public/emoji/img/reaction_name.png
|
For custom reactions, add a tightly cropped square image to public/img/emoji/reaction_name.png
|
||||||
- `CUSTOM_EMOJIS`: **gitea**: Additional Emojis not defined in the utf8 standard.
|
- `CUSTOM_EMOJIS`: **gitea**: Additional Emojis not defined in the utf8 standard.
|
||||||
By default we support gitea (:gitea:), to add more copy them to public/emoji/img/emoji_name.png and
|
By default we support gitea (:gitea:), to add more copy them to public/img/emoji/emoji_name.png and
|
||||||
add it to this config.
|
add it to this config.
|
||||||
- `DEFAULT_SHOW_FULL_NAME`: **false**: Whether the full name of the users should be shown where possible. If the full name isn't set, the username will be used.
|
- `DEFAULT_SHOW_FULL_NAME`: **false**: Whether the full name of the users should be shown where possible. If the full name isn't set, the username will be used.
|
||||||
- `SEARCH_REPO_DESCRIPTION`: **true**: Whether to search within description at repository search on explore page.
|
- `SEARCH_REPO_DESCRIPTION`: **true**: Whether to search within description at repository search on explore page.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
date: "2016-12-01T16:00:00+02:00"
|
date: "2016-12-01T16:00:00+02:00"
|
||||||
title: "Installation from package"
|
title: "Installation from package"
|
||||||
slug: "install-from-package"
|
slug: "install-from-package"
|
||||||
weight: 10
|
weight: 20
|
||||||
toc: false
|
toc: false
|
||||||
draft: false
|
draft: false
|
||||||
menu:
|
menu:
|
||||||
|
@ -92,18 +92,6 @@ 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`.
|
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).
|
|
||||||
Cloudron makes it easy to run apps like Gitea on your server and keep them up-to-date and secure.
|
|
||||||
|
|
||||||
[![Install](/cloudron.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.io) (username: cloudron password: cloudron) where
|
|
||||||
you can experiment with running Gitea.
|
|
||||||
|
|
||||||
## Third-party
|
## Third-party
|
||||||
|
|
||||||
Various other third-party packages of Gitea exist.
|
Various other third-party packages of Gitea exist.
|
||||||
|
|
44
docs/content/doc/installation/on-cloud-provider.md
Normal file
44
docs/content/doc/installation/on-cloud-provider.md
Normal file
|
@ -0,0 +1,44 @@
|
||||||
|
---
|
||||||
|
date: "2016-12-01T16:00:00+02:00"
|
||||||
|
title: "Install on Cloud Provider"
|
||||||
|
slug: "install-on-cloud-provider"
|
||||||
|
weight: 20
|
||||||
|
toc: false
|
||||||
|
draft: false
|
||||||
|
menu:
|
||||||
|
sidebar:
|
||||||
|
parent: "installation"
|
||||||
|
name: "On cloud provider"
|
||||||
|
weight: 20
|
||||||
|
identifier: "install-on-cloud-provider"
|
||||||
|
---
|
||||||
|
|
||||||
|
# Installation on Cloud Provider
|
||||||
|
|
||||||
|
**Table of Contents**
|
||||||
|
|
||||||
|
{{< toc >}}
|
||||||
|
|
||||||
|
## Cloudron
|
||||||
|
|
||||||
|
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](/cloudron.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.io) (username: cloudron password: cloudron) where
|
||||||
|
you can experiment with running Gitea.
|
||||||
|
|
||||||
|
## Vultr
|
||||||
|
|
||||||
|
Gitea can found in [Vultr](https://www.vultr.com)'s marketplace.
|
||||||
|
|
||||||
|
To deploy it have a look at https://www.vultr.com/marketplace/apps/gitea.
|
||||||
|
|
||||||
|
## DigitalOcean
|
||||||
|
|
||||||
|
[DigitalOcean](https://www.digitalocean.com) has gitea as droplet in his marketplace.
|
||||||
|
|
||||||
|
Just create a new [Gitea Droplet](https://marketplace.digitalocean.com/apps/gitea).
|
Loading…
Reference in a new issue