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
8ba9b54f56
commit
8bb68f369d
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
L'adresse de votre serveur SMP est :
|
||||
Les adresses de votre serveur SMP est :
|
||||
|
||||
```
|
||||
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Adresse de votre serveur SMP :
|
||||
Adresses de votre serveur SMP :
|
||||
|
||||
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
||||
xftp://__XFTP_FINGERPRINT__@__PUBLIC_IP4__:__PORT_XFTP__
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Adresse de votre serveur SMP :
|
||||
Adresses de votre serveur SMP :
|
||||
|
||||
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__
|
||||
xftp://__XFTP_FINGERPRINT__@__PUBLIC_IP4__:__PORT_XFTP__
|
||||
|
|
|
@ -53,7 +53,7 @@ ram.runtime = "50M"
|
|||
[resources.ports]
|
||||
main.default = 5223
|
||||
main.exposed = "TCP"
|
||||
xftp.default = 224
|
||||
xftp.default = 5224
|
||||
xftp.exposed = "TCP"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Add table
Reference in a new issue