-
-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] Add Branch plex-rclone #967
Comments
If it's just installing a single repo package, there is no need for a new mod. You can use the universal package install mod: |
thanks for the info, that already helps alot. something like: |
If you need a service or additional logic then you'd have to look at a full mod. If you just need to run a one-off command then a custom init script will suffice: https://www.linuxserver.io/custom |
adding a file "Onedrive" to the custom-services folder according to the documentation you linked (i just changed the memcached command to rclone mount command) im getting the error
|
Did you make the file executable? |
how am i supposed to change file permissions on first boot of the docker container? but as the error states the script seems to fail when executing bash and not the rclone command itself |
Don't put it in a Windows directory? You could mount it into the container and then Are you using Docker Desktop or WSL? |
I am using Docker Desktop on Windows with WSL2 Engine. That fixed half of the error. Now i am just getting |
Probably |
Not sure why but issue is still Windows. Tried it on a Linux Vm and it seems to work. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
Is this a new feature request?
Name of mod
plex-rclone
Wanted change
Please add branch plex-rclone
Reason for change
Add Rclone Mod for Plex (and maybe jellyfin?) so that rclone mount can be used to utilize onedrive and other cloud storages as mount for mediafiles
Proposed code change
https://github.com/Abruccii/docker-mods/tree/plex-rclone
The text was updated successfully, but these errors were encountered: