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.

99 questions
1
vote
1 answer

ZFS Backup vs. ZFS Data Folders for Services

So I recently set up my own little server here at home. I got my main system set up on an SSD and a ZFS pool of larger HDDs for data storage. Now the question I was asking myself was if for services I want to set up such as mysql, ownCloud, gitolite…
Blackclaws
  • 296
  • 1
  • 2
  • 6
1
vote
0 answers

Is it secure to use sshfs in conjunction with OwnCloud?

I currently have an account with a Virtual Private Server (VPS) company - https://www.ovh.com/us/. On the virtual server I've rented from them I am running Debian Linux with OwnCloud and Apache installed. I've used sshfs to mount a remote filesystem…
Orando
  • 11
  • 3
1
vote
0 answers

Access to the site hosted in a virtual machine

I have OwnColud on Ubuntu Server. Ubuntu Server is installed on a virtual machine in Windows Server 2012 R2. IIS is installed in Windows and has a site on port 80, and is available over the internet domain name mysite.ru. Also there are the postal…
1
vote
2 answers

Pros and cons of database choice for OwnCloud

OwnCloud provides 3 choices for its database: SQLite MariaDB PostgreSQL Obviously SQLite is not a practical choice, since it can rarely handle the load. What about the other two? Is MariaDB or PostgreSQL clearly superior? Do they both have their…
Superbest
  • 5,265
  • 3
  • 15
  • 11
1
vote
1 answer

How to secure OwnCloud?

I am not literate when it comes to servers, but I like the idea of having my own cloud storage for privacy reasons. OwnCloud is targeting (at least a little bit) the "DIY-home-user" so it seemed to be worth a try. After some hours I managed to have…
TomTom
  • 129
  • 1
  • 1
  • 4
1
vote
0 answers

File transfers cause SSLv3 read error bad record mac to personal cloud

This error also occurs when using webDav and also the build in web-browser uploader. When I start the sync client with no upload limit, any file over 50 or so megabytes size produces the following error. Uploads work on some computers and not others…
1
vote
0 answers

data folder owncloud ubuntu server

I had a owncloud working on my ubuntu server and the data folder was /var/owncloud/data After a major update of Ubuntu it did not work any more, so I re-installed owncloud The /var/owncloud/config/congig.php file is pointing to the same original…
longEric
  • 11
  • 3
1
vote
0 answers

OwnCloud stored file as WEB start page

I collect video clips from security cameras in OC. Every 10 min scrip tlook to for new video files and if so, email is send to user who owns particular cameras set. Such mail contain links (one or more) to new video clips like…
mackowiakp
  • 259
  • 2
  • 3
  • 10
1
vote
0 answers

Owncloud - Proxy changes certificate

I'm running an owncloud server 7.0.2 with apache(Ubuntu host) and configured it to use a self-signed ssl certificate. Everything works fine on my home-PC On an other machine I would like to use the desktop-Sync client in Ubuntu which is behind a…
0xAffe
  • 121
  • 1
  • 3
1
vote
2 answers

Make apt ignore a single recommendation

I'm looking to install owncloud, which has this recommendation line: Recommends: curl, exim4 | mail-transport-agent, php5-imagick, php5-apc, libreoffice-writer I want to install all of the requirements except for libreoffice-writer. I know I can…
Nitz
  • 1,038
  • 1
  • 8
  • 18
1
vote
1 answer

Accessing OwnCloud over VPN doesn't work on android and chromebook?

Here is my setup. I've got a Cisco ASA 5505 (latest IOS). Behind it, I have a (Ubuntu 12.04) server running nginx, php-fpm, OwnCloud (all latest versions). My desktop also sits behind the ASA and is able to access OwnCloud just fine. If I connect my…
mikeazo
  • 149
  • 4
1
vote
1 answer

Owncloud data folder in /home

I've installed an owncloud server to share it with 7 others people. I have set a symbolic link from their data folder to their home (/var/www/owncloud/data/$USER -> /home/$USER/owncloud ). So every user needs to have the rights to write into a…
Cramix
  • 115
  • 10
1
vote
1 answer

SSL Wildcard cert - Multiple Virtual Hosts over two Servers conflict

I'm working with a small team, and we currently have two servers, one for release builds, and the other for development. We have a wildcard SSL certificate so we can cover multiple subdomains. I setup the release and development branches on the…
hugmungus
  • 141
  • 1
  • 6
1
vote
1 answer

OwnCloud - Slow Transfer Rates - Unsolved Bug?

I recently setup an OwnCloud server. However, after installing the Sync Client I get very slow transfer rates. I might do 1GB a day. Is this just an issue with WEBDav protocol? I've read that there is problems when syncing lots of small files. The…
Jason
  • 3,931
  • 19
  • 66
  • 107
1
vote
2 answers

PHP App (Owncloud) Pages Requesting Incorrect Path for Assets

I have a VPS set up with php-fpm and nginx (with ssl). I have set up Tiny Tiny RSS already, and it works just fine. However, I recently attempted to set up Owncloud, and instantly hit a roadblock. I visited the index page to do the initial set up,…
MetaNova
  • 171
  • 1
  • 6