Automate installation process;

Add command line prompt to set configurations;
Update document README.
This commit is contained in:
Schimon Jehudah, Adv. 2024-11-20 17:21:26 +02:00
parent 2cdba527f6
commit 5fd6a6c710
8 changed files with 136 additions and 22 deletions

View file

@ -0,0 +1,15 @@
# An account to connect XMPP Journal Publisher to the XMPP network.
[account]
xmpp = "" # Jabber ID.
pass = "" # Password.
# A default node, when no arguments are set.
[default]
pubsub = "" # Jabber ID.
nodeid = "" # Node ID.
# Settings
[settings]
service = "" # Enable server as a service.
include = "" # Limit service to a given domain.
operator = "" # A Jabber ID to contact with, in case of an error.