1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-16 03:24:17 +02:00

Updated Setting Up Storage (markdown)

Nick Sweeting
2024-04-10 03:17:48 -07:00
parent f499851f88
commit c97ffcbc4a

@@ -207,7 +207,7 @@ rclone mount --allow-other --uid 911 --gid 911 \
See here for full instructions: https://rclone.org/docker/
First, install the [Rclone Docker Volume Plugin](https://rclone.org/docker/#installing-as-managed-plugin) for your CPU architecture:
First, install the [Rclone Docker Volume Plugin](https://rclone.org/docker/#installing-as-managed-plugin) for your CPU architecture (e.g. `amd64` or `arm64`):
```bash
docker plugin install rclone/docker-volume-rclone:amd64 --grant-all-permissions --alias rclone
ln -sf ~/.config/rclone/rclone.conf /var/lib/docker-plugins/rclone/config/rclone.conf