Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

An docker for quassel-webserver

NotificationsYou must be signed in to change notification settings

bodsch/docker-quassel-web

 
 

Repository files navigation

⚠️ This project is not actively maintained


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)

Usage

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.8

Alternatively, 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 '')

Full example

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.8

About

An docker for quassel-webserver

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell64.4%
  • Dockerfile30.7%
  • Makefile4.9%

[8]ページ先頭

©2009-2025 Movatter.jp