17 lines
247 B
Markdown
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
|
|
```
|