Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

levster

Members
  • Joined

  • Last visited

Everything posted by levster

  1. What is the way to link a folder somewhere else already on the same server to the Nextcloud? In other words, if I store most of my photographs in a share Pictures, how wold I link to it in Nextcloud?
  2. Thank you. I definitely did not notice that. I'll correct and see how it goes. Also, I did not see it elsewhere, but should the port be after the domain in the ovewritehost line? Elsewhere in the instructions, one was not listed.
  3. If I understand you correctly you want to reindex all of the files in your nextcloud folder? If yes, then you have to ssh in to your server and execute the following: docker exec -it nextcloud bash cd /config/www/nextcloud/ sudo -u abc php7 /config/www/nextcloud/occ files:scan --all This will scan all of the files for all users. You can modify the last command if you need to scan only certain users. ex: sudo -u abc php7 /config/www/nextcloud/occ files:scan --path="user_name" {particular user} Hope that helps.
  4. I've just rebuild by server and am trying to install the Nextlcloud. I am hitting the same issue all the times no matter how many times I try to fix it. Once I install the nextcloud and create the first user, all is OK. Then I install letsencrypt and edit the nexlcoud in the \appdata\letsencrypt\nginx\site-confs and config.php in the \appdata\nextcloud\www\nextcloud\config I can no longer access the database either by the redirect or local ip. Here are the two files. Am I missing something: server { listen 443 ssl; server_name mysite.duckdns.org; root /config/www; index index.html index.htm index.php; ###SSL Certificates ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ###Diffie–Hellman key exchange ### ssl_dhparam /config/nginx/dhparams.pem; ###SSL Ciphers ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA'; ###Extra Settings### ssl_prefer_server_ciphers on; ###ssl_session_cache shared:SSL:10m; ### Add HTTP Strict Transport Security ### add_header Strict-Transport-Security "max-age=63072000; includeSubdomains"; add_header Front-End-Https on; client_max_body_size 0; location / { proxy_pass https://192.168.0.130:444/; proxy_max_temp_file_size 2048m; include /config/nginx/proxy.conf; } } and <?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'datadirectory' => '/data', 'instanceid' => 'xxxxxxxxxxxxxx', 'passwordsalt' => 'xxxxxxxxxxxxxxx', 'secret' => 'xxxxxxxxxxxxxxxxxxxxxxxxxx', 'trusted_domains' => array ( 0 => '192.168.1.130:444', 1 => 'mysite.duckdns.org', ), 'overwrite.cli.url' => 'https://mysite.duckdns.org', 'overwritehost' => mysite.duckdns.org', 'overwriteprotocol' => 'https', 'dbtype' => 'mysql', 'version' => '14.0.4.2', 'dbname' => 'nextcloud', 'dbhost' => '192.168.1.130:3306', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => 'myusername', 'dbpassword' => 'mypassword', 'installed' => true, ); Just noticed that there was a line: 'mysql.utf8mb4' => true, I removed it. Not sure how that got there. In any case, still no go. PS: If I edit : 'overwritehost' => 'mysite.duckdns.org', and make it 'overwritehost' => mysite.duckdns.org:444', I am able to resolve my site, but then I get "Not secure".
  5. I had to restore my dockers and now nextcloud is acting up. It's throwing errors, unable to sync. Can someone please shed some light on what is happening? Thank you. Just rescanned the files and hoping that that fixed the problem. nextcloud_ann.zipx
  6. I posted this in a separate forum but perhaps posting here may also get me some help. Here is the text from the other topic: So, I found the link to update the LSI controller. Installed the latest. Plugged in the system and... No drives appear! Looks like all three PERC cards were not flashed correctly. I just tried to run 1.bat and am getting "firmware returned exception". Looks like there is not firmware on the card. Now, it seems that all three cards are dead in the water. Any ideas how to get them back? I would hate to go and start looking for three new PERCs
  7. I am having difficulty upgrading to 14.0.1 After: "##Now Restart docker container via Unraid WebGUI" and "##Open terminal in container docker exec -it nextcloud bash" I get the following: root@Tower2:~# cd /config/www/nextcloud/ -bash: cd: /config/www/nextcloud/: No such file or directory What happened and where should I go from here? Thanks. PS: Now, when I go to the webpage for my local nextcloud it is now asking me to create an admin account. Was my database lost and how can I get it back? I do have AppData Backup running and the last one was created a couple of day ago. Any ideas? I really would love to get my original database alive and well PSS: So, I've used my backup and restored all of the dockers. Since then Nextcloud is back to it's original glory and I was able to update it successfully this time.
  8. If I manually copied some files into folders within Nextcloud, those files will not show up unless the database is re-scanned. Could someone please provide a "general" rescan command for nextcloud? Would that command be user specific or would rescan all users folders? Is it possible to do it from within Nextcloud app or WebUI?
  9. At the very least, I appreciate the quick response.
  10. I've posted this question on the github several days ago, but so far no answers. For about the last week, I cannot seem to upload from my main android picture folder to either photo or video directories. Other uploads are significantly delayed, sometimes initiating on their own hours after being taken. Presence or absence of WiFi makes no difference. I've tried uninstalling the app and reinstalling, but the original settings, down to the finger print security, remain. I tried removing the account, clearing the cache and data prior to uninstalling, to no avail. Any ideas how to completely remove the app so that I can install in fresh? I am stumped. Running on S9+, Android 8.0.0 Thanks, Lev
  11. Figured it out. By pasting the token_id, the paste function was actually adding a space in front of the id, thereby invalidating it.
  12. I noticed that duckdns is not updating my correct IP address. When I go to the duckdns.org and try to update manually, it tells me that my IP was already xxx.xxx.xxx.xxx (which is actually wrong according to my actual IP as reported by what's my IP) and not updated. So, how can I "synchronize" my IP? When I restart duckdns I get the following in its log: Brought to you by linuxserver.ioWe gratefully accept donations at:https://www.linuxserver.io/donations/-------------------------------------GID/UID-------------------------------------User uid: 99User gid: 100-------------------------------------[cont-init.d] 10-adduser: exited 0.[cont-init.d] 40_config.sh: executing...Retrieving subdomain and token from the environment variableslog will be output to docker log/app/duck.conf: line 1:xxxxxtoken_idxxxx: command not foundSomething went wrong, please check your settings Fri Mar 9 20:40:27 EST 2018[cont-init.d] 40_config.sh: exited 0.[cont-init.d] done.[services.d] starting services[services.d] done. PS: I deleted and then re-added the xxxx.duckdns.org names on the duckdns.org website and it correctly picked up the new IP address, allowing the nextcloud to once again work.
  13. I can no longer upload from my Android devices, getting "server unavailable" error. I have not done anything to the Nextcloud setup or other settings. I can sync through the PC and can get into the WebUI. Where should I start the troubleshooting? Thanks.
  14. How can I tell if my Letsencrypt is "working"? It appears enabled under the dockers, however, I cannot WebUI into it.
  15. I keep loosing connection with my Nextcloud, until I reboot. Everything else seems OK. If I connect via a LAN address I can login. However, dynamic address seems to not work. tower2-diagnostics-20180215-2208.zip
  16. I just upgraded to the 13.0.0 and I no longer see the errors that I was seeing on the 12.0.5. I did not get a chance to wipe all and start from scratch. I was planning it for this weekend. I will keep checking for the next few days, but hope it stays this way.
  17. OK. I think that as with most of things, it's easiest to start with a clean slate and do things correct from the get go. So, I already have a lot of files in my Nextcloud. What is the best way to wipe out Nextcloud / MariaDB, saving all of the files for all of the users, and starting from scratch? I would like to reinstall MariaDB/Nextcloud/LetsEncrypt and then re-add all of my data. Thank you, Lev
  18. I've added / changed the lines as in your setup guide. Now, when trying to get into WebUI, the following link is used: "https://nextcloud.ddns.net/index.php/login". There is no port specification. The page does not load at all, with the following message: This site can’t be reached nextcloud.ddns.net refused to connect. Typing in the local url: https://192.168.1.131:444 redirects to the nextcloud.ddns.net and same message appears. Thanks, Lev PS. Well, after rebooting the server, I can upload to it, but reaching the WebUI is either taking a VERY long time or timing out completely. After adding a port: 'overwrite.cli.url' => 'https://nextcloud.ddns.net', 'overwritehost' => 'nextcloud.ddns.net:444', I can get into webUI. However, all of the errors / invalid files are still there. Do you think that at this time it would make sense to wipe out the Nextcloud / MariaDB installs and start from fresh? It seems that the upload are going ok, so I'm not sure. config_uploaded2.php
  19. Here is the config.php from "\\TOWER2\cache\appdata\nextcloud\www\nextcloud\config" with some fileds edited to remove IDs. Any other file that I need to upload that would be helpful? Thanks, Lev config.php
  20. I never set up letsEncrypt. I'll dig up the rest. Thank you.
  21. Ever since upgrading to the latest release I have had problems connecting remotely to my Nextcloud. I can log in using a local ip address, but not remotely. I constantly see errors with code integrity check. I've attached the logs. nextcloud.log
  22. OK. changed the container to linuxserver. I was able to upgrade via the command line. Great!!! Thank you for the help. Now, the following: Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…) failed.txt
  23. "sudo -u abc php occ upgrade", this seems to have moved me along. After finishing with the above, I am able to get into the nextcloud instance, but now it seems to have reverted to 12.0.0
  24. Sorry, but I still don't understand. I do not see anything on the docker page. Tower2_Docker.pdf

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.