39 lines
635 B
Markdown
39 lines
635 B
Markdown
# ketreweb containers
|
|
|
|
## ketreweb
|
|
|
|
nginx and apache2
|
|
monitors keys from ./config/letsencrypt and restarts nginx and apache if changed
|
|
|
|
apache2 is only being used for mailman, which is currently offline
|
|
|
|
## ketreweb-roundcube
|
|
|
|
default container for roundcube
|
|
|
|
## ketreweb-cron
|
|
|
|
Runs letsencrypt via cron once per day
|
|
Runs email-check via cron once per day
|
|
|
|
## ketreweb-mail
|
|
|
|
uses LDAP to 192.168.1.78
|
|
dovecot
|
|
postfix
|
|
|
|
## ketrenet-dns
|
|
|
|
Runs dhcp and bind
|
|
|
|
Host needs to have following in /etc/systemd/resolved.conf:
|
|
|
|
```bash
|
|
[Resolve]
|
|
DNSStubListener=no
|
|
DNSStubListenerExtra=1053
|
|
```
|
|
|
|
```bash
|
|
sudo systemctl restart systemd-resolved
|
|
``` |