Renamed configs dir

This commit is contained in:
jamesread 2021-10-18 08:45:48 +01:00
parent 636af5df90
commit d4cdf5bc53
4 changed files with 15 additions and 1 deletions

View File

@ -50,7 +50,7 @@ archives:
format: tar.gz
files:
- var/config.yaml
- configs/config.yaml
- LICENSE
- README.md
- Dockerfile

View File

@ -0,0 +1,14 @@
# There is a built-in micro proxy that will host the webui and REST API all on
# one port (this is called the "Single HTTP Frontend") and means you just need
# one open port in the container/firewalls/etc.
#
# Listen on all addresses available, port 1337
listenAddressSingleHTTPFrontend: 0.0.0.0:1337
hideNavigation: true
# Actions (buttons) to show up on the WebUI:
actions:
- title: Ping example.com
shell: ping example.com -c 1
icon: ping