Jump to content

thomast_88

Community Developer
  • Posts

    246
  • Joined

  • Last visited

Everything posted by thomast_88

  1. This is rclone specific. See this forum post for more instructions: https://forum.rclone.org/t/why-cant-i-sync-to-b2-encrypted/2172 apperantly you need to specify a valid bucketname
  2. Yep, i found it. Working great - thanks!. I was using before, but it had some bugs which would not allow you to use your keyboard. It works in this one! @Djoss Will you be making one for MakeMKV as well?
  3. Cool, good work. Will you be making a template an unRAID template for this one?
  4. Ohh, so if you're only going to make backups then yes, definitely use that one: This container is only if you wish to mount the cloud files as a volume on your server. E.g. for consumption of the data by other containers.
  5. Yes, the default command mounts it with read-only. I have been following the development of the mount feature on the rclone forums, and unfortunately it doesn't indicate that using the mount for writing is stable (yet). So I would not recommend using it. Instead you can use my other container for writing (utilizing the copy/move feature instead).
  6. @sniper Please post both docker run commands. Both for Rclone-mont and Sonarr. I have it running with Sonarr, so it shouldn't be a problem.
  7. @sniper Are you on IRC or slack? Think it will be easier to debug if we can have a chat conversation I suppose you added the volume /mnt/disks/rclone_volume/Gdrive to the container you want it available in, right?
  8. Read FAQ: I cannot see my mounted volume/files outside of the container Make sure you have this in extra parameters (advanced view): --cap-add SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfine -v /mnt/disks/rclone_volume/:/data:shared Make sure that this docker container is started before the container you are sharing the volume with.
  9. @sniper sudo chown 911:911 /path/to/mount/folder I will fix this in the docker directly this week.
  10. @sniper Have you added the necessary Extra Parameters as writtin the the OP?
  11. @Encino Stan If you already have nginx and a database running, you could use them. But you would have to configure the container to do so. My advice is to use the built in nginx and database. Furthermore, I don't even know what types of databases gitlab supports.
  12. One could also use the cron expression feature of user.plugins for more customization options.
  13. I don't have time to write a step-by-step guide today, but later some week I can do one. This thread (including the FAQ) should get you up and running pretty fast though. Any issues you are facing right now?
  14. @jude Do you have Community Applications installed? If not, I suggest you use that. Just search rclone and it will pop up. EDIT: you should add https://github.com/tynor88/docker-templates/tree/master/tynor88
  15. @MTA99 I see :-) But your point is good. The application can as well fail fast, as the rclone mount feature requires the colon to be there. Interesting. How many folder / files were in the directory you tried to list?
  16. Right, gotta fix that. I was using a folder which was created by @Waseh's plugin, so my permissions were ok. Yes, i tried to make that clear in two places. (See screenshot). But you're right - it wouldn't work without a colon. I could perhaps check the variable at startup, and fail fast if there is no ":" specified. @MTA99 What do you mean by testing with a small sub folder? It shouldn't take any time to mount. I'm mounting 5 TB encrypted data in no time.
  17. Sure, I'd be happy to receive some feedback on this once you get it up and running.
  18. This plugin spawned from my initial docker which didn't support sharing the rclone FUSE mount. With Rclone-mount it's now possible. I'm not trying to hijack this thread, just want to let people know that I've created a Docker, which can expose the FUSE mount to the host and other docker containers, for those people who prefer dockerizing.
  19. @bobbintb / @hackztor I've created a seperate docker which now supports sharing the FUSE mount to the host and other docker containers: Rclone-mount
  20. Best mount settings for Cloud Services Amazon Cloud Drive: --read-only --buffer-size=1G --max-read-ahead=200M --acd-templink-threshold=0 --dir-cache-time=60m --timeout=30s --contimeout=15s --retries=3 --low-level-retries=1 --stats=0 -v
  21. FAQ Can I use my encrypted ACD/GDrive content with Plex and other dockers? Yes, that's exactly the purpose of this container. Can i haz unlimited space on my unRAID setup? I think 233 TB is the maximum I've seen so far with Amazon Cloud Drive. How do i create the .rclone.conf file? docker exec -it Rclone-mount rclone --config="/config/.rclone.conf" config I already have a .rclone.conf file from the rclone plugin, can I use it rather than creating a new one? Sure, there are two ways: Mount the /config volume so it points to the directory which contains the .rclone.conf file. E.g.: -v "/boot/config/plugins/rclone-beta/":"/config":rw Copy it to: "/mnt/cache/appdata/rclone-mount/config/" I cannot see my mounted volume/files outside of the container Make sure you have this in extra parameters (advanced view): --cap-add SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfine -v /mnt/disks/rclone_volume/:/data:shared Make sure that this docker container is started before the container you are sharing the volume with. Can i use the copy/sync features of rclone with this docker? Use the other docker i made which supports that. What are the best mount settings for Plex playback / transcoding? See this post And this discussion on the official rclone forum And ajkis wiki on GitHub I want more verbose logging, so I can see what's going on This is not entirely documented yet by rclone, but there is some discussion here. Summarized, in the RCLONE_MOUNT_OPTIONS variable put: -v flag for information logging Or -vv for alot verbose logging Why should I specify the /data mount in the Extra Parameters? Because the unRAID docker GUI does not support the shared mount propagation options, which is required for the rclone FUSE mount to be shared with other containers. I've already opened a feature request to have this option available in the GUI. This option has been added to the GUI by @bonienl and is no longer necessary. Can I change the volume mapping of the mount from /mnt/disks/rclone_volume/ to another location? Yes, in the Extra Parameters change the default value of -v /mnt/disks/rclone_volume/:/data:shared to -v <location>:/data:shared
  22. Docker for Rclone FUSE mount feature (exposable to host and other docker containers, e.g. Plex, Nextcloud, glFTPd) Application Name: Rclone-mount Application Site: http://rclone.org/ Docker Hub: https://hub.docker.com/r/tynor88/rclone-mount/ Docker Store: https://store.docker.com/community/images/tynor88/rclone-mount Github: https://github.com/tynor88/docker-rclone-mount unRAID Template: https://github.com/tynor88/docker-templates/tree/master/tynor88 Setup/Configuration: https://rclone.org/commands/rclone_mount/ Supported Cloud Services: Google Drive Amazon S3 Openstack Swift / Rackspace cloud files / Memset Memstore Dropbox Google Cloud Storage Amazon Drive Microsoft One Drive Hubic Backblaze B2 Yandex Disk The local filesystem Creating the initial config file (.rclone.conf) docker exec -it Rclone-mount rclone --config="/config/.rclone.conf" config IMPORTANT Extra Parameters: In order for the FUSE mount to be exposable to the host and other docker containers, these settings have to be in the Extra Parameters option in the "Advanced View" when setting up the Docker. I've already made them default in the CA template file. --cap-add SYS_ADMIN --device /dev/fuse --security-opt apparmor:unconfine -v /mnt/disks/rclone_volume/:/data:shared With the above settings, the FUSE will be mounted to /mnt/disks/rclone_volume Note if you cannot see the mount inside other dockers This container must be started BEFORE other docker containers when sharing the FUSE mount. For automaticly fixing this at startup, use the great CA Docker Autostart Manager Plugin by @Squid Feel free to post any questions/issues/requests relating to this docker in this thread.
  23. Ok i tried it myself and it works. The latest image with the dev tag now supports mounting the rclone FUSE mounts back to the host and thereby usable by other containers (e.g. Plex). I created a seperate docker for this: Rclone-mount
×
×
  • Create New...