owntracks / quicksetup

A (mostly) automated installer for OwnTracks Recorder, Frontend with MQTT and Let's Encrypt
https://owntracks.org/booklet/guide/quicksetup/
12 stars 3 forks source link

configuration.yaml: do we need to differenciate ios/android devices? #10

Closed jpmens closed 7 months ago

jpmens commented 7 months ago

OTRC config can contain keys which either OS doesn't support, but there are some keys with values that need to differ:

jpmens commented 7 months ago

We might revisit this at some time.

jpmens commented 7 months ago

If we want to differentiate via *.php, I captured headers with:

file_put_contents("/tmp/i.out", print_r(getallheaders(), true));

with the following results (headers with sensitive content removed):