Peter Thomassen

Results 225 comments of Peter Thomassen

closed accidentally during master branch rename

Thanks for the report! Would you like to come up with better explanations, and submit a PR to improve the documentation?

I think one currently needs to figure that out from the certbot documentation (I also don't know the answer from the top of my head).

Our certbot hook is being replaced by @nils-wisiol's new [certbot plugin](https://pypi.org/project/certbot-dns-desec/). Let's use this ticket for tracking necessary adjustments to our documentation reflecting that switch.

Thanks for this new PR, @andreasnuesslein! In the code changes, `VUE_APP_API_BASE_URL` sometimes seems to refer to the full URL (`https://desec.io/api/v1/`), and sometimes just to the path (`/api/v1/`). It seems to...

closed accidentally during master branch rename

> I noticed that the sort by setting is consistent between sessions I would be surprised if that is the case, as we do not store any cookies. I also...

- [x] TXT records: add validation to require quotes (requires adding a trivial `RecordTXT.vue`)

See the `email_backend` argument at https://docs.djangoproject.com/en/dev/topics/logging/#django.utils.log.AdminEmailHandler Seems simple enough. However, I'm not sure how to _extend_ [Django's default logging configuration](https://docs.djangoproject.com/en/dev/topics/logging/#django-s-default-logging-configuration) with this setting, as opposed to overwriting it.