# 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 ```