Explorar el Código

bareos-webui: make it work wirh latest version

Maximilian Ronniger hace 6 años
padre
commit
e050e0e9e4
Se han modificado 3 ficheros con 14 adiciones y 1 borrados
  1. 3 0
      bareos-dir.d/console/admin.conf
  2. 0 1
      webui
  3. 11 0
      webui/directors.ini

+ 3 - 0
bareos-dir.d/console/admin.conf

@@ -5,4 +5,7 @@ Console {
   Name = admin
   Password = "Mataji"
   Profile = "webui-admin"
+  # disable tls, as we need to manage certs to make it work
+  # https://docs.bareos.org/master/TasksAndConcepts/TransportEncryption.html#bareoswebui
+  TLS Enable = No
 }

+ 0 - 1
webui

@@ -1 +0,0 @@
-../bareos-webui/

+ 11 - 0
webui/directors.ini

@@ -0,0 +1,11 @@
+[lto7-dir]
+enabled = "yes"
+diraddress = "10.0.21.5"
+dirport = 9101
+catalog = "postgres_bareos"
+tls_verify_peer = false
+server_can_do_tls = false
+server_requires_tls = false
+client_can_do_tls = false
+client_requires_tls = false
+