mirror of
https://github.com/YunoHost-Apps/simplex_ynh.git
synced 2024-09-03 20:26:28 +02:00
fix
This commit is contained in:
parent
e705536153
commit
209a703a0f
3 changed files with 4 additions and 3 deletions
|
@ -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://__FINGERPRINT__=@YOUR_IPV4_ADDRESS:5223
|
||||
smp://__FINGERPRINT__=@__PUBLIC_IP4__:__PORT__
|
||||
```
|
||||
|
||||
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.
|
||||
|
|
|
@ -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://__FINGERPRINT__=@YOUR_IPV4_ADDRESS:5223
|
||||
smp://__FINGERPRINT__=@__PUBLIC_IP4__:__PORT__
|
||||
```
|
||||
|
||||
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.
|
||||
|
|
|
@ -29,7 +29,8 @@ 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 )
|
||||
|
||||
fingerprint=$(cat /etc/opt/simplex/fingerprint)
|
||||
|
||||
chown -R $app:$app "/etc/opt/simplex"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue