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

nginx and owncloud, .htaccess security warning

I have a problem with nginx and owncloud. When i access the owncloud's login page i get this error: Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We …
Christos Baziotis
  • 303
  • 1
  • 4
  • 14
1
vote
1 answer

Apache 2.4: owncloud in sub-directory outside of DocumentRoot

I am working on moving current setup of owncloud from sub-domain https://cloud.example.com to sub-directory https://example.com/cloud to make all my apps covered by one SSL certificate. The problem is that owncloud makes redirect to login page, but…
Green Root
  • 133
  • 5
1
vote
0 answers

ownCloud stay logged in with files_external

I'm using ownCloud via the Docker image owncloud/server:10.5 and miss a Stay logged in checkbox. The documentation says that apps like files_external will disable this checkbox. There are some users on my server who have active external storages…
Danitechnik
  • 111
  • 2
1
vote
1 answer

Is it possible to share files through Apache WebDAV?

Apache WebDAV allows to setup a WebDAV server without the PHP overhead which is usualy produced through Nextcloud/Owncloud. But is it also able to: share a file / folder with other authed users? share a file / folder by link for a guest? Does…
mgutt
  • 459
  • 6
  • 22
1
vote
1 answer

OwnCloud server can't load external storage folder content

I have installed ownCloud 10.4 on my Debian 10 server running PHP 7.3, Apache 2.4.38 and MariaDB 10.3. OwnCloud seems to work fine, at least from its web UI. I have a hard drive on my server mounted on /mnt/data/ that I need to use as the ownCloud…
bolino
  • 273
  • 3
  • 12
0
votes
1 answer

OwnCloud error deploying to AWS: The username is already being used (not WebDAV related)

I have an instance of Owncloud running on AWS Elastic Beanstalk I’m just deploying it from the docker, so I have a very simple Dockerrun.aws.json { "AWSEBDockerrunVersion": "1", "Image": { "Name": "owncloud/server:latest", "Update":…
0
votes
1 answer

owncloud client ver3.6.2 on iPad pro cannot connect to owncloud 10 server. "it is not possible to connect to the server at this time"

i have owncloud 10.0.3 ubuntu 17.04 server. I can access it fine from multiple desktops using multiple users thru web browsers and thru the owncloud desktop clients on windows 10. I have used the iPad client app before without any issues, but after…
Fawzi Masri
  • 21
  • 1
  • 3
0
votes
1 answer

Is there a newer version of the module php5-redis for ubuntu 16.04?

I installed owncloud (v 10.0.3.3) in my server (Ubuntu 16.04) and I try to resolve an warning I get about: Transactional file locking should be configured to use memory-based locking, not the default slow database-based locking. See the …
yaylitzis
  • 253
  • 3
  • 8
0
votes
1 answer

How to properly install redis on opensuse Leap 42.3

I have a big problem. I new in Owncloud. I have installed a owncloud 10.0.3 (newest), but in administrator panel I have a few warnings. So im trying to fix these. One of these are: transactional file locking should be configured to use memory-based…
cezarylee
  • 1
  • 1
  • 2
0
votes
1 answer

Force php to kill idle connection while stopping download from external remote point?

I have nextcloud, and there is connected remote storage, it is fuse folder of rclone mounted as local /drive. On this /drive I have some big files. when I start to download some big file I see it in bmon that my vps is downloading it and serving to…
user2265690
  • 729
  • 1
  • 5
  • 4
0
votes
1 answer

OwnCloud How to set limit for a number of file upload to OwnCloud at a time

Dont Know if this is the right place to post the question but i'm stuck here , need help I'm having a problem that how can i set a limit number for quality of file upload to OwnCloud at a time ? I means i'm the admin and i want to set an limit for…
0
votes
0 answers

Apache: Reverse proxy with directories

I have an Apache server running owncloud on 10.0.0.120:80 and an Apache server for reverse proxy running on 10.0.0.110 /etc/apache2/sites-available/000-default.conf ProxyPass /owncloud/ http://10.0.0.120:80/ …
0
votes
1 answer

nextcloud - client denied by server configuration: /usr/share/nextcloud

I am used to install owncloud server on Fedora, but this time I installed nextcloud on CentOS 7. I followed the procedure # yum install nextcloud # yum install crypto-utils mod_ssl openssl # genkey…
Germano Massullo
  • 193
  • 2
  • 4
  • 16
0
votes
1 answer

Nextcloud: Unstable SMB Connection

I am using Nextcloud on UBUNTU Server 16.04 LTS, and I tried to add an external smb storage (a Windows Network Drive). I activated the external storage app on Nextcloud, installed php-libsmbclient and smbclient on my LINUX server and entered the…
kimmm1785
  • 1
  • 1
0
votes
0 answers

Link a file to a specific url of my owncloud server

So I shared a file with my owncloud server, so It gives me a link in the format: https://myowncloudserverexample.com/owncloud/index.php/s/SOMERANDOMSTRING The problem is that url was printed to some posters, and I need to modify the file, and the…
Msegade
  • 103
  • 2