blob: 83388189ea3a1281ef8f1e14a43a68d4c9d7eedf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# infra->todo
* move dendrite and matrix-\* modules to modules/matrix/[..]
* Ensure functionality on polylith setup
1. Mirror userdb (mirror ldap, or migrate to pgsql+libnss-pgsql)
* Add a 'ctl' command to let users control their info
* move scripts to ./script
* use same option name for 'hostName', 'domain', etc (perhaps use `fqdn`?)
* don't blindly enable TLS, make `tls.enable, tls.acmeHost` for all modules
* set `hostName` default to `config.networking.hostName`
* DNS server should also be hosted here
* ^ subdomains should be replaced to `*`
* prometheus dashboard
|