mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
Add support for TOML file data source
This commit is contained in:
@@ -13,6 +13,15 @@ address = "http://localhost:80"
|
||||
password = "woke"
|
||||
username = "woke"
|
||||
|
||||
[data]
|
||||
# By default, we use the woke.net streams data source.
|
||||
# You can add other URLs to fetch here:
|
||||
json-url = ["https://woke.net/api/streams.json"]
|
||||
|
||||
# You can also specify .toml files on disk. Streamwall will reload the data whenever the file changes.
|
||||
# See example.streams.toml for a sample.
|
||||
#toml-file = ["./example.streams.toml"]
|
||||
|
||||
[cert]
|
||||
# SSL certificates (optional)
|
||||
# If you specify an https:// URL for the "webserver" option, a certificate will be automatically generated and signed by Let's Encrypt.
|
||||
|
||||
Reference in New Issue
Block a user