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",
|
||||
"kiwiServer": "https://__DOMAIN__/webirc/kiwiirc/",
|
||||
"restricted": false,
|
||||
|
@ -16,7 +16,7 @@
|
|||
{ "name": "Elite", "url": "static/themes/elite" }
|
||||
],
|
||||
"startupOptions" : {
|
||||
"server": "chat.freenode.net",
|
||||
"server": "irc.freenode.net",
|
||||
"port": 6697,
|
||||
"tls": true,
|
||||
"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
|
||||
|
||||
# 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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue