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.

alpine based container for quassel-core

NotificationsYou must be signed in to change notification settings

bodsch/docker-quassel-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This project is not actively maintained


Dockerfile forquassel-core.

This Container isr based onAlpine.

All dependencies (like Qt5, Ldpa, QCA) will created inline for an smaller container and dependencies.

https://github.com/Lazza/quassel-manage-users

Status

Docker PullsImage SizeBuild Status

Build

Your can use the included Makefile.

  • to build the Container:make
  • to remove the builded Docker Image:make clean
  • starts the Container with a simple set of environment vars:make start
  • starts the Container with Login Shell:make shell
  • entering the Container:make exec
  • stop (butnot kill):make stop

Contribution

Please readContribution

Docker Hub

supported Environment Vars

  • QUASSELCORE_LISTEN
  • QUASSELCORE_LOGLEVEL
  • QUASSELCORE_PORT
  • QUASSELCORE_USER quasselcore
  • QUASSELCORE_PASSWORD quasselcore

LDAP support

  • LDAP_HOSTNAME URI of the LDAP server - e.g.ldap://localhost orldaps://localhost
  • LDAP_PORT Port of the LDAP server.
  • LDAP_BIND_DN Bind DN of the LDAP server.
  • LDAP_BIND_PASSWORD Bind password for the bind DN of the LDAP server.
  • LDAP_BASE_DN Search base DN of the LDAP server.
  • LDAP_FILTER Search filter for user accounts on the LDAP server e.g.(objectClass=posixAccount)
  • LDAP_UID_ATTR UID attribute to use for finding user accounts. e.g.uid

Ports

  • 4646: quasselcore

About

alpine based container for quassel-core

Topics

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp