1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owntracks_ynh.git synced 2024-09-03 19:56:24 +02:00
owntracks_ynh/conf/env
2024-06-03 20:04:17 +02:00

25 lines
402 B
Text

# ---------------------- #
# RECORDER CONFIGURATION #
# ---------------------- #
OTR_STORAGEDIR=__DATA_DIR__
OTR_SERVERLABEL=OwnTrack
# MQTT
#OTR_HOST=127.0.0.1
OTR_PORT=0
#OTR_USER
#OTR_PASS
#OTR_QOS
#OTR_TOPICS
#OTR_CAFILE
#OTR_CAPATH
#OTR_CERTFILE
#OTR_KEYFILE
#OTR_IDENTITY
#OTR_PSK
# REVERSE PROXY
OTR_HTTPHOST=127.0.0.1
OTR_HTTPPORT=__PORT__
OTR_HTTPPREFIX=https://__DOMAIN____PATH__/recorder