Flask app with a few utilities
Find a file
2025-03-23 03:36:20 -05:00
utils update 2025-03-23 03:07:07 -05:00
.gitignore Initial commit 2025-03-22 02:59:29 -05:00
compose.yml Add hosting guide 2025-03-23 03:03:39 -05:00
Dockerfile waitress again 2025-03-23 03:36:20 -05:00
LICENSE Initial commit 2025-03-22 02:59:29 -05:00
README.md Add hosting guide 2025-03-23 03:03:39 -05:00
requirements-prod.txt waitress again 2025-03-23 03:36:20 -05:00
requirements.txt Add hosting guide 2025-03-23 03:03:39 -05:00
run.sh fix (its 03:31) 2025-03-22 03:21:43 -05:00

utils

Flask app with a few utilities.

Hosting

Hosting this is easy:

  • Clone the repo
git clone https://git.everypizza.im/n/utils.git
  • Modify the port in compose.yml if needed
  • Start the container:
podman compose up -d