1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/simplex_ynh.git synced 2024-09-03 20:26:28 +02:00

Update POST_INSTALLATION.md

This commit is contained in:
Éric Gaspar 2023-03-03 20:14:49 +01:00
parent 209a703a0f
commit 91471b64bd

View file

@ -1,13 +1,5 @@
option 1:
Your SMP server address:
after installing, you need to find your fingerprint of your server:
`sudo cat /etc/opt/simplex/fingerprint`
now make your server address:
`smp://<fingerprint_from_previous_step>[:<password>]@<public_hostname>[,<onion_hostname>]`
add it to your simplex app under Settings > Network & Servers > SMP Servers > + Add server
options 2:
maybe during the CLI install, it could spit out the fingerprint address to the terminal. then we can copy & paste it.
```
smp://__FINGERPRINT__=@__PUBLIC_IP4__:__PORT__
```