ソースを参照

Renamed configs dir

jamesread 4 年 前
コミット
d4cdf5bc53

+ 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