diff --git a/docs/server.html b/docs/server.html index ffcb771b45..545bbff5b8 100644 --- a/docs/server.html +++ b/docs/server.html @@ -773,7 +773,7 @@ window.addEventListener('scroll',changeHeaderBg);
SimpleX clients only determine which server is used to receive the messages, separately for each contact (or group connection with a group member), and these servers are only temporary, as the delivery address can change.
Please note: when you change the servers in the app configuration, it only affects which server will be used for the new contacts, the existing contacts will not automatically move to the new servers, but you can move them manually using "Change receiving address" button in contact/member information pages – it will be automated soon.
First, install smp-server:
Manual installation requires some preliminary actions:
-Install binary:
Using offical binaries:
-curl -L https://github.com/simplex-chat/simplexmq/releases/latest/download/smp-server-ubuntu-20_04-x86-64 -o /usr/local/bin/smp-server
+curl -L https://github.com/simplex-chat/simplexmq/releases/latest/download/smp-server-ubuntu-20_04-x86-64 -o /usr/local/bin/smp-server && chmod +x /usr/local/bin/smp-server
Allow local mode by appending following:
+[plugin.marcusolsson-csv-datasource]
allow_local_mode = true
... to /etc/grafana/grafana.ini
Add a CSV data source:
+You're done! You should be able to create your own dashboard with statistics.
-For further documentation, see: CSV Data Source for Grafana - Documentation
+To update your smp-server to latest version, choose your installation method and follow the steps:
+Manual deployment
+sudo systemctl stop smp-server
+
+ curl -L https://github.com/simplex-chat/simplexmq/releases/latest/download/smp-server-ubuntu-20_04-x86-64 -o /usr/local/bin/smp-server && chmod +x /usr/local/bin/smp-server
+
+sudo systemctl start smp-server
+
+sudo simplex-servers-update
+
+docker rm $(docker stop $(docker ps -a -q --filter ancestor=simplexchat/smp-server --format="\{\{.ID\}\}"))
+
+docker pull simplexchat/smp-server:latest
+
+docker run -d \
+ -p 5223:5223 \
+ -v $HOME/simplex/smp/config:/etc/opt/simplex:z \
+ -v $HOME/simplex/smp/logs:/var/opt/simplex:z \
+ simplexchat/smp-server:latest
+
+docker-compose --project-directory /etc/docker/compose/simplex pull
+
+docker-compose --project-directory /etc/docker/compose/simplex up -d --remove-orphans
+
+docker image prune
+
+To configure the app to use your messaging server copy it's full address, including password, and add it to the app. You have an option to use your server together with preset servers or without them - you can remove or disable them.
It is also possible to share the address of your server with your friends by letting them scan QR code from server settings - it will include server password, so they will be able to receive messages via your server as well.
diff --git a/docs/xftp-server.html b/docs/xftp-server.html index 73d7a5628c..656a4d671c 100644 --- a/docs/xftp-server.html +++ b/docs/xftp-server.html @@ -708,6 +708,7 @@ window.addEventListener('scroll',changeHeaderBg); @@ -720,7 +721,7 @@ window.addEventListener('scroll',changeHeaderBg);Using offical binaries:
-curl -L https://github.com/simplex-chat/simplexmq/releases/latest/download/xftp-server-ubuntu-20_04-x86-64 -o /usr/local/bin/xftp-server
+curl -L https://github.com/simplex-chat/simplexmq/releases/latest/download/xftp-server-ubuntu-20_04-x86-64 -o /usr/local/bin/xftp-server && chmod +x /usr/local/bin/xftp-server
For further documentation, see: CSV Data Source for Grafana - Documentation
+To update your XFTP server to latest version, choose your installation method and follow the steps:
+Manual deployment
+sudo systemctl stop xftp-server
+
+ curl -L https://github.com/simplex-chat/simplexmq/releases/latest/download/xftp-server-ubuntu-20_04-x86-64 -o /usr/local/bin/xftp-server && chmod +x /usr/local/bin/xftp-server
+
+sudo systemctl start xftp-server
+
+sudo simplex-servers-update
+
+docker rm $(docker stop $(docker ps -a -q --filter ancestor=simplexchat/xftp-server --format="\{\{.ID\}\}"))
+
+docker pull simplexchat/xftp-server:latest
+
+docker run -d \
+ -p 443:443 \
+ -v $HOME/simplex/xftp/config:/etc/opt/simplex-xftp:z \
+ -v $HOME/simplex/xftp/logs:/var/opt/simplex-xftp:z \
+ -v $HOME/simplex/xftp/files:/srv/xftp:z \
+ simplexchat/xftp-server:latest
+
+docker-compose --project-directory /etc/docker/compose/simplex pull
+
+docker-compose --project-directory /etc/docker/compose/simplex up -d --remove-orphans
+
+docker image prune
+
+Please see: SMP Server: Configuring the app to use the server.
diff --git a/finneyforum/index.html b/finneyforum/index.html new file mode 100644 index 0000000000..a695d6b2ca --- /dev/null +++ b/finneyforum/index.html @@ -0,0 +1,21 @@ + + + + + + +