From 31fcb88896b92f7d5d6ddb5fcd9a93d74005bc3b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 25 Oct 2020 10:31:51 +0100 Subject: [PATCH] fix --- conf/config.json.example | 4 ++-- scripts/install | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/config.json.example b/conf/config.json.example index c8fa37c..5f79dc8 100644 --- a/conf/config.json.example +++ b/conf/config.json.example @@ -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", diff --git a/scripts/install b/scripts/install index ae53773..dc1a1de 100644 --- a/scripts/install +++ b/scripts/install @@ -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 #=================================================