Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Robin Thoni af872542ab
init
il y a 2 ans
cups init il y a 2 ans
data_example/cups/config init il y a 2 ans
.env init il y a 2 ans
.gitignore init il y a 2 ans
README.md init il y a 2 ans
docker-compose.yml init il y a 2 ans

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