Browse Source

Renamed configs dir

jamesread 4 years ago
parent
commit
d4cdf5bc53
4 changed files with 15 additions and 1 deletions
  1. 1 1
      .goreleaser.yml
  2. 14 0
      configs/config.hiddenNav.yaml
  3. 0 0
      configs/config.individualPorts.yaml
  4. 0 0
      configs/config.yaml

+ 1 - 1
.goreleaser.yml

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

+ 14 - 0
configs/config.hiddenNav.yaml

@@ -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

+ 0 - 0
var/config.individualPorts.yaml → configs/config.individualPorts.yaml


+ 0 - 0
var/config.yaml → configs/config.yaml