2023-07-03 15:12:06 +02:00
2023-07-03 15:12:06 +02:00
2023-07-03 15:12:06 +02:00
2023-07-03 15:12:06 +02:00

zetikettes

ouaich.

Initial setup

docker build -t zetikettes .

Nginx is configured to:

  • redirect /zetikettes/srv/ to localhost:8000
  • redirect /zetikettes/ to /var/lib/zetikettes/static

Conf is in /etc/nginx/sites-available/default

Test

docker run --rm -it -v $PWD/templates:/data zetikettes /bin/bash /root/zetikettes/mkjam.sh

This should produce a .pdf in templates/. Open it to check that layout & fonts are correct.

Run

docker run -d --rm -p 127.0.0.1:8000:8000 -v /var/lib/zetikettes/templates:/data zetikettes

Change available templates

  1. go to /zetikettes/newtikette.html or konami code from main app
  2. add the newtikette
  3. still no need to restart the container (magic!)
  4. profit.
Description
No description provided
Readme 42 MiB
v2.0.0 Latest
2025-08-07 10:23:08 +00:00
Languages
Python 62.2%
JavaScript 19.2%
HTML 12.4%
Makefile 3.1%
CSS 1.9%
Other 1.2%