Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update configuring-playbook-bot-postmoogle.md #2623

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Gregivy
Copy link

@Gregivy Gregivy commented Apr 4, 2023

Add details about configuring custom domains for Postmoogle

Add details about configuring custom domains for Postmoogle
Comment on lines +30 to +33
# SSL certificates configuration for custom domains
# Optional configuration, required if custom domains for postmoogle are used
matrix_ssl_additional_domains_to_obtain_certificates_for:
- "other.domain"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part is incorrect.

The matrix_bot_postmoogle_domains list is already automatically injected into matrix_ssl_domains_to_obtain_certificates_for as seen here:

(matrix_bot_postmoogle_domains if matrix_bot_postmoogle_enabled else [])

There's no need to add them a second time by manually adding them as additional domains in matrix_ssl_additional_domains_to_obtain_certificates_for

Copy link
Author

@Gregivy Gregivy Apr 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without explicitly setting this variable matrix_ssl_additional_domains_to_obtain_certificates_for it wasn't working. The same problem as here #2613 with matrix-traefik-certs-dumper-wait-for-domain remained until I added the additional domains line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants