SliMat Posted January 28, 2021 Share Posted January 28, 2021 Hi all, I had issues with my original Linuxserver Nexcloud docker after trying to update from v17 to v20 - so today I deleted my mariadb and my original nextcloud docker and started again. I also deleted the /appdata/mariadb/ and /appdata/nextcloud/ folders, so it really is a clean install. Anyway, after recreating the MySQL database and reinstalling NextCloud 20.0.6 all was good. I set up SMTP and then tried to recreate my first user and this is where the problem starts. As soon as I try to add a user I get an error - An error occured during the request. Unable to proceed. Bad request Has anyone else had this error or know how I might be able to fix this? Thanks Quote Link to comment
SliMat Posted January 29, 2021 Share Posted January 29, 2021 OK - I worked it out... because I was pointing the new installation to the original /mnt/user/nextcloud/ share on UnRAID - I had renamed all my original users folders so that as I added the users back in, it wouldnt delete their original data. However, I started with a test user account from the original installtion, but didnt rename the users data folder as I was going to test it. So, when I entered the original test users details, Nextcloud was trying to create a user folder - but couldnt create it as there was already a user folder there with the same name. So, I changed the test users data folder name (like all the others) and then Nextcloud was able to create the user folder in the new installation and I am now copying their data back into the newly created folders. 🙂 Quote Link to comment
whitedwarf Posted January 29, 2021 Share Posted January 29, 2021 22 hours ago, tazire said: EDIT 2 Solved it... I downloaded the .tar file fully extracted it and put it in the apps folder in the appdata and restarted nextcloud. The app re appeared in the disabled list for me. Enabled it and seems to be working as before. Still held the same link to my Google Auth app too. Was expecting to have to set this up again and delete the old one but seems to be fine. Very strange. I had issues before upgrading (I was still on a 18.x version). The application tab was empty and I got the same message as you when trying via occ command. But it was solve with the update. Hopefully everything is in order now. Quote Link to comment
matt_erbeck Posted January 29, 2021 Share Posted January 29, 2021 On 1/28/2021 at 12:05 AM, skois said: I was able to revert my docker image version by changing the repository under the container settings to linuxserver/nextcloud:20.0.2-ls107 from linuxserver/nextcloud. This version allowed me to start NC. Now going to Settings > Overview > Version, I can see I am running NC version 16.0.1. So what is the proper way to update in order to use latest docker image? Update nextcloud until you get to version 19 Change docker repo to the latest again Update the nextcloud to v20 After that keep in mind you need to first update image and then nextcloud Sent from my Mi 10 Pro using Tapatalk Thank! was able to update everything easily and successfully. Quote Link to comment
srfnmnk Posted January 30, 2021 Share Posted January 30, 2021 (edited) On 10/23/2020 at 3:29 PM, skois said: not on external storages, it won't work, been there Hi @skois Thank you so much for your post on Face Recongition setup. Were you ever able to get it to work on external storage? I have mounted external storages as "Local". It looks like model 4 is the best right now, have you played around with the various models? Did you ever pass a gpu through to the container to let the GPU process the files? Thanks again! Edit 1: I found this -- I can't tell if the feature was merged or not but the PR was closed. https://github.com/matiasdelellis/facerecognition/issues/26 Edit 2: SOLUTION to EXTERNAL STORAGE https://github.com/matiasdelellis/facerecognition/wiki/Settings#hidden-settings occ config:app:set facerecognition handle_external_files --value true occ user:setting USER_ID facerecognition full_image_scan_done false Edit 3: DOCKER IMAGE POSTED WITH PDLIB installed I realized that the image got repulled each time the container was restarted and I didn't want to have to wait for the pdlib to install each time so I created my own docker hub image with the pdlib pre-installed. I plan to use nextcloud and to keep this image up-to-date but no promises. https://hub.docker.com/r/srfnmnk/nextcloud_face All you need to do to use it is to replace the repository / image location in your docker config. Edit next cloud, hit advanced view and edit the following two fields from linuxserver.io path to mine. The Dockerfile is exactly the same with the addition of the compiled pdlib -- use at your own risk obviously. Edited January 30, 2021 by srfnmnk Quote Link to comment
skois Posted January 30, 2021 Share Posted January 30, 2021 2 hours ago, srfnmnk said: It looks like model 4 is the best right now, have you played around with the various models? I haven't done any benchmarks, i just selected model 4 because from the comparison chart on developers github seems the best. haven't tried to do any GPU passthrough, but i would like to, i'm gonna try maybe next week! Right now i'm planning some down time, moving server to rack and whole network! I was planning also to create a docker with pdlib, but once pdlib goes to stable alpine, LSIO said will include it. Right now only if i update the docker or change something needs to reinstall ( i have done some updates to the install script, to check if it is instailled before install it) Here is the updated script #!/bin/bash #FLAG="/config/firstbook.log" FLAG="/usr/lib/php7/modules/pdlib.so" if [ ! -f $FLAG ]; then apk add --no-cache --upgrade make cmake gcc g++ php7-dev libx11-dev openblas-dev re2c rm -rf dlib pdlib git clone https://github.com/davisking/dlib.git cd dlib/dlib mkdir build cd build cmake -DBUILD_SHARED_LIBS=ON .. make sudo make install cd / git clone https://github.com/goodspb/pdlib.git cd pdlib phpize PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig ./configure make sudo make install rm -rf /dlib /pdlib # touch $FLAG else echo "Already run of 1st boot. Delete /config/firstboot.log to run again on next boot" fi Quote Link to comment
ZekerPixels Posted January 30, 2021 Share Posted January 30, 2021 (edited) [SOLVED] Hi all, I'm trying to setup nextcould and swag, so i can acces it from my own domain. I can't find why I don't get it working, it's probably something very simple and hopefully someone can point me into the right direction. When I try to access nexcloud in the browser via nextcloud.mydomain.com, I get: Internal Server Error The server encountered an internal error and was unable to complete your request. Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report. More details can be found in the webserver log. This is the error I get from the nextcloud container, by clicking on log on the docker page: PHP Fatal error: Uncaught Error: Call to a member function getLogger() on null in /config/www/nextcloud/cron.php:162 Stack trace: } How I set it up, is of course according to the spaceinvaderone video. For setting up swag, I have the custom proxy network, port forwards and entered my own domain. This is working, the log showed getting a certificate and ends on server ready. And I made the subdomain.conf without changes form the sample, because I will also be using nextcloud.mydomain.com. Setting up nextcloud works, till the point where you acces it via your own domain. (also at this point clicking on webUI gives the same error) So I expect the config.php file, this is also the part which is differend from the video, because of swag instead of LetsEncrypt. This is the nextcloud config.php; <?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'datadirectory' => '/data', 'instanceid' => '###', 'passwordsalt' => '###', 'secret' => '###', 'trusted_domains' => 'trusted_proxies' => ['swag'], array ( 0 => '10.10.10.10:444', 1 => 'nextcloud.mydomain.com', ), 'overwrite.cli.url' => 'https://nextcloud.mydomain.com/', 'overwritehost' => 'nextcloud.mydomain.com', 'overwriteprotocol' => 'https', 'dbtype' => 'mysql', 'version' => '20.0.6.1', 'dbname' => 'db name from mariadb', 'dbhost' => '10.10.10.10:3306', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => 'user name from mariadb', 'dbpassword' => 'password', 'installed' => true, ); Thanks, Edit: I found some post on a russian forum, that mentiones the same error, pointing to a syntax error in the nextcloud config file. I copied and modified the file using nano in the terminal, this should be good, rigth? I will try to use notepad++ to see if it makes a differnce. Edit: Omg, I'm stupid. Look where I placed the trusted proxies, it fucked up the domains array. Edited January 31, 2021 by ZekerPixels Solved 1 Quote Link to comment
gshlomi Posted January 31, 2021 Share Posted January 31, 2021 Hi folks. It appears that the repository at http://apps.nextcloud.com/ is down for a while, so many face problems with upgrading or freshly installing Nextcloud. After a lot of googling, I've found a docker someone made to self-host the apps, and this is what I've done to solve it on my installation: 1. The docker is not available at dockerHub or CA, so had to run it manually using: docker run -d --name='nc-cache' --net='lsio' -e TZ="Asia/Jerusalem" -e HOST_OS="Unraid" -p '8000:8000/tcp' registry.r3ktm8.de/sealife-docker/nextcloud-cache:nightly 2. Added the following to "/mnt/user/appdata/SWAG/nginx/proxy-confs/nc-cache.subdomain.conf": server { listen 443 ssl; listen [::]:443 ssl; server_name apps.nc.*; access_log /config/log/nginx/nc_apps.access.log; error_log /config/log/nginx/nc_apps.error.log; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app nc-cache; set $upstream_port 8000; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } } 3. Added "apps.nc" to my list of subdomains at the SWAG container and restarting SWAG. 4. Added the following to "/mnt/user/appdata/Nextcloud/www/nextcloud/config/config.php": 'appstoreenabled' => true, 'appstoreurl' => 'https://apps.nc.mydomain.org/api/v1', and restarted Nextcloud. Hope this helps, unfortunately don't know how to add it as a template to CA with automatic updates, but this is a start. Quote Link to comment
tazire Posted January 31, 2021 Share Posted January 31, 2021 On 1/29/2021 at 1:53 PM, whitedwarf said: Very strange. I had issues before upgrading (I was still on a 18.x version). The application tab was empty and I got the same message as you when trying via occ command. But it was solve with the update. Hopefully everything is in order now. I have an idea as to what happened... When I was downloading the .tar file I noticed there is a version of TOTP released already for NC 21-22 which according to the documentation doesnt support NC 20... Id say my instance of NC noticed this as the latest release and that its not compatible and therefore wont show it or allow me to download it. Either way its good to know what to do should it happen again. Quote Link to comment
srfnmnk Posted January 31, 2021 Share Posted January 31, 2021 18 hours ago, skois said: haven't tried to do any GPU passthrough, but i would like to, i'm gonna try maybe next week! That's awesome! Please let me know how it goes! I was planning to try it yesterday as well but ran out of time, it's on my todo list as well. 18 hours ago, skois said: i have done some updates to the install script, to check if it is instailled before install it Awesome! Well done. Quote Link to comment
Ntouchable Posted January 31, 2021 Share Posted January 31, 2021 Recently managed to upgrade to 20.05, however I get the notification that I don't have permission to upload or create files in one of my external storage mounts. I have permissions within each of the directors, just not the root directory of that share (which is mounted via "external storages" in Nextcloud). All my other mounts work fine. Any idea as to why this has happened? Quote Link to comment
skois Posted January 31, 2021 Share Posted January 31, 2021 36 minutes ago, Ntouchable said: Recently managed to upgrade to 20.05, however I get the notification that I don't have permission to upload or create files in one of my external storage mounts. I have permissions within each of the directors, just not the root directory of that share (which is mounted via "external storages" in Nextcloud). All my other mounts work fine. Any idea as to why this has happened? Is there any chance you have mounted the root is the /mnt/user and not a share? like /mnt/user/downloads Quote Link to comment
Ntouchable Posted January 31, 2021 Share Posted January 31, 2021 35 minutes ago, skois said: Is there any chance you have mounted the root is the /mnt/user and not a share? like /mnt/user/downloads Hi Skois My shares are all mounted as follows: It appears to be some kind of weird permissions error, maybe to do with SMB rather than a mounting issue. Quote Link to comment
skois Posted January 31, 2021 Share Posted January 31, 2021 6 minutes ago, Ntouchable said: Hi Skois My shares are all mounted as follows: It appears to be some kind of weird permissions error, maybe to do with SMB rather than a mounting issue. Open unraid's terminal and go to /mnt/user , do ls -la go to /mnt/user/Music , do ls -la And post results, just to check root and child folders have the same permissions Quote Link to comment
Ntouchable Posted January 31, 2021 Share Posted January 31, 2021 root@Tower:/mnt/user# ls -la total 24 drwxrwxrwx 1 nobody users 116 Jan 11 18:35 ./ drwxr-xr-x 9 root root 180 Jan 11 18:24 ../ -rw-r--r-- 1 nobody users 324 Aug 21 2018 .htaccess -rw-r--r-- 1 nobody users 0 Aug 21 2018 .ocdata drwxrwxrwx 1 nobody users 167 Jan 28 19:28 YYYY/ drwxrwxrwx 1 nobody users 157 Mar 28 2020 Backups/ drwxrwxrwx 1 nobody users 18 Jan 9 21:55 ZZZ/ drwxrwxrwx 1 nobody users 24 Jan 24 19:01 Documents/ drwxrwxrwx 1 nobody users 60 Jan 17 16:16 Downloads/ drwxrwxrwx 1 nobody users 6 Jan 11 18:29 XXXX/ drwxrwxrwx 1 nobody users 33 Nov 13 19:32 Music/ drwxrwx--- 1 nobody users 292 Nov 6 19:25 Nextcloud/ drwxrwxrwx 1 nobody users 180 Jun 26 2020 Pictures/ drwxrwxrwx 1 nobody users 4096 Nov 12 21:26 TV/ drwxrwxrwx 1 nobody users 20 Aug 19 2018 Videos/ drwxr-xr-x 1 nobody users 71 Jan 3 12:42 admin/ drwxrwxrwx 1 nobody users 178 Jan 23 17:53 appdata/ drwxr-xr-x 1 nobody users 30 Aug 21 2018 appdata_ocsnukqijq95/ drwxrwxrwx 1 nobody users 100 Dec 31 15:06 domains/ -rw-r--r-- 1 nobody users 0 Aug 21 2018 index.html drwxrwxrwx 1 nobody users 6 Dec 31 15:10 isos/ drwxrwxrwx 1 nobody users 26 Jul 14 2019 system/ root@Tower:/mnt/user/Music# ls -la total 24220 drwxrwxrwx 1 nobody users 33 Nov 13 19:32 ./ drwxrwxrwx 1 nobody users 116 Jan 11 18:35 ../ drwx------ 1 nobody users 63 Nov 20 2015 .Trash-1000/ drwxrwxrwx 1 nobody users 4096 Sep 6 2013 36\ Crazyfists/ drwxrwxrwx 1 nobody users 66 Dec 3 2011 A/ drwxrwxrwx 1 nobody users 70 Nov 2 2014 A\ Day\ to\ Remember/ drwxrwxrwx 1 nobody users 27 Nov 30 2014 AC\ DC/ drwxrwxrwx 1 nobody users 150 Oct 30 2014 Airbourne/ drwxrwxrwx 1 nobody users 4096 Sep 27 2017 Alestorm/ drwxrwxrwx 1 nobody users 4096 Aug 8 2014 Alice\ In\ Chains/ drwxrwxrwx 1 nobody users 4096 Sep 26 2017 All\ That\ Remains/ drwxrwxrwx 1 nobody users 130 Oct 30 2014 Alter\ Bridge/ drwxrwxrwx 1 nobody users 4096 Oct 12 2014 Anberlin/ drwxrwxrwx 1 nobody users 168 Nov 2 2014 Asking\ Alexandria/ drwxrwxrwx 1 nobody users 210 Dec 18 2011 Atreyu/ drwxrwxrwx 1 nobody users 93 Sep 6 2013 Attack\ Attack/ drwxrwxrwx 1 nobody users 225 Apr 3 2019 Avenged\ Sevenfold/ -rwxrwxrwx 1 nobody users 9817266 Oct 26 2014 B-Complex\ -\ Beautiful\ Lies.mp3* drwxrwxrwx 1 nobody users 76 Dec 7 2014 BCee/ drwxrwxrwx 1 nobody users 190 Jul 15 2012 Biffy\ Clyro/ drwxrwxrwx 1 nobody users 198 Oct 30 2014 Black\ Stone\ Cherry/ drwxrwxrwx 1 nobody users 4096 May 16 2017 Blind\ Guardian/ drwxrwxrwx 1 nobody users 62 Nov 2 2014 Blink\ 182/ drwxrwxrwx 1 nobody users 223 Apr 3 2019 Bliss\ n\ Eso/ drwxrwxrwx 1 nobody users 227 Nov 11 2015 Blue\ Stahli/ drwxrwxrwx 1 nobody users 222 Nov 11 2015 Breaking\ Benjamin/ drwxrwxrwx 1 nobody users 64 Nov 1 2014 Bring\ Me\ The\ Horizon/ drwxrwxrwx 1 nobody users 41 Oct 30 2014 Buckcherry/ drwxrwxrwx 1 nobody users 4096 Mar 31 2019 Bullet\ For\ My\ Valentine/ drwxrwxrwx 1 nobody users 164 Dec 1 2014 CHVRCHES/ drwxrwxrwx 1 nobody users 273 Nov 14 2013 Children\ of\ Bodom/ drwxrwxrwx 1 nobody users 4096 Apr 11 2015 Coldplay/ drwxrwxrwx 1 nobody users 55 Oct 19 2011 Crossfade/ drwxrwxrwx 1 nobody users 57 Dec 22 2012 Crystal\ Fighters/ drwxr-xr-x 1 nobody users 72 Nov 13 19:32 DMX/ drwxrwxrwx 1 nobody users 259 Dec 22 2012 Darkest\ Hour/ drwxrwxrwx 1 nobody users 4096 Oct 12 2014 Deaf\ Havana/ drwxrwxrwx 1 nobody users 257 May 21 2012 Demon\ Hunter/ drwxrwxrwx 1 nobody users 51 Sep 4 2014 Device/ drwxrwxrwx 1 nobody users 125 Jun 17 2013 Devil\ Driver/ drwxrwxrwx 1 nobody users 231 Dec 19 2011 Diamond\ Head/ drwxrwxrwx 1 nobody users 4096 Nov 16 2015 Disturbed/ drwxrwxrwx 1 nobody users 196 Sep 6 2013 Dope/ drwxrwxrwx 1 nobody users 95 Dec 18 2011 Downloads/ drwxrwxrwx 1 nobody users 64 Oct 26 2014 Dragonforce/ drwxrwxrwx 1 nobody users 248 Sep 27 2017 Dream\ Evil/ drwxrwxrwx 1 nobody users 4096 Apr 22 2015 Dream\ Theater/ drwxrwxrwx 1 nobody users 312 Dec 16 2013 Eluveitie/ drwxrwxrwx 1 nobody users 4096 Nov 21 2014 Eminem/ drwxrwxrwx 1 nobody users 246 Mar 31 2019 Enter\ Shakari/ drwxrwxrwx 1 nobody users 222 Sep 6 2013 Escape\ The\ Fate/ drwxrwxrwx 1 nobody users 291 Oct 28 2014 Evanescence/ drwxrwxrwx 1 nobody users 4096 Mar 5 2015 Feed\ Me/ drwxrwxrwx 1 nobody users 63 Sep 4 2014 Fight\ Or\ Flight/ drwxrwxrwx 1 nobody users 267 Aug 12 2014 Five\ Finger\ Death\ Punch/ drwxrwxrwx 1 nobody users 148 Dec 3 2014 Foals/ drwxrwxrwx 1 nobody users 4096 May 22 2012 Fort\ Minor\ -The\ Rising\ Tied/ drwxrwxrwx 1 nobody users 228 Sep 6 2013 Four\ Year\ Strong/ drwxrwxrwx 1 nobody users 52 Oct 19 2011 GFXLabs/ drwxrwxrwx 1 nobody users 57 Sep 6 2013 Gallows/ drwxrwxrwx 1 nobody users 75 Nov 23 2014 Green\ Day/ -rwxrwxrwx 1 nobody users 1168612 May 7 2012 HUMILIATION\ (dubstep\ song\ for\ Notch)\ by\ DJKITT3.mp3* drwxrwxrwx 1 nobody users 187 Sep 27 2017 Halestorm/ drwxrwxrwx 1 nobody users 315 Sep 6 2013 Hatebreed/ drwxrwxrwx 1 nobody users 179 Apr 22 2015 Hilltop\ Hoods/ drwxrwxrwx 1 nobody users 115 Nov 19 2017 Hollywood\ Undead/ drwxrwxrwx 1 nobody users 154 Sep 6 2013 I\ Am\ Ghost/ drwxrwxrwx 1 nobody users 271 May 3 2015 Iced\ Earth/ drwxrwxrwx 1 nobody users 4096 Oct 2 2014 Infected\ Mushroom/ drwxrwxrwx 1 nobody users 123 Nov 14 2013 Inhale\ Exhale/ drwxrwxrwx 1 nobody users 201 Sep 6 2013 Insomnium/ drwxrwxrwx 1 nobody users 4096 Dec 24 2014 Iron\ Maiden/ drwxrwxrwx 1 nobody users 59 Nov 3 2014 Jamiroquai/ drwxrwxrwx 1 nobody users 34 Nov 30 2014 Judas\ Priest/ drwxrwxrwx 1 nobody users 186 Jul 31 2015 Kid\ Rock/ drwxrwxrwx 1 nobody users 4096 Oct 5 2017 Korn/ drwxrwxrwx 1 nobody users 306 Mar 18 2012 Labyrinth/ drwxrwxr-x 1 nobody users 52 Jul 31 2015 Lagerstein/ drwxrwxrwx 1 nobody users 321 Sep 27 2017 Lamb\ Of\ God/ drwxrwxrwx 1 nobody users 86 Sep 9 2013 Led\ Zeppelin/ drwxrwxrwx 1 nobody users 177 Dec 19 2011 Limp\ Bizkit/ drwxrwxrwx 1 nobody users 251 Apr 3 2019 Lindsey\ Stirling/ drwxrwxrwx 1 nobody users 91 Apr 22 2015 Linkin\ Park/ drwxrwxrwx 1 nobody users 153 Sep 27 2017 London\ Grammar/ drwxrwxrwx 1 nobody users 157 Dec 19 2011 Lostprophets/ drwxrwxrwx 1 nobody users 64 Nov 1 2014 Lower\ Than\ Atlantis/ drwxrwxrwx 1 nobody users 4096 Sep 27 2017 Machine\ Head/ drwxrwxrwx 1 nobody users 4096 Dec 19 2011 Megadeath/ drwxrwxrwx 1 nobody users 4096 Oct 12 2014 Metallica/ drwxrwxrwx 1 nobody users 138 Nov 2 2014 Muse/ drwxrwxrwx 1 nobody users 278 May 3 2015 MusicBee/ -rwxrwxrwx 1 nobody users 10328882 Nov 30 2014 Nelly_vs_Bee_Gees-Bee_Gees_-_Stayin_Hot_Nelly_vs_Bee_Gees_.mp3* drwxrwxrwx 1 nobody users 172 Feb 22 2017 Netsky/ drwxrwxrwx 1 nobody users 10 Nov 14 2014 New\ folder/ drwxrwxrwx 1 nobody users 4096 Sep 27 2017 Nightwish/ drwxr-xr-x 1 nobody users 82 Mar 20 2017 Nine\ Lashes/ drwxrwxrwx 1 nobody users 52 Nov 30 2014 Nirvana/ drwxrwxrwx 1 nobody users 103 Oct 31 2014 P.O.D/ drwxrwxrwx 1 nobody users 4096 Sep 27 2017 Papa\ Roach/ drwxrwxrwx 1 nobody users 233 Sep 6 2013 Parkway\ Drive/ drwxrwxrwx 1 nobody users 4096 Aug 12 2014 Rammstein/ drwxrwxrwx 1 nobody users 128 Nov 14 2014 Rasmeses\ B/ drwxrwxrwx 1 nobody users 4096 Nov 2 2014 Red\ Hot\ Chili\ Peppers/ -rwxrwxrwx 1 nobody users 3339492 May 16 2012 Riding\ On\ The\ Wings\ Of\ Liberty.mp3* drwxrwxrwx 1 nobody users 135 Oct 31 2014 Rise\ Against/ drwxrwxrwx 1 nobody users 128 Nov 1 2014 Rizzle\ Kicks/ drwxrwxrwx 1 nobody users 70 Nov 17 2014 Sabaton/ drwxrwxrwx 1 nobody users 312 Nov 24 2011 Sample\ Music/ drwxrwxrwx 1 nobody users 4096 Mar 1 2015 Seether/ drwxr-xr-x 1 nobody users 98 Mar 31 2019 Selena\ Gomez/ drwxrwxrwx 1 nobody users 4096 Dec 15 2014 Sevendust/ drwxrwxrwx 1 nobody users 139 Dec 19 2011 Silverstein/ drwxrwxrwx 1 nobody users 332 Dec 3 2011 Skillet\ Discography/ drwxrwxrwx 1 nobody users 291 May 24 2019 Skindred/ drwxrwxrwx 1 nobody users 4096 Dec 19 2011 Slayer/ drwxrwxrwx 1 nobody users 210 Mar 1 2015 Slipknot/ drwxrwxrwx 1 nobody users 4096 Sep 6 2013 Solidwork/ drwxrwxrwx 1 nobody users 310 Sep 27 2017 Sonata\ Arctica/ drwxr-xr-x 1 nobody users 194 Feb 5 2019 Soundgarden/ drwxrwxrwx 1 nobody users 111 Dec 19 2011 Stone\ Sour/ drwxrwxrwx 1 nobody users 289 Dec 19 2011 Symphony\ X/ drwxrwxrwx 1 nobody users 246 Jan 24 2014 System\ of\ a\ Down/ drwxr-xr-x 1 nobody users 4096 Aug 9 20:20 Taylor\ Swift/ drwxrwxrwx 1 nobody users 154 Oct 12 2014 The\ Glitch\ Mob/ drwxrwxrwx 1 nobody users 139 Nov 1 2014 Theory\ Of\ A\ Deadman/ drwxrwxrwx 1 nobody users 28 Nov 4 2014 Thin\ Lizzy/ drwxrwxrwx 1 nobody users 303 Oct 12 2014 Thousand\ Foot\ Kruntch/ drwxrwxrwx 1 nobody users 61 Nov 2 2014 Three\ Days\ Grace/ drwxrwxrwx 1 nobody users 227 Apr 3 2019 Trivium/ drwxrwxrwx 1 nobody users 42 Feb 16 2012 Upon\ The\ Shore/ drwxrwxrwx 1 nobody users 80 Nov 2 2014 Van\ Canto/ drwxrwxrwx 1 nobody users 99 Sep 2 2014 Winds\ Of\ Plague/ drwxrwxrwx 1 nobody users 32 Feb 2 2015 aspnet_client/ -rwxrwxrwx 1 nobody users 504 Apr 2 2015 desktop.ini* drwxrwxrwx 1 nobody users 258 Jan 22 2012 iTunes/ drwx------ 1 nobody users 10 Jul 31 2015 lost+found/ Quote Link to comment
skois Posted January 31, 2021 Share Posted January 31, 2021 (edited) 4 minutes ago, Ntouchable said: root@Tower:/mnt/user# ls -la total 24 drwxrwxrwx 1 nobody users 116 Jan 11 18:35 ./ drwxr-xr-x 9 root root 180 Jan 11 18:24 ../ -rw-r--r-- 1 nobody users 324 Aug 21 2018 .htaccess -rw-r--r-- 1 nobody users 0 Aug 21 2018 .ocdata drwxrwxrwx 1 nobody users 167 Jan 28 19:28 YYYY/ drwxrwxrwx 1 nobody users 157 Mar 28 2020 Backups/ drwxrwxrwx 1 nobody users 18 Jan 9 21:55 ZZZ/ drwxrwxrwx 1 nobody users 24 Jan 24 19:01 Documents/ drwxrwxrwx 1 nobody users 60 Jan 17 16:16 Downloads/ drwxrwxrwx 1 nobody users 6 Jan 11 18:29 XXXX/ drwxrwxrwx 1 nobody users 33 Nov 13 19:32 Music/ drwxrwx--- 1 nobody users 292 Nov 6 19:25 Nextcloud/ drwxrwxrwx 1 nobody users 180 Jun 26 2020 Pictures/ drwxrwxrwx 1 nobody users 4096 Nov 12 21:26 TV/ drwxrwxrwx 1 nobody users 20 Aug 19 2018 Videos/ drwxr-xr-x 1 nobody users 71 Jan 3 12:42 admin/ drwxrwxrwx 1 nobody users 178 Jan 23 17:53 appdata/ drwxr-xr-x 1 nobody users 30 Aug 21 2018 appdata_ocsnukqijq95/ drwxrwxrwx 1 nobody users 100 Dec 31 15:06 domains/ -rw-r--r-- 1 nobody users 0 Aug 21 2018 index.html drwxrwxrwx 1 nobody users 6 Dec 31 15:10 isos/ drwxrwxrwx 1 nobody users 26 Jul 14 2019 system/ root@Tower:/mnt/user/Music# ls -la total 24220 drwxrwxrwx 1 nobody users 33 Nov 13 19:32 ./ drwxrwxrwx 1 nobody users 116 Jan 11 18:35 ../ drwx------ 1 nobody users 63 Nov 20 2015 .Trash-1000/ drwxrwxrwx 1 nobody users 4096 Sep 6 2013 36\ Crazyfists/ drwxrwxrwx 1 nobody users 66 Dec 3 2011 A/ drwxrwxrwx 1 nobody users 70 Nov 2 2014 A\ Day\ to\ Remember/ drwxrwxrwx 1 nobody users 27 Nov 30 2014 AC\ DC/ drwxrwxrwx 1 nobody users 150 Oct 30 2014 Airbourne/ drwxrwxrwx 1 nobody users 4096 Sep 27 2017 Alestorm/ drwxrwxrwx 1 nobody users 4096 Aug 8 2014 Alice\ In\ Chains/ drwxrwxrwx 1 nobody users 4096 Sep 26 2017 All\ That\ Remains/ drwxrwxrwx 1 nobody users 130 Oct 30 2014 Alter\ Bridge/ drwxrwxrwx 1 nobody users 4096 Oct 12 2014 Anberlin/ drwxrwxrwx 1 nobody users 168 Nov 2 2014 Asking\ Alexandria/ drwxrwxrwx 1 nobody users 210 Dec 18 2011 Atreyu/ drwxrwxrwx 1 nobody users 93 Sep 6 2013 Attack\ Attack/ drwxrwxrwx 1 nobody users 225 Apr 3 2019 Avenged\ Sevenfold/ -rwxrwxrwx 1 nobody users 9817266 Oct 26 2014 B-Complex\ -\ Beautiful\ Lies.mp3* drwxrwxrwx 1 nobody users 76 Dec 7 2014 BCee/ drwxrwxrwx 1 nobody users 190 Jul 15 2012 Biffy\ Clyro/ drwxrwxrwx 1 nobody users 198 Oct 30 2014 Black\ Stone\ Cherry/ drwxrwxrwx 1 nobody users 4096 May 16 2017 Blind\ Guardian/ drwxrwxrwx 1 nobody users 62 Nov 2 2014 Blink\ 182/ drwxrwxrwx 1 nobody users 223 Apr 3 2019 Bliss\ n\ Eso/ drwxrwxrwx 1 nobody users 227 Nov 11 2015 Blue\ Stahli/ drwxrwxrwx 1 nobody users 222 Nov 11 2015 Breaking\ Benjamin/ drwxrwxrwx 1 nobody users 64 Nov 1 2014 Bring\ Me\ The\ Horizon/ drwxrwxrwx 1 nobody users 41 Oct 30 2014 Buckcherry/ drwxrwxrwx 1 nobody users 4096 Mar 31 2019 Bullet\ For\ My\ Valentine/ drwxrwxrwx 1 nobody users 164 Dec 1 2014 CHVRCHES/ drwxrwxrwx 1 nobody users 273 Nov 14 2013 Children\ of\ Bodom/ drwxrwxrwx 1 nobody users 4096 Apr 11 2015 Coldplay/ drwxrwxrwx 1 nobody users 55 Oct 19 2011 Crossfade/ drwxrwxrwx 1 nobody users 57 Dec 22 2012 Crystal\ Fighters/ drwxr-xr-x 1 nobody users 72 Nov 13 19:32 DMX/ drwxrwxrwx 1 nobody users 259 Dec 22 2012 Darkest\ Hour/ drwxrwxrwx 1 nobody users 4096 Oct 12 2014 Deaf\ Havana/ drwxrwxrwx 1 nobody users 257 May 21 2012 Demon\ Hunter/ drwxrwxrwx 1 nobody users 51 Sep 4 2014 Device/ drwxrwxrwx 1 nobody users 125 Jun 17 2013 Devil\ Driver/ drwxrwxrwx 1 nobody users 231 Dec 19 2011 Diamond\ Head/ drwxrwxrwx 1 nobody users 4096 Nov 16 2015 Disturbed/ drwxrwxrwx 1 nobody users 196 Sep 6 2013 Dope/ drwxrwxrwx 1 nobody users 95 Dec 18 2011 Downloads/ drwxrwxrwx 1 nobody users 64 Oct 26 2014 Dragonforce/ drwxrwxrwx 1 nobody users 248 Sep 27 2017 Dream\ Evil/ drwxrwxrwx 1 nobody users 4096 Apr 22 2015 Dream\ Theater/ drwxrwxrwx 1 nobody users 312 Dec 16 2013 Eluveitie/ drwxrwxrwx 1 nobody users 4096 Nov 21 2014 Eminem/ drwxrwxrwx 1 nobody users 246 Mar 31 2019 Enter\ Shakari/ drwxrwxrwx 1 nobody users 222 Sep 6 2013 Escape\ The\ Fate/ drwxrwxrwx 1 nobody users 291 Oct 28 2014 Evanescence/ drwxrwxrwx 1 nobody users 4096 Mar 5 2015 Feed\ Me/ drwxrwxrwx 1 nobody users 63 Sep 4 2014 Fight\ Or\ Flight/ drwxrwxrwx 1 nobody users 267 Aug 12 2014 Five\ Finger\ Death\ Punch/ drwxrwxrwx 1 nobody users 148 Dec 3 2014 Foals/ drwxrwxrwx 1 nobody users 4096 May 22 2012 Fort\ Minor\ -The\ Rising\ Tied/ drwxrwxrwx 1 nobody users 228 Sep 6 2013 Four\ Year\ Strong/ drwxrwxrwx 1 nobody users 52 Oct 19 2011 GFXLabs/ drwxrwxrwx 1 nobody users 57 Sep 6 2013 Gallows/ drwxrwxrwx 1 nobody users 75 Nov 23 2014 Green\ Day/ -rwxrwxrwx 1 nobody users 1168612 May 7 2012 HUMILIATION\ (dubstep\ song\ for\ Notch)\ by\ DJKITT3.mp3* drwxrwxrwx 1 nobody users 187 Sep 27 2017 Halestorm/ drwxrwxrwx 1 nobody users 315 Sep 6 2013 Hatebreed/ drwxrwxrwx 1 nobody users 179 Apr 22 2015 Hilltop\ Hoods/ drwxrwxrwx 1 nobody users 115 Nov 19 2017 Hollywood\ Undead/ drwxrwxrwx 1 nobody users 154 Sep 6 2013 I\ Am\ Ghost/ drwxrwxrwx 1 nobody users 271 May 3 2015 Iced\ Earth/ drwxrwxrwx 1 nobody users 4096 Oct 2 2014 Infected\ Mushroom/ drwxrwxrwx 1 nobody users 123 Nov 14 2013 Inhale\ Exhale/ drwxrwxrwx 1 nobody users 201 Sep 6 2013 Insomnium/ drwxrwxrwx 1 nobody users 4096 Dec 24 2014 Iron\ Maiden/ drwxrwxrwx 1 nobody users 59 Nov 3 2014 Jamiroquai/ drwxrwxrwx 1 nobody users 34 Nov 30 2014 Judas\ Priest/ drwxrwxrwx 1 nobody users 186 Jul 31 2015 Kid\ Rock/ drwxrwxrwx 1 nobody users 4096 Oct 5 2017 Korn/ drwxrwxrwx 1 nobody users 306 Mar 18 2012 Labyrinth/ drwxrwxr-x 1 nobody users 52 Jul 31 2015 Lagerstein/ drwxrwxrwx 1 nobody users 321 Sep 27 2017 Lamb\ Of\ God/ drwxrwxrwx 1 nobody users 86 Sep 9 2013 Led\ Zeppelin/ drwxrwxrwx 1 nobody users 177 Dec 19 2011 Limp\ Bizkit/ drwxrwxrwx 1 nobody users 251 Apr 3 2019 Lindsey\ Stirling/ drwxrwxrwx 1 nobody users 91 Apr 22 2015 Linkin\ Park/ drwxrwxrwx 1 nobody users 153 Sep 27 2017 London\ Grammar/ drwxrwxrwx 1 nobody users 157 Dec 19 2011 Lostprophets/ drwxrwxrwx 1 nobody users 64 Nov 1 2014 Lower\ Than\ Atlantis/ drwxrwxrwx 1 nobody users 4096 Sep 27 2017 Machine\ Head/ drwxrwxrwx 1 nobody users 4096 Dec 19 2011 Megadeath/ drwxrwxrwx 1 nobody users 4096 Oct 12 2014 Metallica/ drwxrwxrwx 1 nobody users 138 Nov 2 2014 Muse/ drwxrwxrwx 1 nobody users 278 May 3 2015 MusicBee/ -rwxrwxrwx 1 nobody users 10328882 Nov 30 2014 Nelly_vs_Bee_Gees-Bee_Gees_-_Stayin_Hot_Nelly_vs_Bee_Gees_.mp3* drwxrwxrwx 1 nobody users 172 Feb 22 2017 Netsky/ drwxrwxrwx 1 nobody users 10 Nov 14 2014 New\ folder/ drwxrwxrwx 1 nobody users 4096 Sep 27 2017 Nightwish/ drwxr-xr-x 1 nobody users 82 Mar 20 2017 Nine\ Lashes/ drwxrwxrwx 1 nobody users 52 Nov 30 2014 Nirvana/ drwxrwxrwx 1 nobody users 103 Oct 31 2014 P.O.D/ drwxrwxrwx 1 nobody users 4096 Sep 27 2017 Papa\ Roach/ drwxrwxrwx 1 nobody users 233 Sep 6 2013 Parkway\ Drive/ drwxrwxrwx 1 nobody users 4096 Aug 12 2014 Rammstein/ drwxrwxrwx 1 nobody users 128 Nov 14 2014 Rasmeses\ B/ drwxrwxrwx 1 nobody users 4096 Nov 2 2014 Red\ Hot\ Chili\ Peppers/ -rwxrwxrwx 1 nobody users 3339492 May 16 2012 Riding\ On\ The\ Wings\ Of\ Liberty.mp3* drwxrwxrwx 1 nobody users 135 Oct 31 2014 Rise\ Against/ drwxrwxrwx 1 nobody users 128 Nov 1 2014 Rizzle\ Kicks/ drwxrwxrwx 1 nobody users 70 Nov 17 2014 Sabaton/ drwxrwxrwx 1 nobody users 312 Nov 24 2011 Sample\ Music/ drwxrwxrwx 1 nobody users 4096 Mar 1 2015 Seether/ drwxr-xr-x 1 nobody users 98 Mar 31 2019 Selena\ Gomez/ drwxrwxrwx 1 nobody users 4096 Dec 15 2014 Sevendust/ drwxrwxrwx 1 nobody users 139 Dec 19 2011 Silverstein/ drwxrwxrwx 1 nobody users 332 Dec 3 2011 Skillet\ Discography/ drwxrwxrwx 1 nobody users 291 May 24 2019 Skindred/ drwxrwxrwx 1 nobody users 4096 Dec 19 2011 Slayer/ drwxrwxrwx 1 nobody users 210 Mar 1 2015 Slipknot/ drwxrwxrwx 1 nobody users 4096 Sep 6 2013 Solidwork/ drwxrwxrwx 1 nobody users 310 Sep 27 2017 Sonata\ Arctica/ drwxr-xr-x 1 nobody users 194 Feb 5 2019 Soundgarden/ drwxrwxrwx 1 nobody users 111 Dec 19 2011 Stone\ Sour/ drwxrwxrwx 1 nobody users 289 Dec 19 2011 Symphony\ X/ drwxrwxrwx 1 nobody users 246 Jan 24 2014 System\ of\ a\ Down/ drwxr-xr-x 1 nobody users 4096 Aug 9 20:20 Taylor\ Swift/ drwxrwxrwx 1 nobody users 154 Oct 12 2014 The\ Glitch\ Mob/ drwxrwxrwx 1 nobody users 139 Nov 1 2014 Theory\ Of\ A\ Deadman/ drwxrwxrwx 1 nobody users 28 Nov 4 2014 Thin\ Lizzy/ drwxrwxrwx 1 nobody users 303 Oct 12 2014 Thousand\ Foot\ Kruntch/ drwxrwxrwx 1 nobody users 61 Nov 2 2014 Three\ Days\ Grace/ drwxrwxrwx 1 nobody users 227 Apr 3 2019 Trivium/ drwxrwxrwx 1 nobody users 42 Feb 16 2012 Upon\ The\ Shore/ drwxrwxrwx 1 nobody users 80 Nov 2 2014 Van\ Canto/ drwxrwxrwx 1 nobody users 99 Sep 2 2014 Winds\ Of\ Plague/ drwxrwxrwx 1 nobody users 32 Feb 2 2015 aspnet_client/ -rwxrwxrwx 1 nobody users 504 Apr 2 2015 desktop.ini* drwxrwxrwx 1 nobody users 258 Jan 22 2012 iTunes/ drwx------ 1 nobody users 10 Jul 31 2015 lost+found/ Hmm seems okay. Was it working before? Also 20.0.6 is release. Might worth a shot Edited January 31, 2021 by skois Quote Link to comment
Ntouchable Posted January 31, 2021 Share Posted January 31, 2021 1 minute ago, skois said: Hmm seems okay. Was it working before? Also 20.0.6 is release. Might worth a shot It was working back when I was on version 18 a week ago. I just tried upgrading to 20.0.6 and it doesn't seem to have made a difference (although that did fix another issue I was having). Overall it seems very odd. It isn't causing me any headaches at the moment so I might see if the next release fixes it. If not I will raise the issue on the Nextcloud forum. Appreciate your help. 1 Quote Link to comment
Laucien Posted January 31, 2021 Share Posted January 31, 2021 (edited) Hey, I've been struggling with a couple issues for the past few days and finally ran out of things to try so.... halp! :D. My setup is a pretty standard one with Swag for the reverse proxy, this Nextcloud container, everything in their own custom docker network and Cloudflare as the DNS for my own domain name (only DNS, not proxying). I'm using Linuxserver's Swag default configs for almost every service I'm reverse proxying. For Nextcloud I have 2 issues. First one is that it complains a couple HTTP headers are missing. The "X-Content-Type-Options" HTTP header is not set to "nosniff". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly. The "X-Robots-Tag" HTTP header is not set to "none". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly. The "X-Frame-Options" HTTP header is not set to "SAMEORIGIN". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly. This is the Nextcloud subdomain config I'm using -> Pastebin Link. This is the ssl.conf settings I'm using -> Pastebin Link. This is what I've gotten so far: The headers are there. If I run an SSL check using this site I can see them being reported (image link) but if I check Nextcloud's own security scan then it complains about those headers just as my local installation does (another image link). I know its sourcing the correct file because if I make a change to the ssl.conf, like disabling HTST, then Nextcloud adds another error to complain about it. I looked into the webserver running inside the Nextcloud container just to rule that out but all the settings are present there as well. Any thoughts? I have no idea where else to check. //Edit: Found out that if I just remove all the optional headers from ssl.conf then Nextcloud would say everything is OK but of course all my other sites will be lacking that stuff. I can use a separate config for nextcloud but I don't get why it complains when the values are there and just goes along when removed. ----------------------------------- My second problem is with getting Collabora to work. I followed Spaceinvader One's tutorial and did these steps: Installed the docker container + added it to the same network as Netcloud. Set the Nextcloud address/domain on the Collabora container (Image link). Tried with two \\ as in the video as well but checking the Collabora logs I think using only one \ is the correct way. Added a CNAME for the subdomain pointing to my root domain. Used the sample settings from Swag (Pastebin link). I also tried with the configs in his video. In the Nextcloud UI I made sure the app is enabled (Image link) and that it can connect correctly (Another image link). But then I create a new file and when I click to edit it it redirects me to the correct site but complains with the message "collabora.mydomain.com refused to connect". I checked nginx, Collabora and Nextcloud and I don't see anything on any logs. I have absolutely no idea where to go with troubleshooting this one haha. //Edit: Looks like this issue is also happening to me with OnlyOffice. I can get all the setup and everything working but as soon as I try to edit a file I get the "documentserver.mydomain.com refused to connect" so I'm guessing I'm missing a step somewhere? Tried adding that domain to the trusted_domains array but nothing. //Edit 2: OK, it seems like it has something to do with the iframe and the Content-Security-Policy header: Refused to frame 'https://documentserver.mydomain.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self'". I don't get it though. I tried setting that header to the domain, the subdomain, removing it complete and no matter what I do it still complains about it. ------------------ Thanks to whoever takes the time to read this and sorry for the huge wall of text :D. Edited February 1, 2021 by Laucien Quote Link to comment
Stubbs Posted February 1, 2021 Share Posted February 1, 2021 (edited) Does anyone know how to clean up the brute force attempts? I was having trouble logging in with a phone, and now my IP seems to be permanently 30 second throttled. Brute Force Whitelist does not work unless I set the slash notation to 0, which is basically the same as turning brute force security off. I looked up some guides which involve going into the database, but had no luck: MariaDB [mydatabase]> DELETE FROM oc_bruteforce_attempts WHERE ip = 'my.wan.ip.address'; Query OK, 0 rows affected (0.001 sec) Edited February 1, 2021 by Stubbs Quote Link to comment
dbs179 Posted February 2, 2021 Share Posted February 2, 2021 On 8/16/2020 at 6:02 AM, malac said: Hi, i moved my "data path" from cache disk to the normal "data" pool. This works fine, but the i'm not able anymore to spin down all disk, because it looks like nextcloud permanently writes to the data path. Does anyone has a solution for that? thx I have this exact same problem. I've had Nextcloud installed for several years now and I don't know if I didn't notice it or this just started, but I can't spin down Disk 3 of my Array when Nextcloud is running. My /data path is /mnt/user/NexCloud/ which is a share that is configured to only write to my Disk 3. Is there anyway to configure NextCloud to allow disks to spin down until files are written or read? Quote Link to comment
eubbenhadd Posted February 3, 2021 Share Posted February 3, 2021 ugh. I tried steps 2 and 3 to no avail. 2 worked to take me to the final build of 17.x but from there i get the can't install major upgrade... I tried step 3 to manually upgrade to v18 instead of the latest build and it also failed, but when I try step 2 again, it reports as follows with two conflicting versions then I get the can't install major upgrade error. HELP! ---------------------- Nextcloud Updater - version: v18.0.9-8-g27dac77 Current version is 18.0.14. Update to Nextcloud 17.0.10 available. (channel: "stable") Following file will be downloaded automatically: https://download.nextcloud.com/server/releases/nextcloud-17.0.10.zip Open changelog ↗ Steps that will be executed: [✔] Check for expected files [✔] Check for write permissions [✔] Create backup [✔] Downloading [✔] Verify integrity [✔] Extracting [✔] Enable maintenance mode [✔] Replace entry points [✔] Delete old files [✔] Move new files in place [✔] Done Continue update? [y/N] Quote Link to comment
REllU Posted February 3, 2021 Share Posted February 3, 2021 @skois @whitedwarf I watched through the Spaceinvadeone's video about setting up reverse proxy, and that indeed confirmed my hunch. Your modem is required to have NAT Relfection / Hairpinning / loopback, in order for the setup to work properly, and the domain name to be accessed from the same network. I'm a bit upset, as we _just_ bought a new modem to the office, but it's a consumer grade one, so it doesn't have these features. So I'll just have to figure out what kind of a modem we actually need, and how to get everything to work on out network the way we need. Oh well... Quote Link to comment
whitedwarf Posted February 3, 2021 Share Posted February 3, 2021 16 minutes ago, REllU said: @skois @whitedwarf I watched through the Spaceinvadeone's video about setting up reverse proxy, and that indeed confirmed my hunch. Your modem is required to have NAT Relfection / Hairpinning / loopback, in order for the setup to work properly, and the domain name to be accessed from the same network. I'm a bit upset, as we _just_ bought a new modem to the office, but it's a consumer grade one, so it doesn't have these features. So I'll just have to figure out what kind of a modem we actually need, and how to get everything to work on out network the way we need. Oh well... First time I hear about this functionality, but it looks like my consumer grade modem has it. It's a shame you have to change it again. Quote Link to comment
whitedwarf Posted February 3, 2021 Share Posted February 3, 2021 @eubbenhadd That sounds messy. Have you tried to update directly from unraid command shell with the following command ? docker exec -it nextcloud updater.phar Quote Link to comment
blaine07 Posted February 3, 2021 Share Posted February 3, 2021 Hi folks. It appears that the repository at http://apps.nextcloud.com/ is down for a while, so many face problems with upgrading or freshly installing Nextcloud. After a lot of googling, I've found a docker someone made to self-host the apps, and this is what I've done to solve it on my installation: 1. The docker is not available at dockerHub or CA, so had to run it manually using: docker run -d --name='nc-cache' --net='lsio' -e TZ="Asia/Jerusalem" -e HOST_OS="Unraid" -p '8000:8000/tcp' registry.r3ktm8.de/sealife-docker/nextcloud-cache:nightly 2. Added the following to "/mnt/user/appdata/SWAG/nginx/proxy-confs/nc-cache.subdomain.conf": server { listen 443 ssl; listen [::]:443 ssl; server_name apps.nc.*;access_log /config/log/nginx/nc_apps.access.log;error_log /config/log/nginx/nc_apps.error.log; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app nc-cache; set $upstream_port 8000; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; }} 3. Added "apps.nc" to my list of subdomains at the SWAG container and restarting SWAG. 4. Added the following to "/mnt/user/appdata/Nextcloud/www/nextcloud/config/config.php": 'appstoreenabled' => true, 'appstoreurl' => 'https://apps.nc.mydomain.org/api/v1', and restarted Nextcloud. Hope this helps, unfortunately don't know how to add it as a template to CA with automatic updates, but this is a start. Would that be related to seeing this in my NC instance today? Looks like AppStore opens and such today though? Also seeing update to 20.0.7; maybe that fixes conundrum? Also, with apps server maybe being broke is it even safe to attempt to update to 20.0.7 today at all? Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.