mirror of
https://github.com/YunoHost-Apps/terraforming-mars_ynh.git
synced 2024-09-03 20:36:05 +02:00
add info about monitoring server games
This commit is contained in:
parent
d25eee81aa
commit
0fcd0c9d66
3 changed files with 3 additions and 1 deletions
1
doc/ADMIN.md
Normal file
1
doc/ADMIN.md
Normal file
|
@ -0,0 +1 @@
|
|||
It is possible to have a list of all games currently available on the server via following link: https://__DOMAIN____PATH__/games-overview?serverId=__KEY__
|
1
doc/ADMIN_fr.md
Normal file
1
doc/ADMIN_fr.md
Normal file
|
@ -0,0 +1 @@
|
|||
Il est possible d’avoir une liste de tous les jeux actuellement disponibles sur le serveur en suivant ce lien : https://__DOMAIN____PATH__/games-overview?serverId=__KEY__
|
|
@ -48,7 +48,7 @@ ynh_add_nginx_config
|
|||
ynh_script_progression --message="Adding a configuration file..."
|
||||
|
||||
|
||||
key=$(ynh_string_random --length=45 | base64)
|
||||
key=$(ynh_string_random --length=8 | base64)
|
||||
ynh_app_setting_set --app=$app --key=key --value=$key
|
||||
|
||||
ynh_add_config --template="../conf/.env" --destination="$install_dir/.env"
|
||||
|
|
Loading…
Add table
Reference in a new issue