Difference between revisions of "Obsolete Service/znc"

From Sugar Labs
Jump to navigation Jump to search
(Created page with "== Hostnames & Emails == None yet == Hosted On == Freedom using docker All the stuff lives in ''/srv/znc'' === Ports === 6667 == Setup == Run:...")
 
m (Bernie moved page Service/Obsolete/znc to Obsolete Service/znc without leaving a redirect)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Obsolete}}
 +
 
== Hostnames & Emails ==
 
== Hostnames & Emails ==
  

Latest revision as of 09:11, 31 March 2024

Stop hand.png NOTE:
The content of this page is considered
DEPRECATED and OBSOLETE
It is preserved for historical research, along with its talk page.


Hostnames & Emails

None yet

Hosted On

Freedom using docker

All the stuff lives in /srv/znc

Ports

6667

Setup

Run:

   docker run -d -p 6667:6667 -v /srv/znc:/znc-data --name=ZNC-Platypus --cpuset="7" -c 1 -m 300m jimeh/znc

Pull:

   docker pull jimeh/znc