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

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
vote
2 answers

Configure owncloud on EC2 for downloading large files

I have an EC2 instance running Owncloud 10.0.10 The files are stored in an S3 bucket. Files up to 200-300MB works fine. However, for large files (+1GB), it is impossible to download them, it keeps processing for a while, and then I get a 500 error…
1
vote
1 answer

Using NGINX reverse proxy to rewrite path on OwnCloud Docker image half-working

So I'm trying to have an instance of OwnCloud running via a docker image behind an nginx https reverse proxy and need to re-write the path via the reverse proxy so that instead of going to https://my-server/ to get to OwnCloud, you use…
Nuvious
  • 165
  • 1
  • 6
1
vote
0 answers

Block public IPs routed through reverse proxy

I have setup my router to port forward traffic from a specific port to a server acting as a reverse proxy. The server is based on CentOS 7 with Apache 2.4.6. One of my backend servers is also CentOS based and is running an ownCloud instance. My goal…
panagos
  • 11
  • 2
1
vote
0 answers

Mikrotik port forwarding - no access to server

I need your help concerning port forwarding with Mikrotik's RouterOS! I have executed this command : /ip firewall nat add action=dst-nat chain=dstnat comment="Owncloud in NAT" dst-port=8079 in-interface=ether1 protocol=tcp to-addresses=172.16.0.50…
1
vote
1 answer

NGINX reverse proxy Apache running on port 8080 with owncloud

I have nginx running as my main webserver. I have installed owncloud with apache running on port 8080. I know that owncloud has unofficial community support for nginx but I prefer to keep official support. My current issue is that, the reverse proxy…
Ryahn
  • 113
  • 4
1
vote
1 answer

Nextcloud cron.php timings

As recommended by Nextcloud Official Documentation, I started to use a system that calls the cron.php every 15 minutes. The call is wrapped in a program that reports errors to me via e-mail and enforces a timeout of 2 minutes on the execution of the…
1
vote
2 answers

Remove index.php from Nextcloud urls, using Apache+fastcgi

I installed Nextcloud on my Webfaction web space, and want to remove the "index.php" in the URL. I followed the instructions here, but then realized that it says: Furthermore these instructions are only working when using Apache together with the…
jdm
  • 191
  • 1
  • 11
1
vote
1 answer

Access local owncloud installation with a domain name

I have owncloud installed on a local server at the office located at a buisness incubator and a web site with a domain name on a remote server. Current installation: Domain: example.com that points to my remote server owncloud installation with…
1
vote
0 answers

Ubuntu 14.04 aborting OwnCloud installation even when pressed "Y" for continuation

I am trying to install OwnCloud on my Ubuntu 14.04. server, running LAMP. I am using this tutorial to get it (https://www.howtoforge.com/how-to-install-owncloud-7-on-ubuntu-14.04), but when I run sudo apt-get update I get: W: Failed to fetch…
Jousi
  • 121
  • 5
1
vote
0 answers

Owncloud very slow on file rescanning

I'm running an owncloud server and I've needed to install it from scratch and copy the files from a backup. When I try to update the files with occ: sudo -u www-data php occ files:scan --all tt takes no less than 0.5 seconds per file. I have about…
Alvaro Maceda
  • 543
  • 1
  • 4
  • 5
1
vote
0 answers

Owncloud running Apache with Nginx as Proxy

I'm currently working on running our own Owncloud (version 9). I've done this several times with Apache but I'm having trouble configuring it with Nginx in the front as a Proxy. Nginx config server { listen 443 ssl http2; server_name…
jarvis
  • 2,006
  • 4
  • 18
  • 31
1
vote
1 answer

FastCGI sent in stderr: "Primary script unknown" + Owncloud

I experience a weird error with my nginx/php5-fpm configuration. I already posted this question on the owncloud forums and asked the nginx forum, but they have no idea. As i searched serverfault, the suggestions about this topic did not directly…
user338846
  • 11
  • 2
1
vote
2 answers

How do I find the cause of http to https redirect loop?

I setup owncloud on a new box recently (Apache/2.4.10 Debian). This was before I got an ssl cert through Let's Encrypt. I've been trying to force http to https, but I always end up with redirect loops. I've googled around and I've tried…
Matt R
  • 111
  • 2
  • 5
1
vote
1 answer

manage ip access control through httpd php app with virtual_host configuration

Problem The system is allowing universal access to the php app 'owncloud'. That is, access is granted to servers across the network. As a test 'Require all denied' did not control access. What is missing in this configuration to limit access to the…
dan sawyer
  • 141
  • 2
  • 12