mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
Add support for configuring the -vhostname, as it helps to get the right issuer into OAuth2 tokens. Also disable the mdns responder by default; when we're running on OpenWrt we have better options that that. Clean up the logging options, and also make it export $TZ to work around our musl hack which otherwise opens and reads /etc/TZ thousands of times a minute. Also drop the telldus dependency. Domoticz will dlopen that at runtime without having to have it present at build time at all, so it should still work for users who install it. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
config domoticz
|
|
option disabled '1'
|
|
# (combination of: all,normal,status,error,debug)
|
|
option loglevel 'normal'
|
|
# (combination of: all,normal,hardware,received,webserver,eventsystem,python,thread_id,sql,auth)
|
|
option debuglevel 'normal'
|
|
# [user|daemon|local0 .. local7]
|
|
option syslog 'daemon'
|
|
# You can point it at ACME certs directly and it reloads automatically when they change.
|
|
# option sslcert '/path/to/ssl.crt'
|
|
# option sslkey '/path/to/ssl.key'
|
|
# option sslpass 'passphrase'
|
|
# option ssldhparam '/path/to/dhparam.pem'
|
|
# option mdns '0'
|
|
# option www '8080'
|
|
option sslwww '0'
|
|
# CAUTION - by default, /var is not persistent accross reboots
|
|
# Don't forget the trailing / - domoticz requires it
|
|
option userdata '/var/lib/domoticz/'
|
|
|
|
#config device
|
|
# option product '658/200/0'
|
|
# option symlink 'ttyACM-aeotec-zstick-g5'
|
|
|
|
#config device
|
|
# option serial '526359'
|
|
# option symlink 'ttyUSB-serial'
|
|
|
|
#config device
|
|
# option usbif '2-1:1.0'
|
|
# option symlink 'ttyUSB-port1'
|
|
|
|
#config device
|
|
# option product '67b/2303/202'
|
|
# option usbif '2-2:1.0'
|
|
# option symlink 'ttyUSB-port2'
|