forked from pool/forgejo
* Verify the ID of Forgejo Actions web endpoints belongs to the repository to prevent the deletion of runners or variables or the modification of variables * Enforce permissions on publicly available user or organizations projects to not leak information from issues and pull requests that belong to private repositories * fix(ui): display verified icon for default gpg key * fix: load settings for valid user and email check * Teach the doctor to remove orphaned two_factor with forgejo doctor check --run check-db-consistency --fix * fix: listing tokens must not require basic auth OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=51
7 lines
249 B
XML
7 lines
249 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<service>
|
|
<short>Forgejo</short>
|
|
<description>Forgejo is a self-hostable forge. It was forked from gitea, and has the old UI style from GitHub.</description>
|
|
<port protocol="tcp" port="3000"/>
|
|
</service>
|