initial commit

This commit is contained in:
2024-06-11 21:08:44 +02:00
commit d8433ffbd8
391 changed files with 37223 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# tahoe-lafs
Check on the status of your tahoe-lafs grid.
![](tahoe-lafs.png)
# Requirements
Dependencies: bash, curl, jq, tahoe-lafs (unless using a remote node)
# Usage
Copy the `i3blocks.conf` section into your i3blocks configuration.
The `node.url` of a node in the grid you want the status of should be set as the `instance`
variable to the blocklet.
```
[tahoe-lafs]
command=$SCRIPT_DIR/tahoe-lafs
instance=localhost:3456
interval=3600
```