Hosting
- Docker
- System services
- Rclone
- Mount command:
rclone mount remote:path/to/files /path/to/local/mount - Mount in background:
rclone mount remote:path/to/files /path/to/local/mount --daemon - Unmount:
fusermount -u /path/to/local/mountfusermount3 -u /path/to/local/mountumount /path/to/local/mount
- Mount command:
- Rclone