Closed mssever closed 5 months ago
I agree.
If you feel like providing a PR (much appreciated), the nginx configuration for this is in https://github.com/owntracks/quicksetup/tree/main/files/nginx/ with the file you'll probably want to modify in owntracks.j2
. This is a Jinja2 template which is templated out by Ansible.
The templated stuff is between {{
and }}
and {%
and %}
respectively; I don't assume you'll have to modify things there.
Steps to reproduce
quicksetup
installation with the hostnameowntracks.example.com
https://owntracks.example.com
.https://owntracks.example.com/owntracks
.Preferred behavior
Since
quicksetup
assumes (and reasonably so) that it controls the server, then either:https://owntracks.example.com
; or/
should redirect to/owntracks
.I would submit a pull request, but I don't know enough about ansible to even find where this is configured.