Bjonness406

Community Developer
  • Posts

    624
  • Joined

  • Last visited

Everything posted by Bjonness406

  1. Take a look here https://lime-technology.com/forum/index.php?topic=51466.0
  2. Thanks Trurl, appreciate the link. Mostly good news. Some more info in that thread now. https://lime-technology.com/forum/index.php?topic=51159.msg502845#msg502845
  3. Post what fixed your issue then? Could be helpfull to other people
  4. If you want LetsEncrypt, why not just use aptalca's fantastic Nginx LetsEncrypt docker?
  5. My speed is going very up and down when I transfer files within the same share. It is working fine when I transfer from unraid -> Pc or Pc -> Unraid, but not from different subfolders within the same share. This is on my Cache drive, which is an Samsung SSD Anyone has an idea of what could be causing this? tower-diagnostics-20160927-2053.zip
  6. Take a look at the Ubiquiti products, what about an Edgerouter and a Unifi AP?
  7. Nvm, you can add the path to your own script to the "Sync Command" variable, you just need to "chmod +x" on it. Added a request to "chmod +x /config/Rclone.sh", so it gets easier for users to add their own file.
  8. The command is only getting executed every hour, you can change "Cron Schedule:" to this, then wait a minutte and see what the output of the command are. Cron Schedule: * * * * *
  9. Do you get any error message of some sort?
  10. Have you tried this docker? https://hub.docker.com/r/quantumobject/docker-nagios/
  11. There is an Rclone docker: https://lime-technology.com/forum/index.php?topic=52033.0
  12. Working fine Would still prefeer to either use the "build in command" (the one you sat up), or make you own file with commands. 9 commands on that little text file gets very cluttered If not, I can live with it.. Thanks!
  13. haha I prefer the features on edgerouter over having the green menu items, and the integration. But the UniFi router has been a lot better since I bought my edgerouter, but still not as good as the edgerouter.
  14. I am running Binhex delugeVPN (which this one is based on) with an edgerouter. I did use the wizard to set it up initially, and I have not needed to port forward anything for that docker, or doing something spesial. Does this require upnp to work btw? There is an issue with 1.9.0 with that on the edgerouter. I am running full Ubiquiti setup home, and are very happy with it. 2 Unifi AP AC Pro, 1 Edgerouter Lite and 1 Edgeswitch 16 Poe.
  15. Try to point the /pictures to an empty folder, or a folder with only a few photoes. Then you can see if it is working after that. If it don't, there is something else wrong. Delete the container first and remove image, just to be sure nothing is left then you try this.
  16. Just to be sure, you have clicked the apply button? You can try to remove the docker and add it again. Working fine here. What is showing in the left corner for you?
  17. We definitely need multiple folders, I just havn't come up with a smart way to implement it yet. Having a file like @Bjonness406 is suggesting would work, but it's not that user-friendly. I prefer a way through variables. I'll think of it and do some more work on it this weekend. Custom commands would be nice aswell - I see you are using 'copy' while I'm using 'sync' :-) If you come up with anything, let me know. You can follow the development of the container in the dev branch. Well, I don't think Rclone at all is super user friendly, since it doesn't have a GUI. What about having a file where you can add your own commands, but add some start examples? Like this: #Take away the "#" for the lines you want to use. # Change "remote" to what you did call your remote during setup of the config file (Onedrive, Amazon, Google, backup2 etc) #rclone copy /pictures remote:pictures # Copies the files from "/pictures" to "pictures" on the remote. #rclone copy /documents remote:documents #rclone copy /video remote:video #rclone sync /example remote:example #Sync's the content between both the destiations, need to have RW permission. Or you could have a Varible called "Remote" where you specify what you have as remote. If you do this, I can write guide on how to setup the config file from a windows pc at least (probably mac and linux too), then then add it correctly to the rclone commands. (I will make that for Onedrive since I use that, but will probably be the same for most of the other ones too.)
  18. I realised my config was a bit different than yours, then I copied your config exact it worked. I think the issue was the order I had some of the lines in, after I changed that everything worked. (in the /mnt/cache/appdata/nextcloud/www/nextcloud/config/config.php file). Thank you very much for the great post btw!
  19. Thank you, working great. Is there any way to add multiple folders to sync? Maybe the best is to use cron to call up a script, which we can add out own commands in? Have a file like this rclone copy /pictures remote:pictures rclone copy /documents remote:documents rclone copy /video remote:video etc.. And then we just add the paths as needed. Also is there any way to set the cron script to less frequent? I don't need every minutte, every hour is okey for me. Now it is just spamming my log. Maybe a variable, just in the plain cron format, with a text "Edit on your own risk, default value: */1 * * * *" What do you think?
  20. Thanks, that fixed it! Posting link here, if anyone later need it. https://lime-technology.com/forum/index.php?topic=50090.msg497684#msg497684
  21. Anyone know how to get rid of these warnings? Not very important, but would be nice. The "X-XSS-Protection" HTTP header is not configured to equal to "1; mode=block". This is a potential security or privacy risk and we recommend adjusting this setting. The "X-Content-Type-Options" HTTP header is not configured to equal to "nosniff". This is a potential security or privacy risk and we recommend adjusting this setting. The "X-Robots-Tag" HTTP header is not configured to equal to "none". This is a potential security or privacy risk and we recommend adjusting this setting. The "X-Frame-Options" HTTP header is not configured to equal to "SAMEORIGIN". This is a potential security or privacy risk and we recommend adjusting this setting.
  22. Finally got it working, thanks for the help guys! https://lime-technology.com/forum/index.php?topic=51466.msg500877#msg500877