Files
glintwine-generator/README.md
2026-01-01 15:41:27 +03:00

608 B

glintwine-generator v1.1a

Live demo: https://glintwine.d4d.host/

A certificate generator made for ejchan. To run localy, install python and pip, then:

pip install streamlit pandas

streamlit run app.py

To run in Docker, simply build the container using the pre-attached dockerfile or via docker compose. Post argument for docker:

sh -c "cd /app && pip install streamlit==1.41.0 pandas==2.2.2 pillow==10.4.0 tornado==6.4.1 && streamlit run /app/app.py --server.port=8501 --server.address=0.0.0.0 --server.enableCORS=false --logger.level=debug --server.fileWatcherType none --server.headless true"