mirror of
https://github.com/YunoHost-Apps/kiwiirc_ynh.git
synced 2024-09-03 19:35:59 +02:00
fix
This commit is contained in:
parent
3f04360320
commit
31fcb88896
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"windowTitle": "Kiwi IRC - The web IRC client",
|
"windowTitle": "Kiwi IRC",
|
||||||
"startupScreen": "welcome",
|
"startupScreen": "welcome",
|
||||||
"kiwiServer": "https://__DOMAIN__/webirc/kiwiirc/",
|
"kiwiServer": "https://__DOMAIN__/webirc/kiwiirc/",
|
||||||
"restricted": false,
|
"restricted": false,
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
{ "name": "Elite", "url": "static/themes/elite" }
|
{ "name": "Elite", "url": "static/themes/elite" }
|
||||||
],
|
],
|
||||||
"startupOptions" : {
|
"startupOptions" : {
|
||||||
"server": "chat.freenode.net",
|
"server": "irc.freenode.net",
|
||||||
"port": 6697,
|
"port": 6697,
|
||||||
"tls": true,
|
"tls": true,
|
||||||
"channel": "#yunohost",
|
"channel": "#yunohost",
|
||||||
|
|
|
@ -58,7 +58,7 @@ ynh_app_setting_set --app=$app --key=is_public --value=$is_public
|
||||||
ynh_script_progression --message="Configuring firewall..." --weight=1
|
ynh_script_progression --message="Configuring firewall..." --weight=1
|
||||||
|
|
||||||
# Find an available port
|
# Find an available port
|
||||||
port=$(ynh_find_port --port=8095)
|
port=$(ynh_find_port --port=7778)
|
||||||
ynh_app_setting_set --app=$app --key=port --value=$port
|
ynh_app_setting_set --app=$app --key=port --value=$port
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue