1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moncycle_ynh.git synced 2024-09-03 19:46:16 +02:00
moncycle_ynh/config_panel.toml

94 lines
2.2 KiB
TOML
Raw Normal View History

2024-02-21 06:27:12 +01:00
version = "1.0"
[main]
2024-02-21 17:25:51 +01:00
name = "Configuration"
2024-02-21 17:36:14 +01:00
services = [ 'php8.3-fpm']
2024-02-21 07:01:54 +01:00
2024-02-21 17:19:58 +01:00
[main.comptes]
2024-02-21 17:25:51 +01:00
name = "Comptes"
2024-02-21 07:01:54 +01:00
2024-02-21 17:19:58 +01:00
[main.comptes.creation_compte]
ask.en = "Enable account creation"
ask.fr = "Permettre la création de nouveaux comptes"
2024-02-21 17:51:39 +01:00
type = "boolean"
yes = true
no = false
default = true
2024-02-21 17:19:58 +01:00
help = "Don't disable account creation before creating one for yourself !"
2024-02-21 07:01:54 +01:00
2024-02-21 17:19:58 +01:00
[main.comptes.connexion_compte]
ask.en = "Enable account connexion"
ask.fr = "Permettre la connexion aux comptes"
2024-02-21 17:56:53 +01:00
type = "boolean"
yes = true
no = false
default = true
2024-02-21 17:19:58 +01:00
[main.export]
2024-02-21 17:25:51 +01:00
name = "Export"
2024-02-21 17:19:58 +01:00
[main.export.csv_sep]
ask.en = "Separator for data export in csv format"
ask.fr = "Séparateur pour l'export des données au format csv"
2024-02-22 05:34:38 +01:00
type = "string"
2024-02-21 19:09:42 +01:00
default = ';'
2024-02-22 19:06:49 +01:00
[statistics]
name = "Statistiques"
[statistics.comptes]
name = "Satistiques des comptes"
[statistics.comptes.moncycle_app_nb_compte]
ask.fr = "Nombre de comptes"
type = "number"
readonly = true
[statistics.comptes.moncycle_app_nb_session]
ask.fr = "Nombre de sessions"
type = "number"
readonly = true
[statistics.comptes.moncycle_app_visite_mensuel]
ask.fr = "Nombre de visites mensuelles"
type = "number"
readonly = true
[statistics.comptes.moncycle_app_visite_hebdo]
ask.fr = "Nombre de visites hebdomadaires"
type = "number"
readonly = true
[statistics.comptes.moncycle_app_visite_jour]
ask.fr = "Nombre de visites quotidiennes"
type = "number"
readonly = true
[statistics.comptes.moncycle_app_nb_compte_actif]
ask.fr = "Nombre de comptes actifs"
type = "number"
readonly = true
[statistics.comptes.moncycle_app_pc_compte_actif]
ask.fr = "Pourcentage de comptes actifs"
2024-02-22 19:19:55 +01:00
type = "string"
2024-02-22 19:06:49 +01:00
readonly = true
[statistics.comptes.moncycle_app_nb_compte_avec_totp]
ask.fr = "Nombre de comptes avec totp"
type = "number"
readonly = true
[statistics.comptes.moncycle_app_nb_compte_actif_billings]
ask.fr = "Nombre de comptes Billings actifs"
type = "number"
readonly = true
[statistics.comptes.moncycle_app_pc_compte_actif_billings]
ask.fr = "Pourcentage de comptes actifs Billings"
2024-02-22 19:19:55 +01:00
type = "string"
2024-02-22 19:06:49 +01:00
readonly = true
2024-02-22 12:55:56 +01:00