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:...")
 
(This service is down)
Line 1: Line 1:
 +
**THIS SERVICE IS INACTIVE AND HAS BEEN FOR MONTHS**
 +
 +
Funny enough, no complaints yet!
 +
 +
It should be migrated to the majestic, yet-to-be-documented container.yml setup.
 +
 +
Thanks,
 +
[[User:SAMdroid|SAMdroid]] ([[User talk:SAMdroid|talk]]) 05:29, 18 January 2016 (EST)
 +
 
== Hostnames & Emails ==
 
== Hostnames & Emails ==
  

Revision as of 06:29, 18 January 2016

    • THIS SERVICE IS INACTIVE AND HAS BEEN FOR MONTHS**

Funny enough, no complaints yet!

It should be migrated to the majestic, yet-to-be-documented container.yml setup.

Thanks, SAMdroid (talk) 05:29, 18 January 2016 (EST)

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