1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kiwiirc_ynh.git synced 2024-09-03 19:35:59 +02:00
This commit is contained in:
ericgaspar 2020-10-25 10:31:51 +01:00
parent 3f04360320
commit 31fcb88896
2 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -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
#=================================================