When using quicksetup, I need to have a configuration.yaml to configure the user account and friends account. But unluckily I cannot find the option or path to pass in the yaml file and I cannot create a user for the recorder. May I know how I can pass it in or is there any other methods to create accounts?
btw my docker config looks like this:
services:
otrecorder:
depends_on:
- otrecorder_mosquitto
environment:
OTR_HOST: otrecorder_mosquitto
image: owntracks/recorder
ports:
- '8083:8083'
restart: unless-stopped
volumes:
- owntrack_recorder/store:/store
otrecorder_mosquitto:
image: eclipse-mosquitto
ports:
- '1883:1883'
- '8883:8883'
restart: unless-stopped
volumes:
owntrack_recorder/mosquitto/data:/mosquitto/data
owntrack_recorder/mosquitto/logs:/mosquitto/logs
owntrack_recorder/mosquitto/conf:/mosquitto/config
volumes:
config: Null
mosquitto-conf: Null
mosquitto-data: Null
mosquitto-logs: Null
store: Null
When using quicksetup, I need to have a configuration.yaml to configure the user account and friends account. But unluckily I cannot find the option or path to pass in the yaml file and I cannot create a user for the recorder. May I know how I can pass it in or is there any other methods to create accounts?
btw my docker config looks like this: