Questions tagged [owncloud]

ownCloud is an open-source software suite that provides a location-independent storage area for data (cloud storage).

ownCloud is an open-source software suite that provides a location-independent storage area for data (cloud storage). The project was launched to create a free alternative to commercial cloud providers. In contrast to commercial storage services, ownCloud can be installed on a private server at no additional cost.

The project is based on PHP and a SQLite, MySQL or PostgreSQL database, so ownCloud can run on all platforms that meet these requirements. ownCloud can be operated via a web interface and is thus not tied to a particular operating system. However, native applications, such as File Manager or Group Wares can interact with ownCloud via an interface and provide data and files locally.

More information available on the project's homepage and on Wikipedia.

95 questions
5
votes
3 answers

Owncloud disk crashed, data is safe, how to set up a new server

Our Owncloud server's disk crashed, beyond repair. All the data is stored on mounted disks (RAID-1), and these seem intact. I have to confess that we don't have a backup of the configuration, as far as I can tell. Is there a way to safely re-create…
D.Bugger
  • 193
  • 1
  • 2
  • 8
4
votes
1 answer

Backup large docker volumes vs. bind mounts vs. /var/lib/docker/volumes/ (owncloud)

I some kind of "inherited" a dockerized server environment and now I have to implement a backup concept - especially for the Owncloud container, which stores the user files inside a docker volume. The docer docs [1] says that "volumes have several…
4
votes
2 answers

How to sync two CalDAV servers

My work calendar is stored on my employer's Horde server. I also have my own owncloud instance running. What I would like to do is store also my work calendar on my owncloud instance, and have a script which mirrors this calendar to my Horde…
andreas-h
  • 1,054
  • 1
  • 16
  • 27
3
votes
1 answer

how to see space claimed / used per user in owncloud?

I am trying to clean up a disk on a specific server. On that server there is only owncloud installed. Since I was not the guy who setup owncloud, and there is now way to reach the actual administrator I have to solve the issue myself. First I…
RayofCommand
  • 1,451
  • 8
  • 26
  • 36
3
votes
1 answer

Localizing an ownCloud theme

Is it possible to localize a file that is overridden by a custom theme in ownCloud? According to this issue in the bugtracker you can override theme files by just placing them in your own theme folder and editing them. In the case of the email…
Gerald Schneider
  • 19,757
  • 8
  • 52
  • 79
2
votes
0 answers

Nginx using wrong path when serving static file

I am trying to use nginx + php-fpm to serve Owncloud on my raspberry pi. I am using a custom installation path /mnt/usbstorage/Documents/owncloud, and I want to access to owncloud using the url http://myserver/owncloud/. I have configured the…
joacomug
  • 21
  • 2
2
votes
1 answer

Nginx default_server not working

I'm running nginx 1.2.1 with a couple of services. They all use their on domain and listen on 443 only. I want to lock out people who IP scan my server and don't know the domain. If there is no domain no site should reply. I'm not sure if that's…
Powerriegel
  • 333
  • 1
  • 6
  • 15
2
votes
0 answers

ownCloud fails in reverse proxy config

My setup is that ownCloud runs on an internal server at 192.168.200.1. At 43.23.104.153 there is a public apache with mod_proxy that forwards the requests to the internal server: ProxyPass /edward https://192.168.200.1/owncloud/ ProxyPassReverse…
divB
  • 538
  • 1
  • 6
  • 22
2
votes
2 answers

ZyXEL NSA310S - most recent ownCloud version possible to run

I own a small home NAS/Server - Zyxel NSA310S. Unfortunately, in the official package repository, only the 5.0.8 version is available. Last year I managed to install the 7.x. version, using the method below: (Connect to the NSA as root using…
Jakub
  • 256
  • 2
  • 9
2
votes
2 answers

Setup nginx for owncloud and other services on the same server?

Right now I have nginx working with 3 services: 1. My webpage on my.example.com/~ignacio, my Rstudio server on my.example.com/rstudio, and my Shiny sever on my.example.com/shiny. This is my config file right now: # Redirect all traffic from port 80…
Ignacio
  • 71
  • 4
2
votes
0 answers

Unable to login to MySQL on ownCloud using PHP - SQLSTATE[28000] [1045] Access Denied

I get a SQLSTATE[28000] [1045] Access Denied error every time I try to connect my ownCloud instance to my MySQL database as @localhost. This is on a clean, newly installed copy of Ubuntu server with a LAMP stack. After going round the…
Jamie Scott
  • 141
  • 5
2
votes
3 answers

owncloud refusing to access data directory

I am trying to fix an OwnCloud sever. I am stuck since a day, and I am starting to despair. Owncloud (set up on arch linux) says: Data directory ( /data/ocdata) is invalid Please check that the data directory contains a file ".ocdata" in its…
aag
  • 407
  • 1
  • 6
  • 17
2
votes
0 answers

Database hangs when using owncloud on nginx php5-fpm postgresql - i think postgres if responsible

I have strange problem with this setup. Strangely it occurs only when using owncloud from one specific computer. Problem is when user click on "Activities" an "document" icons one after another sometimes postgresql starts to use insane amount of…
Lord_JABA
  • 161
  • 2
2
votes
1 answer

ownCloud 6 Upgrade -- Lucene

I've upgraded ownCloud to 6 (just release) on a CentOS 6.4 (x86_64) server via yum update (no other changes) and the upgrade has failed with this in the owncloud.log file: http://codepad.org/wRRGNk22 Has anyone got a fix for this? I've…
1
vote
1 answer

Owncloud behind Nginx (docker containers) not logging remote client IP

For some reason my Owncloud container behind an Nginx reverse proxy is not logging the remote client IP but the Nginx IP. Please check below my config files for Nginx. I've tried multiple solutions modifying the Nginx proxy_set_headers directives…
ascub
  • 11
  • 3
1
2 3 4 5 6 7