Update documentation to explain which projects allow Gitea to host static pages (#23993)
close #23521 --------- Signed-off-by: 6543 <6543@obermui.de> Co-authored-by: delvh <dev.lh@web.de> Co-authored-by: a1012112796 <1012112796@qq.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
parent
25faee3c5f
commit
60fb63ba08
|
@ -118,6 +118,14 @@ The correct path for the template(s) will be relative to the `CustomPath`
|
|||
2. If you are still unable to find a path, the default can be [calculated above](#where-does-gitea-store-what-file)
|
||||
3. Once you have figured out the correct custom path, you can refer to the [customizing Gitea]({{< relref "doc/administration/customizing-gitea.en-us.md" >}}) page to add your template to the correct location.
|
||||
|
||||
## Does Gitea have a "GitHub/GitLab pages" feature?
|
||||
|
||||
Gitea doesn't provide a built-in Pages server. You need a dedicated domain to serve static pages to avoid CSRF security risks.
|
||||
|
||||
For simple usage, you can use a reverse proxy to rewrite & serve static contents from Gitea's raw file URLs.
|
||||
|
||||
And there are already available third-party services, like a standalone [pages server](https://codeberg.org/Codeberg/pages-server) or a [caddy plugin](https://github.com/42wim/caddy-gitea), that can provide the required functionality.
|
||||
|
||||
## Active user vs login prohibited user
|
||||
|
||||
In Gitea, an "active" user refers to a user that has activated their account via email.
|
||||
|
|
|
@ -31,6 +31,8 @@ _Symbols used in table:_
|
|||
|
||||
- _โ - unsupported_
|
||||
|
||||
- _โ๏ธ - supported through third-party software_
|
||||
|
||||
## General Features
|
||||
|
||||
| Feature | Gitea | Gogs | GitHub EE | GitLab CE | GitLab EE | BitBucket | RhodeCode CE |
|
||||
|
@ -51,7 +53,7 @@ _Symbols used in table:_
|
|||
| Custom Theme Support | โ | โ | โ | โ | โ | โ | โ |
|
||||
| Markdown support | โ | โ | โ | โ | โ | โ | โ |
|
||||
| CSV support | โ | โ | โ | โ | โ | โ | ? |
|
||||
| 'GitHub / GitLab pages' | [โ](https://github.com/go-gitea/gitea/issues/302) | โ | โ | โ | โ | โ | โ |
|
||||
| 'GitHub / GitLab pages' | [โ๏ธ][gitea-pages-server], [โ๏ธ][gitea-caddy-plugin] | โ | โ | โ | โ | โ | โ |
|
||||
| Repo-specific wiki (as a repo itself) | โ | โ | โ | โ | โ | / | โ |
|
||||
| Deploy Tokens | โ | โ | โ | โ | โ | โ | โ |
|
||||
| Repository Tokens with write rights | โ | โ | โ | โ | โ | โ | โ |
|
||||
|
@ -144,3 +146,6 @@ _Symbols used in table:_
|
|||
| Two factor authentication (2FA) | โ | โ | โ | โ | โ | โ | โ |
|
||||
| Integration with the most common services | โ | / | โ | โ | โ | โ | โ |
|
||||
| Incorporate external CI/CD | โ | โ | โ | โ | โ | โ | โ |
|
||||
|
||||
[gitea-caddy-plugin]: https://github.com/42wim/caddy-gitea
|
||||
[gitea-pages-server]: https://codeberg.org/Codeberg/pages-server
|
||||
|
|
|
@ -29,6 +29,8 @@ _่กจๆ ผไธญ็็ฌฆๅทๅซไน:_
|
|||
|
||||
* _? - ไธ็กฎๅฎ_
|
||||
|
||||
* _โ๏ธ - ็ฑ็ฌฌไธๆนๆๅกๆๆไปถๆฏๆ_
|
||||
|
||||
#### ไธป่ฆ็นๆง
|
||||
|
||||
| ็นๆง | Gitea | Gogs | GitHub EE | GitLab CE | GitLab EE | BitBucket | RhodeCode CE |
|
||||
|
@ -42,7 +44,7 @@ _่กจๆ ผไธญ็็ฌฆๅทๅซไน:_
|
|||
| ๆฏๆ Orgmode | โ | โ | โ | โ | โ | โ | ? |
|
||||
| ๆฏๆ CSV | โ | โ | โ | โ | โ | โ | ? |
|
||||
| ๆฏๆ็ฌฌไธๆนๆธฒๆๅทฅๅ
ท | โ | โ | โ | โ | โ | โ | ? |
|
||||
| Git ้ฉฑๅจ็้ๆ pages | [โ](https://github.com/go-gitea/gitea/issues/302) | โ | โ | โ | โ | โ | โ |
|
||||
| Git ้ฉฑๅจ็้ๆ pages | [โ๏ธ][gitea-pages-server], [โ๏ธ][gitea-caddy-plugin] | โ | โ | โ | โ | โ | โ |
|
||||
| Git ้ฉฑๅจ็้ๆๅ wiki | โ | โ | โ | โ | โ | โ (cloud only) | โ |
|
||||
| ้จ็ฝฒไปค็ | โ | โ | โ | โ | โ | โ | โ |
|
||||
| ไปๅบๅๆ้ไปค็ | โ | โ | โ | โ | โ | โ | โ |
|
||||
|
@ -129,3 +131,6 @@ _่กจๆ ผไธญ็็ฌฆๅทๅซไน:_
|
|||
| ้ๆ Discord | โ | โ | โ | โ | โ | โ | โ |
|
||||
| ้ๆ Microsoft Teams | โ | โ | โ | โ | โ | โ | โ |
|
||||
| ๆพ็คบๅค้จ CI/CD ็็ถๆ | โ | โ | โ | โ | โ | โ | โ |
|
||||
|
||||
[gitea-caddy-plugin]: https://github.com/42wim/caddy-gitea
|
||||
[gitea-pages-server]: https://codeberg.org/Codeberg/pages-server
|
||||
|
|
|
@ -31,6 +31,8 @@ menu:
|
|||
|
||||
- โ - ไธๆฏๆด
|
||||
|
||||
- _โ๏ธ - ็ฑ็ฌฌไธๆนๆๅๆๅคๆ็จๅผๆฏๆด_
|
||||
|
||||
## ไธ่ฌๅ่ฝ
|
||||
|
||||
| ๅ่ฝ | Gitea | Gogs | GitHub EE | GitLab CE | GitLab EE | BitBucket | RhodeCode CE |
|
||||
|
@ -44,7 +46,7 @@ menu:
|
|||
| ๆฏๆด Orgmode | โ | โ | โ | โ | โ | โ | ? |
|
||||
| ๆฏๆด CSV | โ | โ | โ | โ | โ | โ | ? |
|
||||
| ๆฏๆด็ฌฌไธๆนๆธฒๆๅทฅๅ
ท | โ | โ | โ | โ | โ | โ | ? |
|
||||
| Git ้ฉ
ๅ็้ๆ
้ ้ข | [โ](https://github.com/go-gitea/gitea/issues/302) | โ | โ | โ | โ | โ | โ |
|
||||
| Git ้ฉ
ๅ็้ๆ
้ ้ข | [โ๏ธ][gitea-pages-server], [โ๏ธ][gitea-caddy-plugin] | โ | โ | โ | โ | โ | โ |
|
||||
| Git ้ฉ
ๅ็ๆดๅ wiki | โ | โ | โ | โ | โ | โ | โ |
|
||||
| ้จ็ฝฒ Token | โ | โ | โ | โ | โ | โ | โ |
|
||||
| ๆๅฏซๅ
ฅๆฌ้็ๅฒๅญๅบซ Token | โ | โ | โ | โ | โ | โ | โ |
|
||||
|
@ -130,3 +132,6 @@ menu:
|
|||
| ๆดๅ Discord | โ | โ | โ | โ | โ | โ | โ |
|
||||
| ๆดๅ Microsoft Teams | โ | โ | โ | โ | โ | โ | โ |
|
||||
| ้กฏ็คบๅค้จ CI/CD ็ๆ
| โ | โ | โ | โ | โ | โ | โ |
|
||||
|
||||
[gitea-caddy-plugin]: https://github.com/42wim/caddy-gitea
|
||||
[gitea-pages-server]: https://codeberg.org/Codeberg/pages-server
|
||||
|
|
Loadingโฆ
Reference in New Issue