a bare-bones limbo server in rust (mirror of https://github.com/xoogware/crawlspace)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: use nightly as tag

brwr.dev ac9a88c6 2b56a334

verified
+2 -2
+2 -2
README.md
··· 42 42 43 43 ## Use a container image 44 44 Nightly builds of Crawlspace are pushed to GHCR, and tagged version releases will be as well. 45 - Pull using either `latest` or a commit short hash as the tag: 45 + Pull using either `nightly` or a commit short hash as the tag: 46 46 ```bash 47 - podman pull ghcr.io/xoogware/crawlspace:latest 47 + podman pull ghcr.io/xoogware/crawlspace:nightly 48 48 ``` 49 49 then run with the world mounted read-only: 50 50 ```bash