Skip to content

Atheme IRC services source & configuration

Notifications You must be signed in to change notification settings

supernets/atheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Remote with TLS

since atheme doesn't support TLS uplinks, (atheme/atheme#265) stunnel has to be used for remote TLS encryption (this assumes stunnel is running on the hub already):

  • cd stunnel/
  • Copy stunnel.conf.example to stunnel.conf then edit
  • retrieve certificates from CA see inspircd hub CA setup with easyrsa3, place ca.crt in ssl/
  • docker-compose up -d

docker-compose

  • Copy config.env.example to config.env and edit
  • Copy data/include.default.conf to data/include.conf and edit
  • docker-compose build
  • docker-compose up -d

Administration

  • To enable debugging add -d to DAEMON_FLAGS in config.env
  • docker-compose up -d
  • docker logs -f atheme-atheme-1

Anope migration

See tools/ for anope2atheme.php. YMMV

Resetting passwords

  • /oper
  • /msg nickserv resetpass <nick> this gives a temporary password for the user
  • as the user: /msg nickserv identify <temporary password then /msg nickserv set password <new password>

About

Atheme IRC services source & configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published