diff --git a/msgba-web.example.yml b/msgba-web.example.yml new file mode 100644 index 0000000..e48a586 --- /dev/null +++ b/msgba-web.example.yml @@ -0,0 +1,6 @@ +--- +# Substitute with your path to the msgba socket, this is the root of the project +# https://git.owlcode.tech/sergiotarxz/msgba +# Must be started in order of this project to work. +# You have to have read/write permissions for this path. +domain_socket: "/var/lib/msgba/msgba/msgba.sock" diff --git a/msgba-web.yml b/msgba-web.yml deleted file mode 100644 index 5072808..0000000 --- a/msgba-web.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -domain_socket: "/home/sergio/msgba/msgba.sock" diff --git a/public/index.html b/public/index.html index 33267a9..dd9e0cc 100644 --- a/public/index.html +++ b/public/index.html @@ -5,6 +5,10 @@ +