MAJ statoolinfos #13
This commit is contained in:
parent
5b5dd5f1f3
commit
13ec6c7e91
|
@ -1,7 +1,15 @@
|
|||
conf.class=service
|
||||
conf.protocol=StatoolInfos-0.5
|
||||
|
||||
conf.probe.types=HttpAccessLog, HttpErrorLog
|
||||
conf.probe.types=HttpAccessLog, HttpErrorLog, Etherpad
|
||||
conf.probe.httpaccesslog.file=/var/log/nginx/pad.chalec.org/access.log*
|
||||
conf.probe.httperrorlog.file=/var/log/nginx/pad.chalec.org/error.log*
|
||||
conf.probe.target=/var/www/html/.well-known/statoolinfos/pad.chalec.org-metrics.properties
|
||||
conf.probe.etherpad.logs=/var/log/etherpad/output.log
|
||||
# jdbc:mariadb://localhost:1234/databasename
|
||||
# jdbc:mysql://localhost:1234/databasename
|
||||
# jdbc:postgresql://localhost:1234/pad
|
||||
# jdbc:sqlite:/foo/bar/databasename.sqlite
|
||||
conf.probe.etherpad.database.url=jdbc:postgresql://localhost:5432/pad
|
||||
conf.probe.etherpad.database.user=pad
|
||||
conf.probe.etherpad.database.password=
|
||||
|
|
|
@ -8,7 +8,7 @@ file.class = service
|
|||
file.protocol = ChatonsInfos-0.5
|
||||
|
||||
# Date et horaire de génération du fichier (type DATETIME, recommandé).
|
||||
file.datetime = 2022-02-10T20:38:00
|
||||
file.datetime = 2022-05-27T00:25:00
|
||||
|
||||
# Nom du générateur du fichier (type STRING, recommandé). Exemple : Florian avec ses doigts.
|
||||
file.generator = Emacs & le clavier magique
|
||||
|
@ -28,16 +28,16 @@ service.website = https://pad.chalec.org
|
|||
service.logo = https://pad.chalec.org/.well-known/statoolinfos/pad.chalec.org.svg
|
||||
|
||||
# Lien de la page web des mentions légales du service (type URL, recommandé). Exemple : https://pad.exemple.ext/cgu.html.
|
||||
service.legal.url =
|
||||
service.legal.url = https://www.chalec.org/mentions-legales.html
|
||||
|
||||
# Lien de la documentation web du service (type URL, recommandé).
|
||||
service.guide.technical = https://git.a-lec.org/a-lec/commissions/chalec/pad
|
||||
|
||||
# Lien des aides web pour le service (type URL, recommandé).
|
||||
service.guide.user =
|
||||
service.guide.user = https://www.chalec.org/service-pad.html
|
||||
|
||||
# Lien de la page de support du service (type URL, recommandé). Exemple : https://exemple.ext/contact.html.
|
||||
service.contact.url =
|
||||
service.contact.url = https://www.chalec.org/contact.html
|
||||
|
||||
# Courriel du support du service (type EMAIL, recommandé). Exemple : contact@exemple.ext.
|
||||
service.contact.email = contact+pad.statool@chalec.org
|
||||
|
@ -117,6 +117,10 @@ host.name = Libre en Communs
|
|||
# Description de l'hébergeur (type STRING, optionnel).
|
||||
host.description = Connaissance, partage, éducation et solidarité
|
||||
|
||||
# Nom générique de la distribution installée sur le serveur (type STRING, obligatoire, ex. YunoHost).
|
||||
host.server.distribution = Debian
|
||||
|
||||
|
||||
# Type de serveur (un parmi {NANO, PHYSICAL, VIRTUAL, SHARED, CLOUD}, obligatoire, ex. PHYSICAL).
|
||||
# NANO : nano-ordinateur (Raspberry Pi, Olimex…)
|
||||
# PHYSICAL : machine physique
|
||||
|
|
Loading…
Reference in New Issue