You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Robin Thoni af872542ab
init
пре 2 година
cups init пре 2 година
data_example/cups/config init пре 2 година
.env init пре 2 година
.gitignore init пре 2 година
README.md init пре 2 година
docker-compose.yml init пре 2 година

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