Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Robin Thoni af872542ab
init
vor 2 Jahren
cups init vor 2 Jahren
data_example/cups/config init vor 2 Jahren
.env init vor 2 Jahren
.gitignore init vor 2 Jahren
README.md init vor 2 Jahren
docker-compose.yml init vor 2 Jahren

README.md

Installation

Replace/set the following in .env:

  • ADMIN_USER: The admin username
  • ADMIN_PWD: The password for the ${ADMIN_USER} admin user

Copy the default cups config and run compose.

WARNING: Cups will fail and exit immediately if there is no valid cupsd.conf in data/cups/config.

cp -ar data_example data
docker-compose up --build -d