1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/simplex_ynh.git synced 2024-09-03 20:26:28 +02:00
This commit is contained in:
Éric Gaspar 2023-05-23 16:57:58 +02:00
parent 62d6868e8e
commit 511f4fc7c5
7 changed files with 9 additions and 0 deletions

View file

@ -2,6 +2,7 @@ Your SMP server address:
```
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
xftp://__XFTP_FINGERPRINT__@__PUBLIC_IP4__:__PORT__
```
Mobile clients are available for [iOS](https://apps.apple.com/us/app/simplex-chat/id1605771084), [Android](https://play.google.com/store/apps/details?id=chat.simplex.app) and [f-droid](https://app.simplex.chat).

View file

@ -2,6 +2,7 @@ L'adresse de votre serveur SMP est :
```
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
xftp://__XFTP_FINGERPRINT__@__PUBLIC_IP4__:__PORT__
```
Les clients mobiles sont disponibles pour [iOS](https://apps.apple.com/us/app/simplex-chat/id1605771084), [Android](https://play.google.com/store/apps/details?id=chat.simplex.app) et [f-droid](https://app.simplex.chat).

View file

@ -1,3 +1,4 @@
Your SMP server address:
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
xftp://__XFTP_FINGERPRINT__@__PUBLIC_IP4__:__PORT__

View file

@ -1,3 +1,4 @@
Adresse de votre serveur SMP :
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
xftp://__XFTP_FINGERPRINT__@__PUBLIC_IP4__:__PORT__

View file

@ -1,3 +1,4 @@
Your SMP server address:
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
xftp://__XFTP_FINGERPRINT__@__PUBLIC_IP4__:__PORT__

View file

@ -1,3 +1,4 @@
Adresse de votre serveur SMP :
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
xftp://__XFTP_FINGERPRINT__@__PUBLIC_IP4__:__PORT__

View file

@ -37,6 +37,9 @@ popd
fingerprint=$(cat /etc/opt/simplex/fingerprint)
ynh_app_setting_set --app=$app --key=fingerprint --value=$fingerprint
xftp_fingerprint=$(cat /etc/opt/simplex-xftp/fingerprint)
ynh_app_setting_set --app=$app --key=xftp_fingerprint --value=$xftp_fingerprint
chown -R $app:$app "/etc/opt/simplex"
#=================================================