This repository was archived by the owner on Dec 16, 2022. It is now read-only.
forked fromPegasuz/docker-quassel-web
- Notifications
You must be signed in to change notification settings - Fork1
bodsch/docker-quassel-web
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Dockerfile forquassel-webserver by magne4000.
Forked from jakexks/dockerfiles with minor edits to work with newer quassel-webserver
A web client for Quassel (requires a running quasselcore)
Out of the box, it provides a client that can connect to any quassel core.Note that it always listens on port 64080 as this is the one exposed by the Dockerfile
docker run \ -detach \ --name quassel-webserver \ --publish-all \ bodsch/docker-quassel-web:2.2.8Alternatively, you can specify advanced options by setting the following environment variables:
QUASSEL_HOST- the address of your quassel core (default localhost)QUASSEL_PORT- the port it is listening on (default 4242)FORCE_DEFAULT- Only allow connections to the above core (default false)WEBSERVER_MODE- http or https (default https)PREFIX_PATH- prefix Path (default '')
docker run \ --detach \ --name quassel-webserver \ --publish 8080:64080 \ --env QUASSEL_HOST=localhost \ --env QUASSEL_PORT=4242 \ --env FORCE_DEFAULT=true \ --env WEBSERVER_MODE=https \ --env PREFIX_PATH=/irc \ bodsch/docker-quassel-web:2.2.8About
An docker for quassel-webserver
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Languages
- Shell64.4%
- Dockerfile30.7%
- Makefile4.9%