utils/README.md
2025-03-23 03:03:39 -05:00

17 lines
247 B
Markdown

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