🍽 Fork YunoHost — snapshot mangé par la machine à tsoins
Upstream: https://github.com/YunoHost/yunohost @ 3a5f8bac8301c450897b96cbd43a4c7d3ba750fb But (José) : transformer tout le code en bions + ploxions du xerboxion. La carte de digestion vit au labo : /yunohost-digest.json
This commit is contained in:
125
share/config_domain.toml
Normal file
125
share/config_domain.toml
Normal file
@@ -0,0 +1,125 @@
|
||||
version = "1.0"
|
||||
i18n = "domain_config"
|
||||
|
||||
[feature]
|
||||
|
||||
[feature.mail]
|
||||
[feature.mail.mail_out]
|
||||
type = "boolean"
|
||||
default = 1
|
||||
|
||||
[feature.mail.mail_in]
|
||||
type = "boolean"
|
||||
default = 1
|
||||
|
||||
[feature.app]
|
||||
[feature.app.default_app]
|
||||
type = "app"
|
||||
filter = "is_webapp"
|
||||
default = "_none"
|
||||
|
||||
[feature.portal]
|
||||
# Only available for "topest" domains
|
||||
|
||||
[feature.portal.enable_public_apps_page]
|
||||
type = "boolean"
|
||||
default = false
|
||||
|
||||
[feature.portal.show_other_domains_apps]
|
||||
type = "boolean"
|
||||
default = true
|
||||
|
||||
[feature.portal.portal_title]
|
||||
type = "string"
|
||||
default = "YunoHost"
|
||||
|
||||
[feature.portal.portal_logo]
|
||||
type = "file"
|
||||
accept = ["image/png", "image/jpeg", "image/svg+xml"]
|
||||
mode = "python"
|
||||
bind = "/usr/share/yunohost/portal/customassets/{filename}{ext}"
|
||||
|
||||
[feature.portal.portal_theme]
|
||||
type = "select"
|
||||
choices = ["system", "light", "dark", "omg", "legacy", "black", "synthwave", "halloween", "coffee", "cupcake", "cyberpunk", "valentine", "nord"]
|
||||
default = "system"
|
||||
|
||||
[feature.portal.portal_tile_theme]
|
||||
type = "select"
|
||||
optional = false
|
||||
choices = ["descriptive", "simple", "periodic"]
|
||||
default = "simple"
|
||||
|
||||
[feature.portal.search_engine]
|
||||
type = "url"
|
||||
default = ""
|
||||
|
||||
[feature.portal.search_engine_name]
|
||||
type = "string"
|
||||
visible = "search_engine"
|
||||
|
||||
[feature.portal.portal_user_intro]
|
||||
type = "text"
|
||||
|
||||
[feature.portal.portal_public_intro]
|
||||
type = "text"
|
||||
|
||||
# FIXME link to GCU
|
||||
|
||||
[feature.portal.custom_css]
|
||||
# NB: this is wrote into "/usr/share/yunohost/portal/customassets/{domain}.custom.css"
|
||||
type = "text"
|
||||
|
||||
[dns]
|
||||
|
||||
[dns.registrar]
|
||||
# This part is automatically generated in DomainConfigPanel
|
||||
|
||||
[cert]
|
||||
|
||||
[cert.cert_]
|
||||
# The section has a different id than 'cert' otherwise it ends up with an unecessary "name" because it's defined for the panel (in i18n.json)
|
||||
|
||||
[cert.cert_.cert_summary]
|
||||
type = "alert"
|
||||
# Automatically filled by DomainConfigPanel
|
||||
|
||||
[cert.cert_.cert_validity]
|
||||
type = "number"
|
||||
readonly = true
|
||||
visible = "false"
|
||||
# Automatically filled by DomainConfigPanel
|
||||
|
||||
[cert.cert_.cert_issuer]
|
||||
type = "string"
|
||||
visible = false
|
||||
# Automatically filled by DomainConfigPanel
|
||||
|
||||
[cert.cert_.acme_eligible]
|
||||
type = "boolean"
|
||||
visible = false
|
||||
# Automatically filled by DomainConfigPanel
|
||||
|
||||
[cert.cert_.acme_eligible_explain]
|
||||
type = "alert"
|
||||
style = "warning"
|
||||
visible = "acme_eligible == false || acme_eligible == null"
|
||||
|
||||
[cert.cert_.cert_no_checks]
|
||||
type = "boolean"
|
||||
default = false
|
||||
visible = "acme_eligible == false || acme_eligible == null"
|
||||
|
||||
[cert.cert_.cert_install]
|
||||
type = "button"
|
||||
icon = "star"
|
||||
style = "success"
|
||||
visible = "cert_issuer != 'letsencrypt'"
|
||||
enabled = "acme_eligible || cert_no_checks"
|
||||
|
||||
[cert.cert_.cert_renew]
|
||||
type = "button"
|
||||
icon = "refresh"
|
||||
style = "warning"
|
||||
visible = "cert_issuer == 'letsencrypt'"
|
||||
enabled = "acme_eligible || cert_no_checks"
|
||||
Reference in New Issue
Block a user