An open API service indexing awesome lists of open source software.

https://github.com/gldraphael/clippy

📎 My own clippy!
https://github.com/gldraphael/clippy

Last synced: 6 months ago
JSON representation

📎 My own clippy!

Awesome Lists containing this project

README

          

# clippy

To run the docker container:

```sh
# pull the latest image
docker pull ghcr.io/gldraphael/clippy:main

# run it in the background
docker run -itd -p 8080:80 --name clippy --rm ghcr.io/gldraphael/clippy:main

# curl it
curl localhost:8080

# once you're done, stop it to delete it
docker stop clippy
```

To install this in your cluster:

```
helm install clippy oci://ghcr.io/gldraphael/charts/clippy
```