Site Tools


webseite:cms:owncloud

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
webseite:cms:owncloud [2017/05/16 13:37] lunetikkwebseite:cms:owncloud [Unknown date] (current) – external edit (Unknown date) 127.0.0.1
Line 2: Line 2:
  
 ===== What is ownCloud ===== ===== What is ownCloud =====
 +
 +[[https://de.wikipedia.org/wiki/OwnCloud|Wikipedia - ownCloud]]
  
 ==== Installation ==== ==== Installation ====
  
-[[https://owncloud.org/changelog/|ownCloud - all versions]]+[[https://owncloud.org/changelog/|ownCloud - all versions to download + changelog]]
  
-==== Upgrade/ Maintenance ==== 
  
 [[https://doc.owncloud.org/server/8.0/admin_manual/maintenance/upgrade.html|ownCloud - Maintenance and Upgrade]] [[https://doc.owncloud.org/server/8.0/admin_manual/maintenance/upgrade.html|ownCloud - Maintenance and Upgrade]]
Line 15: Line 16:
 | sudo -u www-data php occ maintenance:mode --off | Turn off maintenance mode (display regular site) | | sudo -u www-data php occ maintenance:mode --off | Turn off maintenance mode (display regular site) |
 | sudo -u apache php occ upgrade | Upgrade the current extracted ownCloud directory to the version | | sudo -u apache php occ upgrade | Upgrade the current extracted ownCloud directory to the version |
 +
 +==== Security ====
 +
 +[[https://scan.nextcloud.com/|Nextcloud Security Scan]]\\
 +
 +[[http://www.rojtberg.net/711/secure-owncloud-server/|Fail2ban]]\\
 +
 +[[https://doc.owncloud.org/server/9.1/admin_manual/configuration_server/config_sample_php_parameters.html#logging|ownCloud - Activate logging]]
 +
 +==== Different things to mention ====
 +
 +=== Apache Modules ===
 +
 +Module "headers" should be activated via "a2enmod headers"\\
 +Add to your ".htaccess": 
 +<code>
 +<IfModule mod_headers.c>
 +    Header always set Strict-Transport-Security "max-age=15768000;"
 +</IfModule> 
 +</code>
webseite/cms/owncloud.1494934646.txt.gz · Last modified: 2017/05/16 13:37 by lunetikk