ajout gitea
This commit is contained in:
parent
2790c90002
commit
f7c5395f6e
|
@ -7,60 +7,60 @@
|
|||
file.class = service
|
||||
|
||||
# Version de l'ontologie utilisée utilisé (type STRING, recommandé).
|
||||
file.protocol = ChatonsInfos-0.2
|
||||
file.protocol = ChatonsInfos-0.3
|
||||
|
||||
# Date et horaire de génération du fichier (type DATETIME, recommandé).
|
||||
file.datetime =
|
||||
file.datetime = 2021-05-19T2021-05-19
|
||||
|
||||
# Nom du générateur du fichier (type STRING, recommandé).
|
||||
file.generator =
|
||||
file.generator = vim
|
||||
|
||||
|
||||
# [Service]
|
||||
# Nom du service (type STRING, obligatoire).
|
||||
service.name =
|
||||
service.name = gitea
|
||||
|
||||
# Description du service (type STRING, recommandé).
|
||||
service.description =
|
||||
service.description = Forge logicielle
|
||||
|
||||
# Lien du site web du service (type URL, recommandé).
|
||||
service.website =
|
||||
service.website = https://git/hadoly.fr
|
||||
|
||||
# Lien du logo du service (type URL, recommandé, ex. https://www.chapril.org/.well-known/statoolinfos/chapril-logo-mini.png).
|
||||
service.logo =
|
||||
service.logo = https://hadoly.fr/logo_violet_32x32.png
|
||||
|
||||
# Lien de la page web des mentions légales du service (type URL, recommandé).
|
||||
service.legal.url =
|
||||
service.legal.url = https://hadoly.fr/mentions.html
|
||||
|
||||
# Lien de la documentation web du service (type URL, recommandé).
|
||||
service.guide.technical =
|
||||
service.guide.technical = https://wiki.hadoly.fr/documentation_technique:gitea
|
||||
|
||||
# Lien des aides web pour le service (type URL, recommandé).
|
||||
service.guide.user = https://wiki.hadoly.fr/guides:guide_adherent
|
||||
|
||||
# Lien de la page de support du service (type URL, recommandé).
|
||||
service.contact.url =
|
||||
service.contact.url = https://hadoly.fr/#nous-contacter
|
||||
|
||||
# Courriel du support du service (type EMAIL, recommandé).
|
||||
service.contact.email =
|
||||
service.contact.email = contact@hadoly.fr
|
||||
|
||||
# Date d'ouverture du service (type DATE, obligatoire).
|
||||
service.startdate =
|
||||
service.startdate = 01/04/2018
|
||||
|
||||
# Date de fermeture du service (type DATE, optionnel).
|
||||
service.enddate =
|
||||
|
||||
# Statut du service (un parmi {OK, WARNING, ALERT, ERROR, OVER, VOID}, obligatoire).
|
||||
service.status.level =
|
||||
service.status.level = OK
|
||||
|
||||
# Description du statut du service (type STRING, optionnel, ex. mise à jour en cours)
|
||||
service.status.description =
|
||||
service.status.description = up and running
|
||||
|
||||
# Inscriptions requises pour utiliser le service (un ou plusieurs parmi {None, Free, Member, Client}, obligatoire, ex. Free,Member).
|
||||
service.registration =
|
||||
service.registration = Member
|
||||
|
||||
# Capacité à accueillir de nouveaux utilisateurs (un parmi {open,full}, obligatoire).
|
||||
service.registration.load =
|
||||
service.registration.load = open
|
||||
|
||||
# Type d'installation du service, une valeur parmi {DISTRIBUTION, PROVIDER, PACKAGE, TOOLING, CLONEREPO, ARCHIVE, SOURCES, CONTAINER}, obligatoire.
|
||||
# DISTRIBUTION : installation via le gestionnaire d'une distribution (apt, yum, etc.).
|
||||
|
@ -74,27 +74,27 @@ service.registration.load =
|
|||
# L'installation d'un service via un paquet Snap avec apt sous Ubuntu doit être renseigné CONTAINER.
|
||||
# L'installation d'une application ArchLinux doit être renseignée DISTRIBUTION.
|
||||
# L'installation d'une application Yunohost doit être renseignée DISTRIBUTION.
|
||||
service.install.type =
|
||||
service.install.type = ARCHIVE
|
||||
|
||||
|
||||
# [Software]
|
||||
# Nom du logiciel (type STRING, obligatoire).
|
||||
software.name =
|
||||
software.name = gitea
|
||||
|
||||
# Lien du site web du logiciel (type URL, recommandé).
|
||||
software.website =
|
||||
software.website = https://gitea.com
|
||||
|
||||
# Lien web vers la licence du logiciel (type URL, obligatoire).
|
||||
software.license.url =
|
||||
software.license.url = https://github.com/go-gitea/gitea/blob/main/LICENSE
|
||||
|
||||
# Nom de la licence du logiciel (type STRING, obligatoire).
|
||||
software.license.name =
|
||||
software.license.name = MIT
|
||||
|
||||
# Version du logiciel (type STRING, recommandé).
|
||||
software.version =
|
||||
|
||||
# Lien web vers les sources du logiciel (type URL, recommandé).
|
||||
software.source.url =
|
||||
software.source.url = https://github.com/go-gitea/gitea/
|
||||
|
||||
# Liste de modules optionnels installés (type VALUES, optionnel, ex. Nextcloud-Calendar,Nextcloud-Talk).
|
||||
software.modules =
|
||||
|
@ -102,7 +102,7 @@ software.modules =
|
|||
|
||||
# [Host]
|
||||
# Nom de l'hébergeur de la machine qui fait tourner le service, dans le cas d'un auto-hébergement c'est vous ! (type STRING, obligatoire).
|
||||
host.name =
|
||||
host.name = Hadoly
|
||||
|
||||
# Description de l'hébergeur (type STRING, optionnel).
|
||||
host.description =
|
||||
|
@ -113,14 +113,14 @@ host.description =
|
|||
# VIRTUAL : machine virtuelle
|
||||
# SHARED : hébergement mutualisé
|
||||
# CLOUD : infrastructure multi-serveurs
|
||||
host.server.type =
|
||||
host.server.type = VIRTUAL
|
||||
|
||||
# Type d'hébergement (un parmi {HOME, HOSTEDBAY, HOSTEDSERVER, OUTSOURCED}, obligatoire, ex. HOSTEDSERVER).
|
||||
# HOME : hébergement à domicile
|
||||
# HOSTEDBAY : serveur personnel hébergé dans une baie d'un fournisseur
|
||||
# HOSTEDSERVER : serveur d'un fournisseur
|
||||
# OUTSOURCED : infrastructure totalement sous-traitée
|
||||
host.provider.type =
|
||||
host.provider.type = HOSTEDBAY
|
||||
|
||||
# Si vous avez du mal à remplir les champs précédents, ce tableau pourra vous aider :
|
||||
# NANO PHYSICAL VIRTUAL SHARED CLOUD
|
||||
|
@ -131,11 +131,11 @@ host.provider.type =
|
|||
# Légendes : pm : physical machine ; vm : virtual machine ; vps : virtual private server.
|
||||
|
||||
# Pays de l'hébergeur (type STRING, recommandé).
|
||||
host.country.name =
|
||||
host.country.name = France
|
||||
|
||||
# Code pays de l'hébergeur (type COUNTRY_CODE sur 2 caractères, obligatoire, ex. FR ou BE ou CH ou DE ou GB).
|
||||
# Table ISO 3166-1 alpha-2 : https://fr.wikipedia.org/wiki/ISO_3166-1#Table_de_codage
|
||||
host.country.code =
|
||||
host.country.code = FR
|
||||
|
||||
|
||||
# [Subs]
|
||||
|
|
Loading…
Reference in New Issue