openwisp / docker-openwisp

OpenWISP in docker. For production usage we recommend using the ansible-openwisp2 role.
https://openwisp.io/docs/dev/docker/
BSD 3-Clause "New" or "Revised" License
149 stars 75 forks source link

[chores] Updated tldextract and made ROOT_DOMAIN logic consistent #300

Closed nemesifier closed 3 months ago

nemesifier commented 3 months ago

A variable called ROOT_DOMAIN was computed with different methods in nginx and base image. The approach using the tldextract library seems more robust, therefore I decided to update the library and change the base image settings code accordingly.

Closes #281 Closes #273