Skip to content

datasets-at/mi-owncloud

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

mi-owncloud

Owncloud Private Storage Server. Setup with Postgres, Nginx, opcache and tuned for Owncloud

  • Nginx
  • PostgreSQL 9.3
  • Memcached
  • Opcache
  • Recommended Ram: 512MB

Note: Remember to disable the appstore in your owncloud config.php as leaving it enabled will slow down your app screen to a crawl. The command below is provided for your convenience if you have not already run it.

sed -i "5i 'appstoreenabled' => false," /opt/local/www/owncloud/config/config.php

Bookmarks Tag filtering fix

There is a bug with the Owncloud bookmark app used with PostgreSQL. The bug reults in tagged bookmarks not filtering when clicked. A simple fix is to patch 3 lines of code in:

Commit / Fix

About

Owncloud Private Storage Server. Setup with Postgres, Nginx, opcache and tuned for Owncloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages