INFRA-84: Implment OwnCloud instance

Metadata

Source
INFRA-84
Type
Improvement
Priority
Major
Status
Resolved
Resolution
Fixed
Assignee
Giovanni Tirloni
Reporter
Giovanni Tirloni
Created
2016-07-11T13:36:25.390-0400
Updated
2016-08-22T09:38:10.379-0400
Versions
N/A
Fixed Versions
N/A
Component
N/A

Description

We're currently using an OwnCloud instance that is running from the official Docker image published by the OwnCloud.org project. It has numerous flaws including not running periodic tasks like cron.php. We need to implement this properly with our own image, monitoring, etc.

Comments

  • Giovanni Tirloni commented 2016-08-22T09:38:10.377-0400

    OwnCloud has been running for a few months now at https://files.inclusivedesign.ca (hosted on i-0033 as a Docker container using the official image).

    There have been issues with files that do not get synchronized or can't be deleted. They have required manual intervention (either accessing the SQLite3 database directly to erase locks or restarting ownCloud).