I guess there's supposed to be a web ui to interact with the recipes collection. I think I saw it once before, but the JSON file has been there for a while, at least a week or so.
```
curl -sSi https://recipes.coopcloud.tech
HTTP/2 200
accept-ranges: bytes
access-control-allow-headers: DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range
access-control-allow-methods: GET, POST, OPTIONS
access-control-allow-origin: *
access-control-expose-headers: Content-Length,Content-Range
content-type: application/json
date: Wed, 14 Sep 2022 17:24:01 GMT
etag: "630e1d29-1e6d6"
last-modified: Tue, 30 Aug 2022 14:22:33 GMT
server: nginx/1.22.0
content-length: 124630
{
...
}
```
I guess there's supposed to be a web ui to interact with the recipes collection. I think I saw it once before, but the JSON file has been there for a while, at least a week or so.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I guess there's supposed to be a web ui to interact with the recipes collection. I think I saw it once before, but the JSON file has been there for a while, at least a week or so.
Thanks @chmac, diving into fixing this now!
It's back!