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

@ -1 +0,0 @@
This directory caches lists of PubSub nodes.

View file

@ -239,7 +239,7 @@ window.onload = async function(){
elementDiv.appendChild(elementP2);
let elementSpan = document.createElement('span');
elementSpan.id = 'return';
elementSpan.textContent = 'Return';
elementSpan.textContent = 'Continue Reading';
elementSpan.addEventListener ('click', function() {
document.querySelector('#selection-page').remove();
});

View file

@ -1,15 +0,0 @@
# 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 = "pubsub.woodpeckersnest.space" # Jabber ID.
nodeid = "PlanetJabber" # Node ID.
# Settings
[settings]
service = 1 # Enable server as a service.
include = "" # Limit service to a given domain.
operator = "" # A Jabber ID to contact with, in case of an error.