ansible-nas/roles/znc/templates/znc.conf.j2

36 lines
957 B
Text
Raw Normal View History

2023-03-10 21:00:37 +00:00
// WARNING
//
// Do NOT edit this file while ZNC is running!
// Use webadmin or *controlpanel instead.
//
// Altering this file by hand will forfeit all support.
//
// But if you feel risky, you might want to read help on /znc saveconfig and /znc rehash.
// Also check https://wiki.znc.in/Configuration
Version = 1.8.2
<Listener l>
Port = 6677
IPv4 = true
IPv6 = true
SSL = false
</Listener>
LoadModule = webadmin
<User anarion>
Pass = plain#{{ znc_user_password }}
Admin = true
Nick = {{ znc_user_nick }}
AltNick = {{ znc_user_altnick }}
Ident = {{ znc_user_ident }}
RealName = {{ znc_user_real_name }}
LoadModule = chansaver
LoadModule = controlpanel
LoadModule = webadmin
<Network freenode>
LoadModule = simple_away
Server = chat.freenode.net +6697
</Network>
</User>