mise à jour
This commit is contained in:
parent
3531759f9d
commit
b17d67a147
1 changed files with 17 additions and 13 deletions
|
@ -37,17 +37,17 @@ organization.socialnetworks.diaspora = https://pod.g3l.org/u/linux07
|
||||||
#organization.socialnetworks.funkwhale =
|
#organization.socialnetworks.funkwhale =
|
||||||
organization.socialnetworks.mastodon = https://m.g3l.org/@linux07
|
organization.socialnetworks.mastodon = https://m.g3l.org/@linux07
|
||||||
#organization.socialnetworks.pleroma =
|
#organization.socialnetworks.pleroma =
|
||||||
#organization.socialnetworks.mobilizon = https://mobilizon.linux07.fr/@linux07
|
organization.socialnetworks.mobilizon = https://mobilizon.linux07.fr/@linux07
|
||||||
#organization.socialnetworks.peertube =
|
#organization.socialnetworks.peertube =
|
||||||
#organization.socialnetworks.pixelfeld =
|
#organization.socialnetworks.pixelfeld =
|
||||||
#organization.socialnetworks.twitter =
|
#organization.socialnetworks.twitter =
|
||||||
|
|
||||||
# Adresse vers les salons/équipes de discussion publics de l'organisation (type STRING, optionnel).
|
# Adresse vers les salons/équipes de discussion publics de l'organisation (type STRING, optionnel).
|
||||||
# Liste non exhaustive à laquelle vous pouvez ajouter d'autres services.
|
# Liste non exhaustive à laquelle vous pouvez ajouter d'autres services.
|
||||||
organization.chatrooms.xmpp =
|
#organization.chatrooms.xmpp =
|
||||||
organization.chatrooms.irc =
|
#organization.chatrooms.irc =
|
||||||
organization.chatrooms.matrix =
|
#organization.chatrooms.matrix =
|
||||||
organization.chatrooms.rocketchat =
|
#organization.chatrooms.rocketchat =
|
||||||
organization.chatrooms.mattermost = https://chat.linux07.fr/signup_user_complete/?id=bem7qc4wn7gkfmygsmezczk4zr
|
organization.chatrooms.mattermost = https://chat.linux07.fr/signup_user_complete/?id=bem7qc4wn7gkfmygsmezczk4zr
|
||||||
|
|
||||||
# Nom du propriétaire de l'organisation (type STRING, optionnel, ex. Devinsy).
|
# Nom du propriétaire de l'organisation (type STRING, optionnel, ex. Devinsy).
|
||||||
|
@ -93,13 +93,13 @@ organization.memberof.chatons.startdate =
|
||||||
organization.memberof.chatons.enddate =
|
organization.memberof.chatons.enddate =
|
||||||
|
|
||||||
# Statut en tant que membre de l'organisation (un parmi {ACTIVE, IDLE, AWAY}, obligatoire).
|
# Statut en tant que membre de l'organisation (un parmi {ACTIVE, IDLE, AWAY}, obligatoire).
|
||||||
organization.memberof.chatons.status.level =
|
organization.memberof.chatons.status.level = ACTIVE
|
||||||
|
|
||||||
# Description du statut en tant que membre de l'organisation (type STRING, optionnel, ex. en sommeil).
|
# Description du statut en tant que membre de l'organisation (type STRING, optionnel, ex. en sommeil).
|
||||||
organization.memberof.chatons.status.description =
|
organization.memberof.chatons.status.description =
|
||||||
|
|
||||||
# Pays de l'organisation (type STRING, recommandé, ex. France).
|
# Pays de l'organisation (type STRING, recommandé, ex. France).
|
||||||
organization.country.name =
|
organization.country.name = France
|
||||||
|
|
||||||
# Code pays de l'organisation (type COUNTRY_CODE sur 2 caractères, obligatoire, ex.ex. FR ou BE ou CH ou DE ou GB).
|
# Code pays de l'organisation (type COUNTRY_CODE sur 2 caractères, obligatoire, ex.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
|
# Table ISO 3166-1 alpha-2 : https://fr.wikipedia.org/wiki/ISO_3166-1#Table_de_codage
|
||||||
|
@ -119,18 +119,22 @@ organization.geolocation.address =
|
||||||
# Liens vers les services de paiement permettant de récolter des donations pour votre chaton (type URL, optionnel).
|
# Liens vers les services de paiement permettant de récolter des donations pour votre chaton (type URL, optionnel).
|
||||||
# Dans le cas d'une solution maison (exemple : pont vers votre banque), choisir "organization.funding.custom".
|
# Dans le cas d'une solution maison (exemple : pont vers votre banque), choisir "organization.funding.custom".
|
||||||
# Liste non exhaustive à laquelle vous pouvez ajouter d'autres services.
|
# Liste non exhaustive à laquelle vous pouvez ajouter d'autres services.
|
||||||
organization.funding.liberapay =
|
#organization.funding.liberapay =
|
||||||
organization.funding.tipee =
|
#organization.funding.tipee =
|
||||||
organization.funding.helloasso = https://www.helloasso.com/associations/linux07
|
organization.funding.helloasso = https://www.helloasso.com/associations/linux07
|
||||||
organization.funding.paypal =
|
#organization.funding.paypal =
|
||||||
organization.funding.custom =
|
#organization.funding.custom =
|
||||||
|
|
||||||
|
|
||||||
# [Subs]
|
# [Subs]
|
||||||
# Un lien vers un fichier properties complémentaire (type URL, optionnel)
|
# Un lien vers un fichier properties complémentaire (type URL, optionnel)
|
||||||
# Une clé (nomination libre) pour chacun de vos services,
|
# Une clé (nomination libre) pour chacun de vos services,
|
||||||
# par exemple pour un service etherpad : subs.etherpad = https://www.monchaton.ext/.well-known/etherpad.properties
|
# par exemple pour un service etherpad : subs.etherpad = https://www.monchaton.ext/.well-known/etherpad.properties
|
||||||
subs.foo1 =
|
subs.etherpad =
|
||||||
|
subs.cryptpad =
|
||||||
|
subs.libreto =
|
||||||
|
subs.opensondage =
|
||||||
|
subs.mobilizon =
|
||||||
|
subs.nextcloud =
|
||||||
|
|
||||||
# [Metrics]
|
# [Metrics]
|
||||||
|
|
Loading…
Reference in a new issue