Got one more question to aptalca How do I get this running over http and port 80. Just typing http:// server.com ?
It's working for me with https:// server.com but getting letsencrypt running is way over my linux abilities
Got one more question to aptalca How do I get this running over http and port 80. Just typing http:// server.com ?
It's working for me with https:// server.com but getting letsencrypt running is way over my linux abilities
You need a webserver to do that redirection. Letsencrypt would be the ultimate way, but you can also do it with nginx.
really no option to use http instead of https ? Maybe there is something in files I could change ? 😉
vpeter just a heads up, I got a PR for the nextcloud addon awaiting review that will add a text field in the addon settings where you can add your line "-v /storage/downloads/test3:/test3" so no need to modify addon files and no need to worry about updates reverting your changes
If I see correctly more than one path can be added. Seems fine on quick look.
Yup, you can include as many "-v" directives as you like
1.0.4 is live Thank you! Works as expected!
Great to hear. I'll do the same with the other addons that use data folders like plex and emby
aptalca I need you help I'm afraid
‘filesystem_check_changes’ => 1, This option isn't working for me for some bloody reason and I'm after setting up everything like 10 times.
I know there is other option to trigger files:scan with occ but can't get that as well can you write me a line I could put to the cron to scan files from time to time please ?
My data and config is in /storage/NexT without subfolders.... Really pulling my hear on it three days in a row
Thank you in advance.
aptalca I need you help I'm afraid
‘filesystem_check_changes’ => 1, This option isn't working for me for some bloody reason and I'm after setting up everything like 10 times.
I know there is other option to trigger files:scan with occ but can't get that as well can you write me a line I could put to the cron to scan files from time to time please ?
My data and config is in /storage/NexT without subfolders.... Really pulling my hear on it three days in a row
Thank you in advance.
I don't use nextcloud so I have no idea what that is. Ask on our discord or GitHub
It just started to work filesystem_check 🙄
Yup, you can include as many "-v" directives as you like
I am trying to setup this on my system, can get 1 share mounted ok but how do I add multiple paths?
I am trying to setup this on my system, can get 1 share mounted ok but how do I add multiple paths?
"-v /folder1:/data1 -v /folder2:/data2"
I tried that but did not seem to be working earlier.
Was getting an error when adding the external storage for the 2nd share, but all seems to now be up and running now
thanks