1
0
forked from finn/tinyboard

further fix readme

This commit is contained in:
2026-04-15 12:33:51 -07:00
parent 08328c77e7
commit eba72013b9

View File

@@ -52,6 +52,7 @@ tinyboard/
- `~/.config/rclone/rclone.conf` on hub must be manually created
- Use `hub/rclone.conf` as a template
- Update host, port, and key_file paths as needed
- Manually create rclone mount and permission it (`/mnt/hub` for example)
### Systemd Service Files
- `~/.config/systemd/user/rclone-mount@.service` must be manually copied from `hub/rclone-mount@.service`
@@ -161,7 +162,7 @@ Environment variables can override defaults:
- `TUNNEL_DIR`: Directory containing spoke Docker files (default: `~/tinyboard/spoke`)
- `COMPOSE_FILE`: Docker compose file path (default: `$TUNNEL_DIR/compose.yaml`)
- `RCLONE_REMOTE`: Rclone remote name (default: `brie-remote`)
- `MOUNT_POINT`: Mount point on hub (default: `~/mnt/brie`)
- `MOUNT_POINT`: Mount point on hub (default: `~/mnt/hub`)
## Security Notes