3cf985f2409c41308f119f85909a938c3abe2126
Technitium manages its own authentication and does not integrate with YunoHost SSO. When auth_header is enabled (the default), SSOwat injects an 'Authorization: Basic' header containing the YunoHost user's credentials into every proxied request. Technitium receives this header, attempts to authenticate the YunoHost user against its own user database, fails silently, and redirects back to its login page — creating a login loop that affects users who are logged into YunoHost SSO. Setting auth_header = false prevents SSOwat from injecting credentials, allowing Technitium to handle authentication with its own login form. The app already correctly declares sso = false and ldap = false, making auth_header = false the consistent and expected setting.
Technitium DNS, packaged for YunoHost
DNS server for privacy and security
Screenshots
📦 Developer info
🛠️ Upstream Technitium DNS repository: https://github.com/TechnitiumSoftware/DnsServer
Pull request are welcome and should target the testing branch.
The testing branch can be tested using:
# fresh install:
sudo yunohost app install https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing
# upgrade an existing install:
sudo yunohost app upgrade technitium-dns -u https://github.com/YunoHost-Apps/technitium-dns_ynh/tree/testing
📚 App packaging documentation
Please see https://doc.yunohost.org/packaging_apps for more information.
Description
Languages
Shell
100%
