diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 79f58fd..4ad6e41 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -5,7 +5,7 @@ You can find the fingerprint in the SimpleX Chat service in the webadmin Your SMP server address should look like this: ``` -smp://YOUR_FINGERPRINT=@YOUR_IPV4_ADDRESS:5223 +smp://__FINGERPRINT__=@YOUR_IPV4_ADDRESS:5223 ``` For mobile clients, open Settings, find an option "SMP servers", toggle "Configure SMP Servers" to on, then enter the SMP Servers Address for all servers you want the client to use. diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index ab52f39..3b08a3f 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -5,7 +5,7 @@ Vous pouvez trouver l'empreinte digitale dans le service SimpleX Chat dans la we L'adresse de votre serveur SMP devrait ressembler à ceci : ``` -smp://YOUR_FINGERPRINT=@YOUR_IPV4_ADDRESS:5223 +smp://__FINGERPRINT__=@YOUR_IPV4_ADDRESS:5223 ``` Pour les clients mobiles, ouvrez Paramètres, recherchez une option "Serveurs SMP", activez "Configurer les serveurs SMP", puis entrez l'adresse des serveurs SMP pour tous les serveurs que vous souhaitez que le client utilise. diff --git a/scripts/install b/scripts/install index e9fb989..5ed5a28 100755 --- a/scripts/install +++ b/scripts/install @@ -29,6 +29,7 @@ pushd "$install_dir" public_ip4="$(curl -s ip.yunohost.org)" || true ./smp-server init --no-password --ip $public_ip4 -y popd +fingerprint=$( cat /etc/opt/simplex/fingerprint ) chown -R $app:$app "/etc/opt/simplex"