Pass through more info from nginx and log it, to help me figure out who's using Spothole and contact them about upcoming API changes. Also an enabler for #101.

This commit is contained in:
Ian Renton
2026-06-20 12:17:13 +01:00
parent 92121d7953
commit 5c598f91e6
11 changed files with 79 additions and 23 deletions

View File

@@ -95,8 +95,8 @@
<script>
let spotProvidersEnabledByDefault = {% raw json_encode(web_ui_options["spot-providers-enabled-by-default"]) %};
</script>
<script src="/js/spotsbandsandmap.js?v=1781947166"></script>
<script src="/js/map.js?v=1781947166"></script>
<script src="/js/spotsbandsandmap.js?v=1781954233"></script>
<script src="/js/map.js?v=1781954233"></script>
<script>$(document).ready(function () {
$("#nav-link-map").addClass("active");
}); <!-- highlight active page in nav --></script>