Skip to content

ablakely/shadow-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

shadow-docker

Shadow Docker Image

Enviornment Override Variables

IRC_HOST            - IRC Server Host
IRC_PORT            - IRC Server Port
IRC_NICK            - IRC Nickname
IRC_NAME            - IRC Real Name
IRC_CHANS           - List of IRC Channels (ex: #lobby,#bots)
IRC_CMDCHAN         - Logging Channel
IRC_ADMINHOSTS      - List of Admin Hostmasks (ex: *!*@staff.example.org)
HTTP_PUBURL         - Public URL for WebAdmin (ex: http://10.0.0.104:1337/)
HTTP_PORT           - HTTP server port

Usage

docker run -d -p 1337:1337 -e IRC_NICK=MyBot ab3800/shadow

deploy.pl

Usage: ./deploy.pl [opts]

Config Options:
    --nick			- IRC nick
    --name			- IRC name
    --host			- IRC server host
    --port			- IRC server port
    --adminhosts		- IRC admin hostnames (ex: *!*@domain.tld,*[email protected])
    --chans			- IRC channels (ex: #lobby,#bots,#shaow)
    --cmdchan			- IRC logging channel
    --puburl			- Web Admin public URL (ex http://hostname:port/)
    --container-name		- Docker container name
    --webadmin-port		- Web Admin HTTP port

About

Shadow Docker Image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published