Mddclient: structure

This commit is contained in:
2022-05-28 13:32:50 +02:00
parent a9f0b79fb9
commit c05a6717e4
4 changed files with 208 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
# The DEFAULT section contains the main domain config.
[DEFAULT]
# Dynamic DNS Server
SERVER=infomaniak.com
LOGIN=myUserName
PASSWORD=mySuperSecretPassword
# Main domain
DOMAIN=mysite.cloud
# If multiple subdomains are served from the same public url
# (the same fiber/DSL account) it is possible to optimize the
# domain updates: when the main one results already up-to-date,
# the others are not updated.
OPTIMIZE_API_CALLS=True
[matrix]
# The matrix.mysite.cloud subdomain
# This will be updated only if the main domain needed update
# (or the OPTIMIZE_API_CALLS setting is disabled)
DISABLED=True
DOMAIN=matrix.mysite.cloud
[mastodon]
# The mastodon.mysite.cloud subdomain
# This will be updated only if the main domain needed update
# (or the OPTIMIZE_API_CALLS setting is disabled)
DISABLED=True
DOMAIN=mastodon.mysite.cloud