Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geertjohan/docker-smuxi
https://github.com/geertjohan/docker-smuxi
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/geertjohan/docker-smuxi
- Owner: GeertJohan
- License: mit
- Created: 2016-01-24T12:59:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T21:29:46.000Z (about 10 years ago)
- Last Synced: 2024-10-31T07:09:50.955Z (3 months ago)
- Language: Shell
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#docker Smuxi
## Description:
Smuxi is an irssi-inspired, flexible, user-friendly and cross-platform IRC client for sophisticated users.
Smuxi is based on the client-server model: The core application (engine) can
be placed onto a server which is connected to the Internet around-the-clock;
one or more frontends then connect to the core. This way, the connection to
IRC can be kept up even when all frontends have been closed. The combination
of screen and irssi served as example for this architecture.![Alt text](http://i.imgur.com/OKQbbge.png "")
## How to use this image
### start a smuxi instance
```
docker run -d -v /*your_config_location*:/config -e TZ=America/Edmonton --name=Smuxi hurricane/smuxi
```## Environment Variables
The Smuxi image uses serveral optional enviromnet variables.
None of the enviromnet variables are required, but they help personalize the image.```
USERNAME
```
This enviromnet variable is used to personalize the name of the Smuxi user. Default username is 'admin'.```
PASSWORD
```
This environment variable is used to personalize the password of the Smuxi user. Default password is admin.```
TZ
```
This environment variable is used to set the [TimeZone] of the container.[TimeZone]: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
## Volumes
#### `/config`
Config directory of Smuxi.
## Build from docker file (Info only, not required.):
```
git clone --depth=1 https://github.com/HurricaneHernandez/docker-smuxi.git
cd docker-smuxi
docker build --rm=true -t Smuxi .
```