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 09:50:09 +01:00
parent cc0fd87fdb
commit 3f04360320
2 changed files with 6 additions and 6 deletions

View file

@ -55,8 +55,8 @@ port = 80
# Example unix socket server
#[server.3]
#bind = unix:/tmp/webircgateway.sock
#bind_mode = 0777
bind = unix:/tmp/webircgateway.sock
bind_mode = 0777
# Serve static files from a web root folder.
# Optional, but handy for serving the Kiwi IRC client if no other webserver is available
@ -88,7 +88,7 @@ kiwiirc
# Connections will be sent to a random upstream
[upstream.1]
hostname = "irc.kiwiirc.com"
hostname = "chat.freenode.net"
port = 6667
tls = false
# Connection timeout in seconds

View file

@ -4,11 +4,11 @@ Documentation=https://github.com/kiwiirc/webircgateway
After=network.target
[Service]
User=http
Group=http
User=www-data
Group=www-data
ExecStart=/var/www/webircgateway/kiwiirc --config=/var/www/webircgateway/config.conf
ExecReload=/usr/bin/kill -USR1 $MAINPID
LimitNOFILE=1048576
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target