this repo has no description
0
fork

Configure Feed

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

OCaml 56.8%
C 35.7%
Dune 1.0%
Cap'n Proto 0.2%
Makefile 0.2%
Other 6.2%
25 1 0

Clone this repository

https://tangled.org/ryan.freumh.org/shelter https://tangled.org/did:plc:3lfhu6ehlynzjgehef6alnvg/shelter
git@knot.cl.cam.ac.uk:ryan.freumh.org/shelter git@knot.cl.cam.ac.uk:did:plc:3lfhu6ehlynzjgehef6alnvg/shelter

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

shelter#

A shell session shim that makes exploring from the terminal a little bit easier.

Up and running#

To test shelter locally you feel need a ZFS pool, for now you must name it shelter.

$ truncate --size=10G /var/shelter.img
$ sudo zpool create shelter /var/shelter.img 
$ sudo -E dune exec -- shelter

Sometimes you want to just restart the world.

$ sudo zpool destroy shelter && sudo zpool create shelter /var/shelter.img && sudo rm -rf ~/.cache/shelter

Shl files#

You can run both the main shelter program and the passthrough mode via a series of actions in a .shl file.