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.

LimeCenter

Members
  • Joined

  • Last visited

Everything posted by LimeCenter

  1. Dear dlandon, Kindly we like to thank you for your prompt reply. Before updating ownCloud it is recommended to back-up all data. I was wondering if the OwnBackup would be sufficient and how that all data (saved documents) could be retrieved when the update fails.
  2. Also I would like to ask what the easiest and correct way to update owncloud is to version to 10.0.8. Thank you in advance for your reply
  3. Dear D. landon, Kindly we would like to express our thanks for the wonderfull work. The software is playing a keyrole in our company. As we are growing we have currently developed the need to register our time for the Dutch government more professionally. I was wondering if you or someone else had suggestions how software similar to Time-writer (http://www.timewriter.com) could be incorporated into owncloud. Is there software availble, apart form the excel? (I have found this time tracking software, but find a little difficult to understand how to incorporate it into ownCloud/unRAID: https://v2.kimai.org )
  4. Dear sir or madam, Kindly I would like to inform you that for no particular reason (to my knowledge) my two virtual machines disappeared after a basic reboot; windows 7 and a Ubuntu VM. The vdisk.img files seem to exist perfectly fine however no VM's appear. I must admit that have not made any back-ups of the XML files something that I will do from now on seeing that unRAID is not as stable as I though it would be. Since I was unable to find documentation on how to restore the the VM I was wondering if anyone had recommendations how to restore VMs (rebooting again did not help).
  5. Sweet; it works again! Thank you very much.
  6. Wonderful! Could we just update by clicking on the update button in unRAID or is there a special protocol to follow to successfully update owCcloud?
  7. So how could we/I resolve that issue? updating?
  8. Topic: ownCloud does not start Dear dlandon or anyone else, Does anyone have suggestions how to solve the following issues? W: The repository 'http://mirror.lstn.net/mariadb//mariadb-10.3.2/repo/ubuntu xenial Release' does not have a Release file.E: Failed to fetch http://mirror.lstn.net/mariadb//mariadb-10.3.2/repo/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not FoundE: Some index files failed to download. They have been ignored, or old ones used instead.E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.*** /etc/my_init.d/20_apt_update.sh failed with status 100
  9. Topic: SSL After much struggling, I finally obtained the desired A+ grade for my SSL certificate installed on my ownCloud. These were my particular issues that needed addressing in the order of relevance and chronology: In many cases, SSL certificate providers share a: private key, SSL certificate, and a CA-bundle. As ownCloud uses nginx and because I wished to install the intermediateCA.crt as well (you can obtain a B grade without it), the intermediateCA.crt needs to be incorporated into ssl_certitificate.crt that later will become the cert.crt (placed in the keys /folder). Geotrust recommends https://knowledge.geotrust.com/support/knowledge-base/index?page=content&actp=CROSSLINK&id=SO17482 using the cat command as follows: cat IntermediateCA.crt >> ssl_certificate.crt which will provide with a result something like this: -----BEGIN CERTIFICATE-----[encoded data]------END CERTIFICATE----------BEGIN CERTIFICATE-----[encoded data]------END CERTIFICATE----- Placing an enter between the two certificates resolves the issue of the certificate not being read properly. Thus it would look like this: -----BEGIN CERTIFICATE-----[encoded data]------END CERTIFICATE----------BEGIN CERTIFICATE-----[encoded data]------END CERTIFICATE----- When having the two files, cert.key and cert.crt , place them in the already existing folder owncloud/keys and not in owncloud/www/owncloud/config/keys (where you have the creat the keys folder) placing them in that first folder owncloud/keys solved the issue of the right certificates being retrieved. This appears contradicotory to the reccomendation from first post of dlandon suggesting the later: Though I should confess that I have not yet deleted the files from owncloud/www/owncloud/config/keys because I needed the cloud to work for these days and was not willing to run the risk of spending another afternoon figuring out what had gone wrong. When making changes to the config.php under owncloud/www/owncloud/config/ it is vital maintaining the same type of characters. When adding the second line 'trusted_domains' => I hit the apostrophe key from my Mac OSX which types a different apostrophe (ever so slightly tilted) than the type used in config.php (which is vertical). Copy-pasting the apostrophe from the php file and only typing the domain between resolved the issue. The result should look a little like this: 'trusted_domains' => array ( 0 => '192.168.168.98', 1 => 'loves.9gag.com', ), So the owncloud finally worked untill my collueges crashed it.... My dearest thanks go to dlandon for his/her prompt replies and support.
  10. Dear dlandon or anyone else, fair-fusion.eu is proudly own by me and recently I tried to install GeoTrust's SSL certificate into ownCloud and our website. Installing the SSL certificate on the website was easy. However installing it on owncloud has not been with succes yet... Would you be so very kind to share some light on how to install the the RSA private key, SSL certificate and the CA bundle from scratch? Especially the CA bundle since there seems to be no indication on our forum here or support pages of ownCloud. The certificates have been shared with me in tekst format and thus not in a file format. If you have any recommendations where to find online guidlines, please do not hestitate to share them. The certificates look like this: -----BEGIN RSA PRIVATE KEY----- [encoded data] -----END RSA PRIVATE KEY----- -----BEGIN CERTIFICATE-----[encoded data]------END CERTIFICATE----- I tried to follow these quidelines (not sure if there were any good): https://knowledge.geotrust.com/support/knowledge-base/index?page=content&id=SO17482&act=RATE&viewlocale=en_US&newguid=3ade3e27db7e471c8fc615610dcfdf57 Secondly, I kindly would like to ask why is it that when clicking on 'wbUI' in the GUI of unRAID it redirects me to another IP adress than stated in the 'Fixed IP address (optional):' in the edit page? Thank you very much in advance for your reply.
  11. Dear dlandon or someone else, Kindly I would like to inform you that the docker successfully was installed. However during these last weeks I was unable to install properly an SSL certificate. Simple placing the files 'cert.cert' and 'cert.key' folder in ownCloud/www/owncloud/config/keys did not obtain the desired result (which was suggested in the first post). Editing the config.php file in ownCloud/www/owncloud/config with the configuration recommendations of Mozilla https://mozilla.github.io/server-side-tls/ssl-config-generator/ was not very successful unfortunately. I tried to troubleshoot using the manual from Apache but untill now with little luck: https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslcertificatechainfile For the rest the ownCloud seems to work fine. So my question would be: How would one install completely all SSL certificate in ownCloud with unique URL, including the certificate bundle?
  12. Thank you very much for your usefull reply
  13. Hello dlandon (or anybody else who wishes to reply or on this page), Kindly I was wondering if an update would be released soon to move to version 10.0.06 as the current version seems to be 10.0.03. Also I would like to ask how I would be able to resolve the update issue (I tried to update manually unsuccesfully) and if that would be neccesary: Setting > General (under admin) > open updater (uner updater). The following error occurs on my Firefox screen: "cURL error 60: SSL certificate problem: unable to get local issuer certificate". Therefore whether you would agree to go with the following method: https://stackoverflow.com/questions/24611640/curl-60-ssl-certificate-unable-to-get-local-issuer-certificate .
  14. Dear dlandon and other folks, Kindly I would like to inform you that we finished technical testing and that the software works to our expectation and beyond. We managed with ease to create a subdomain [https://paper.example.eu] with an aligned SSL certificate from https://www.sslforfree.com. The SSL test results are stated here below (Grade: B): Our conclusion is that we recommend this software package as it is presented today. Thank you for your time and explanations!
  15. Dear dlandon, Kindly I would like to ask if it is possible to gain access to ownCloud from the web to allow synchronisation of files, agendas and contacts; if possible, how to go about it? Some work has already been done to improve security however details seem to be lacking how to configure a modem, DNS settings and SSL certificate (I would like to try to use: https://www.sslforfree.com/) Secondly are there any other things that are recommended and are possible to do: https://doc.owncloud.org/server/10.0/admin_manual/configuration/server/harden_server.html

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.