1
0
Fork 0
Commit graph

8 commits

Author SHA1 Message Date
Matthew Holt
3459478438
Let TLZ_ORIGIN override allowed_origins config
Also print allowed origins on server start for debugging.

See #171
2025-11-14 09:33:43 -07:00
Dulanic
cb14cffe25
Support comma-separated values in TLZ_ORIGIN environment variable (#168)
Allow TLZ_ORIGIN to accept multiple origins separated by commas for more
flexible CORS configuration. Whitespace around each origin is trimmed and
empty values are filtered out.

Example: TLZ_ORIGIN="http://localhost:3000,http://example.com:8080"

Co-authored-by: Dulanic <Dulanic@users.noreply.github.com>
Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
2025-11-06 13:23:02 -07:00
Matthew Holt
fa9ad482b3
Place entities from GPX sources; several other improvements/fixes
Location processing is still being revised (WIP).
2025-06-09 17:18:44 -06:00
Matthew Holt
457e3f48cc
Support env var for origin configuration 2025-06-02 16:58:44 -06:00
Matthew Holt
e6ac91870b Custom trusted origins (close #52) 2025-06-02 10:14:26 -06:00
Matthew Holt
35979b4081
WIP: Config change that restarts app; refactor, bug fix map draw 2025-01-01 16:31:09 -07:00
Matthew Holt
3066ddbeb9
Major linting overhaul
I've addressed most of the "fast" linters errors locally in my editor.

Some linters are broken or buggy.
2024-08-29 16:43:52 -06:00
Matthew Holt
1daf6f4157
Initial open source commit 2024-08-11 08:02:27 -06:00