From 0f3a367d27c909b803baf0185d0b6e0ade968c3a Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 6 Sep 2023 18:51:30 -0400 Subject: flake: start using flake-parts + add vm test --- README.md | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6d5ca6f..9bd83ce 100644 --- a/README.md +++ b/README.md @@ -3,18 +3,4 @@ fun little service powered by [fastAPI](https://github.com/tiangolo/fastapi) right now it only serves pics of teawie - -## how to host - -this is meant for my [website](https://guzzle.gay/), but it can be hosted anywhere with one edit in `src/guzzle_api/bot.py` :) - -on L7, change the `URL` constant to whatever domain you plan to host this on -```python -URL = "https:// -``` - -and to start running a docker (or podman) container: -```bash -docker build -t guzzle_api . -docker run -d --name api :80 guzzle_api ``` -- cgit v1.2.3