1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-18 04:11:57 +02:00

Updated Setting Up Storage (markdown)

Nick Sweeting
2024-05-08 21:52:58 -07:00
parent 22e07f464f
commit 75cb54f882

@@ -152,14 +152,14 @@ volumes:
# install the RClone and FUSE packages on your host # install the RClone and FUSE packages on your host
apt install rclone fuse # or brew install apt install rclone fuse # or brew install
# allow sharing FUSE volumes between Docker and Host # IMPORTANT: allow sharing FUSE volumes between Docker and Host
echo 'user_allow_other' >> /etc/fuse.conf echo 'user_allow_other' >> /etc/fuse.conf
``` ```
Then define your remote storage config `~/.config/rclone/rclone.conf`: Then define your remote storage config `~/.config/rclone/rclone.conf`:
> [!TIP] > [!TIP]
> You can also create it using the RClone Web GUI: `rclone rcd --rc-web-gui` > You can also create `rclone.conf` using the RClone Web GUI: `rclone rcd --rc-web-gui`
```ini ```ini
# Example rclone.conf using Amazon S3 for storage: # Example rclone.conf using Amazon S3 for storage: