Gitea -> Forgejo
This commit is contained in:
parent
9d3ce464ee
commit
b8b86ad3e3
|
@ -24,6 +24,6 @@ Serveur PeerJS pour WebRTC | **<https://peerjs.garbaye.fr/myapp/>** | [peerjs-se
|
|||
## Accès restreint : inscriptions [sur demande](https://garbaye.fr/contact/)
|
||||
Service | Lien | Code source | Version
|
||||
--- | --- | --- | ---
|
||||
Forge projet libres | **<https://git.garbaye.fr>** | [Gitea](https://github.com/go-gitea/gitea) | *1.18.5*
|
||||
Forge projet libres | **<https://git.garbaye.fr>** | [Forgejo](https://codeberg.org/forgejo/forgejo) | *1.18.5-0*
|
||||
Messagerie instantanée | **<https://matrix.garbaye.fr>** | [Matrix/Synapse](https://github.com/matrix-org/synapse) | *1.76.0*
|
||||
Stockage de fichiers | **<https://seafile.garbaye.fr>** | [Seafile Server Core](https://github.com/haiwen/seafile-server) | *9.0.10*
|
||||
|
|
|
@ -134,7 +134,7 @@ subs.matrix = https://garbaye.fr/.well-known/chatonsinfos/service-matrix.propert
|
|||
subs.peerjs = https://garbaye.fr/.well-known/chatonsinfos/service-peerjs.properties
|
||||
subs.privatebin = https://garbaye.fr/.well-known/chatonsinfos/service-privatebin.properties
|
||||
subs.seafile = https://garbaye.fr/.well-known/chatonsinfos/service-seafile.properties
|
||||
subs.gitea = https://garbaye.fr/.well-known/chatonsinfos/service-gitea.properties
|
||||
subs.forgejo = https://garbaye.fr/.well-known/chatonsinfos/service-forgejo.properties
|
||||
subs.ntfy = https://garbaye.fr/.well-known/chatonsinfos/service-ntfy.properties
|
||||
|
||||
# [Metrics]
|
||||
|
|
|
@ -89,22 +89,22 @@ service.install.type = ARCHIVE
|
|||
|
||||
# [Software]
|
||||
# Nom du logiciel (type STRING, obligatoire).
|
||||
software.name = Gitea
|
||||
software.name = Forgejo
|
||||
|
||||
# Lien du site web du logiciel (type URL, recommandé).
|
||||
software.website = https://gitea.io/
|
||||
software.website = https://forgejo.org/
|
||||
|
||||
# Lien web vers la licence du logiciel (type URL, obligatoire).
|
||||
software.license.url = https://github.com/go-gitea/gitea/blob/main/LICENSE
|
||||
software.license.url = https://codeberg.org/forgejo/forgejo/raw/branch/forgejo/LICENSE
|
||||
|
||||
# Nom de la licence du logiciel (type STRING, obligatoire).
|
||||
software.license.name = MIT License
|
||||
|
||||
# Version du logiciel (type STRING, recommandé).
|
||||
software.version = 1.18.5
|
||||
software.version = 1.18.5-0
|
||||
|
||||
# Lien web vers les sources du logiciel (type URL, recommandé).
|
||||
software.source.url = https://github.com/go-gitea/gitea/
|
||||
software.source.url = https://codeberg.org/forgejo/forgejo
|
||||
|
||||
# Liste de modules optionnels installés (type VALUES, optionnel)
|
||||
# Exemples : Nextcloud-BigBlueButton, Nextcloud-Bookmark, Nextcloud-Calendar, Nextcloud-Carnet, Nextcloud-CollaboraOnline, Nextcloud-Onlyoffice, Nextcloud-Contacts, Nextcloud-Deck, Nextcloud-Forms,Nextcloud-Mail, Nextcloud-Maps, Nextcloud-News, Nextcloud-Notes, Nextcloud-Polls, Nextcloud-Spreed, Nextcloud-Talk, Nextcloud-Task
|
Loading…
Reference in a new issue