Files

15 lines
608 B
Markdown
Raw Permalink Normal View History

2026-01-01 14:49:08 +03:00
# glintwine-generator v1.1a
2026-01-01 14:38:34 +03:00
2026-01-01 15:41:27 +03:00
Live demo: https://glintwine.d4d.host/
2026-01-01 14:49:08 +03:00
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"