I’m wondering if anyone has tried a setup where they configure the DNS record for one domain such that every subdomain of that domain works with yunohost, without further modification?
or if such a configuration could be possible?
for example if the domain was mydomain.com,
mail.mydomain.com
nextcloud.mydomain.com
ether.mydomain.com
could all be subdomains to be used with yunohost. I would still need to add each subdomain as a “domain” through the yunohost interface, but such that no further DNS modifications would be necessary.
currently, I create a new bind9 configuration for each new subdomain for each new app, using a small script to copy a template… but maybe there is some way to make this unnecessary?
in particular as I help setup non-technical users, it seems like such a configuration could be useful
curious to hear any setups or thoughts