modified: README.md

renamed:    rclone.docker-plugin.playbook.yml -> rclone.docker-plugin.playbook.yaml
This commit is contained in:
2025-05-04 04:09:33 +01:00
parent 0980009523
commit 5d92427fb1
2 changed files with 11 additions and 9 deletions

View File

@@ -41,12 +41,13 @@ docker, promtail and telegraf configuration [maintained on myInfra repo](/marcio
[https://rclone.org/docker/](https://rclone.org/docker/)
```bash
# execute on server
sudo apt-get -y install fuse
docker plugin install rclone/docker-volume-rclone:amd64 args="-v" --alias rclone --grant-all-permissions
docker plugin list
```
[ansible role for plugin configuration](./setup.rclone.docker-plugin.playlist.yml)
[ansible role for plugin configuration](./rclone.docker-plugin.playbook.yaml)
### nginx
@@ -60,7 +61,8 @@ All sites configurations set during docker build.
### Lyrion Music Server (LMS)
For instructions on setting up the Lyrion Music Server Docker container, refer to the [LMS Git Repository](/marcio.fernandes/lms).
For instructions on setting up the Lyrion Music Server Docker container, refer to the [LMS Git Repository](/marcio.fernandes/lms).
For information on integrating Lyrion Music Server with Home Assistant, visit the [Home Assistant Git Repository](/marcio.fernandes/homeassistant#squeezebox-lyrion-music-server).
Using [Docker Rclone plugin](https://rclone.org/docker/) for accessing the bucket where music is stored. Configuration is managed via [Ansible playbook](./rclone.docker-plugin.playbook.yml).

View File

@@ -1,13 +1,13 @@
- name: Setup rclone docker plugin
become: true
vars:
rclone_docker_plugin_config: |
[s3-limbo-storage]
type = s3
provider = SeaweedFS
access_key_id = !!! SET ON INVENTORY !!!
secret_access_key = !!! SET ON INVENTORY !!!
endpoint = !!! SET ON INVENTORY !!!
# rclone_docker_plugin_config: |
# [s3-limbo-storage]
# type = s3
# provider = SeaweedFS
# access_key_id = !!! SET ON INVENTORY !!!
# secret_access_key = !!! SET ON INVENTORY !!!
# endpoint = !!! SET ON INVENTORY !!!
hosts:
- homesrv01