From 28fe1189f3346812059fcf18c29c474b0a031ae3 Mon Sep 17 00:00:00 2001 From: Sergiotarxz Date: Fri, 24 Mar 2023 03:37:06 +0100 Subject: [PATCH] Adding noscript message and moving the config to an example file to ensure the user modifies for their fitness the file --- msgba-web.example.yml | 6 ++++++ msgba-web.yml | 2 -- public/index.html | 4 ++++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 msgba-web.example.yml delete mode 100644 msgba-web.yml 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 @@ +