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 18:35:45 +02:00
parent 8ba9b54f56
commit 8bb68f369d
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
L'adresse de votre serveur SMP est : Les adresses de votre serveur SMP est :
``` ```
smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__ smp://__FINGERPRINT__@__PUBLIC_IP4__:__PORT__

View file

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

View file

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

View file

@ -53,7 +53,7 @@ ram.runtime = "50M"
[resources.ports] [resources.ports]
main.default = 5223 main.default = 5223
main.exposed = "TCP" main.exposed = "TCP"
xftp.default = 224 xftp.default = 5224
xftp.exposed = "TCP" xftp.exposed = "TCP"
[resources.system_user] [resources.system_user]