diff options
| author | stuebinm | 2026-05-13 00:05:37 +0200 |
|---|---|---|
| committer | stuebinm | 2026-05-13 00:05:37 +0200 |
| commit | dbb5c4b6b882cd99981eb854386586854a23fdec (patch) | |
| tree | 7cf698de3ceae355e9f040a6563b1139be029b99 /tracktrain.cabal | |
| parent | d668e36403c293c86f761e4ac9f902cda73f4a7d (diff) | |
There is no back-channel with which we could retrieve the config that is
currently on an owntracks client. However, we can send out each config
with its own slightly tweaked host url, so that we can detect its
provisioning on the incoming requests anyways.
Credits for the idea go to Emily.
Diffstat (limited to 'tracktrain.cabal')
| -rw-r--r-- | tracktrain.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tracktrain.cabal b/tracktrain.cabal index 64b6edb..fb9cc70 100644 --- a/tracktrain.cabal +++ b/tracktrain.cabal @@ -100,6 +100,7 @@ library , monad-control , esqueleto , base64 + , network-uri hs-source-dirs: lib exposed-modules: GTFS , Server |
