1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00
This commit is contained in:
ericgaspar 2021-01-13 13:11:46 +01:00
parent 10856d4513
commit 81587da077
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 4 additions and 27 deletions

View file

@ -2,33 +2,10 @@
{
"urls": [
"turn:__DOMAIN__:__TLS_PORT__",
"turn:__DOMAIN__:__TLS_PORT__?transport=tcp"
],
"username": "__APP__",
"credential": "__TURNPWD__",
"credentialType": "hmac-sha1"
},
{
"urls": [
"turn:__DOMAIN__:__TLS_ALT_PORT__",
"turn:__DOMAIN__:__TLS_ALT_PORT__?transport=tcp"
],
"username": "__APP__",
"credential": "__TURNPWD__",
"credentialType": "hmac-sha1"
},
{
"urls": [
"turn:__DOMAIN__:__TLS_PORT__",
"turn:__DOMAIN__:__TLS_PORT__?transport=udp"
],
"username": "__APP__",
"credential": "__TURNPWD__",
"credentialType": "hmac-sha1"
},
{
"urls": [
"turn:__DOMAIN__:__TLS_ALT_PORT__",
"turn:__DOMAIN__:__TLS_PORT__?transport=tcp",
"turn:__DOMAIN__:__TLS_ALT_PORT__?transport=tcp",
"turn:__DOMAIN__:__TLS_PORT__?transport=udp",
"turn:__DOMAIN__:__TLS_ALT_PORT__?transport=udp"
],
"username": "__APP__",

View file

@ -209,7 +209,7 @@ cp ../conf/passwd $final_path/data/passwd
ynh_replace_string --match_string=__ADMIN__ --replace_string=$admin --target_file="$final_path/data/passwd"
ynh_replace_string --match_string=__PASSWORD__ --replace_string=$password --target_file="$final_path/data/passwd"
mv -f $final_path/groups/groupname.json $final_path/groups/$group_name.json
mv $final_path/groups/groupname.json $final_path/groups/$group_name.json
ynh_replace_string --match_string=__ADMIN__ --replace_string=$admin --target_file="$final_path/groups/$group_name.json"
ynh_replace_string --match_string=__PASSWORD__ --replace_string=$password --target_file="$final_path/groups/$group_name.json"