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
0
votes
1 answer

Authenticating Owncloud 8.0.3 users through a samba4 AD, how is it done?

I have a samba4 domain with the samba4-server as domain controller and I also have a owncloud server. I need to authenticate the owncloud users through the samba4 ldap server, but the configuration just says "incomplete" even if I know that all DNS…
Villeg
  • 1
  • 2
0
votes
2 answers

Cannot set up https on microsoft azure VM

For over a week now I am trying to set up https to work with my owncloud hosted on a Microsoft Azure virtual machine (ubuntu server 14.04). I am using apache2. I have gone through every single tutorial i have found on the web and also one person on…
0
votes
2 answers

Database password error in Owncloud migrating from SQLite to MySQL/MariaDB

In a Fedora system, I need to convert the Owncloud's SQLite database into a MySQL/MariaDB database I started installing MySQL: # systemctl enable mysqld # systemctl start mysqld $ mysql_secure_installation then $ mysql -u root -p CREATE USER…
Germano Massullo
  • 213
  • 2
  • 5
  • 17
0
votes
1 answer

(nginx) - Can't make OwnCloud work after restore (no images, style etc)

I've migrated my rig from Arch Linux to Debian stable and I've restored my old OC installation but now everything seems to be blown up. (see attachments) The desktop clients work flawlessly though. I've already checked the permissions of my owncloud…
peperunas
  • 125
  • 10
0
votes
1 answer

Access ReverseProxy from iframe only

I have OwnCloud setup and it has a feature called External Site. It loads a site in an iframe, so you can stay in the websites shell. I have a page running on a reverse proxy. Is there anyway to only allow the OwnCloud page to access the reverse…
0
votes
1 answer

owncloud with pre-existing user database

I have a setup of dovecot with virtual users in a database. Now I would like to set up owncloud using the same users as already in the database. Is it somehow possible to configure owncloud as such one can log in only with the username and password…
Tim
  • 101
  • 3
0
votes
2 answers

ownCloud WebDAV interface seems to be broken

I've been trying to host ownCloud on my server but everytime I try to it tells me this : Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken. Please double check the installation…
Menno van Leeuwen
  • 219
  • 2
  • 3
  • 9
0
votes
1 answer

What is the best way to redundantly back up to external hdd so that one of the hdds can be unplugged daily to be taken off site?

The problem I've got is that I have a Ubuntu 13.10 instance, running ownCloud, and I want to keep redundant backups of the data directory from ownCloud on two external drives (1tb, USB3). The plan is that each day one or both of these external…
omgmog
  • 101
  • 1
0
votes
1 answer

Debian 7 NGINX OwnCloud - move data-folder to NFS-mount permission problems?

Case: Debian 7.1.0 server running nginx 1.2.1, hosting OwnCloud 5.0.13 OwnCloud default installed in /var/www/owncloud Files uploaded to owncloud reside in /var/www/owncloud/data However, diskspace is running low. Idea is to move data to a file…
user185212
  • 33
  • 1
  • 8
0
votes
1 answer

owncloud regeneration of database's tables

I happen to be interested by the PHP syncing software ownCloud. I set it up quite correctly, except for the database, that I had to create after I had installed ownCloud for some obscure reasons. As a result, the database is empty. I believe this is…
0
votes
2 answers

message "File not found." when trying to install nginx / owncloud

I'm trying to use nginx as a webserver for my owncloud installation. According to this tutorial, I created the following config file: server { listen 59476; server_name mydomain.de; root /home/owncloud/www/; …
born
  • 101
  • 1
  • 5
0
votes
1 answer

OwnCloud Domain showing as localhost

I have OwnCloud running behind an nginx reverse proxy on my server. I installed it via the docker-compose.yml, following these instructions: https://doc.owncloud.com/server/next/admin_manual/installation/docker/ Everything works as I expected it…
Cediwelli
  • 101
  • 2
0
votes
0 answers

MYSQL Server fails to start with no logs - Ubuntu on WSL

I'm running Ubuntu in WSL on Windows 10. I'm trying to get an owncloud server going but I've been unable to get mysql working. When I run sudo service mysql start it takes it's time before reporting: [Fail] with no other output: I tried checking…
0
votes
0 answers

Owncloud Desktop Application Behind Cloudflare Tunnel

I wanted some extra security on my Owncloud, so I've configured it to run behind a cloudflare tunnel. I've configured the tunnel with an email rule. (i.e. allow aaron@example.com). The web interface works fine: I navigate to example.com/owncloud,…
Aaron
  • 132
  • 6
0
votes
0 answers

Docker-owncloud behind nginx behind netscaler gives error PR_CONNECT_RESET_ERROR in firefox

I try to install a dockerized owncloud instance behind a nginx server (on the same virtual machine). The whole vm-server (redhat8) is behind a netscaler (type unknown, managed by my company) which handles the ssl handshake via wildcard certificate.…
hangerer
  • 11
  • 3