mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-18 09:45:03 +02:00
Deactivated IP6 for Mailu
This commit is contained in:
parent
43362e1694
commit
1b26f1da8d
3
Todo.md
3
Todo.md
@ -1,4 +1,5 @@
|
||||
# Todos
|
||||
- Implement multi language
|
||||
- Implement rbac administration interface
|
||||
- Implement ``MASK_CREDENTIALS_IN_LOGS`` for all sensible tasks
|
||||
- Implement ``MASK_CREDENTIALS_IN_LOGS`` for all sensible tasks
|
||||
- [Enable IP6 for docker](https://chatgpt.com/share/68a0acb8-db20-800f-9d2c-b34e38b5cdee).
|
@ -1,8 +1,5 @@
|
||||
# Todos
|
||||
- Implement hard restart into Backup for mailu
|
||||
<<<<<<< HEAD
|
||||
- Check if DKIM generation works on new setups
|
||||
- Implement auto reverse DNS
|
||||
=======
|
||||
- Implement auto reverse DNS
|
||||
>>>>>>> 0b19d115 (Added todos)
|
||||
- Activate IP6
|
@ -38,7 +38,7 @@ MAILU_DOVECOT_MAIL_VOLUME: "mailu_dovecot_mail"
|
||||
## Network
|
||||
MAILU_DNS_RESOLVER: "{{ networks.local['web-app-mailu'].dns_resolver }}"
|
||||
MAILU_IP4_PUBLIC: "{{ networks.internet.ip4 }}"
|
||||
MAILU_IP6_PUBLIC: false #Deactivated atm. but cloudflare logic present
|
||||
MAILU_IP6_PUBLIC: "" #Deactivated atm. but cloudflare logic present @todo activate it when it's configured for docker. See https://chatgpt.com/share/68a0acb8-db20-800f-9d2c-b34e38b5cdee
|
||||
MAILU_SUBNET: "{{ networks.local['web-app-mailu'].subnet }}"
|
||||
|
||||
## Credentials
|
||||
|
Loading…
x
Reference in New Issue
Block a user