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
62d6868e8e
commit
511f4fc7c5
7 changed files with 9 additions and 0 deletions
|
@ -2,6 +2,7 @@ Your SMP server address:
|
||||||
|
|
||||||
```
|
```
|
||||||
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
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).
|
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).
|
||||||
|
|
|
@ -2,6 +2,7 @@ L'adresse de votre serveur SMP est :
|
||||||
|
|
||||||
```
|
```
|
||||||
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
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).
|
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).
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
Your SMP server address:
|
Your SMP server address:
|
||||||
|
|
||||||
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
||||||
|
xftp://__XFTP_FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
Adresse de votre serveur SMP :
|
Adresse de votre serveur SMP :
|
||||||
|
|
||||||
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
||||||
|
xftp://__XFTP_FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
Your SMP server address:
|
Your SMP server address:
|
||||||
|
|
||||||
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
||||||
|
xftp://__XFTP_FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
|
@ -1,3 +1,4 @@
|
||||||
Adresse de votre serveur SMP :
|
Adresse de votre serveur SMP :
|
||||||
|
|
||||||
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
||||||
|
xftp://__XFTP_FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
||||||
|
|
|
@ -37,6 +37,9 @@ popd
|
||||||
fingerprint=$(cat /etc/opt/simplex/fingerprint)
|
fingerprint=$(cat /etc/opt/simplex/fingerprint)
|
||||||
ynh_app_setting_set --app=$app --key=fingerprint --value=$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"
|
chown -R $app:$app "/etc/opt/simplex"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue