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.

See also

395 questions
3
votes
1 answer

Owncloud upload file to specific folder - curl

I want upload files through curl on my owncloud server in a specific folder. For example: http://www.myowncloudserver.com/remote.php/webdav/{MY_FOLDER}. At this time I can't upload a file to a folder on my owncloud server. Any ideas?
Robin Dirksen
  • 3,322
  • 25
  • 40
3
votes
1 answer

Uploading a 0 bytes file to owncloud with python requests hangs

I am trying to upload a 0 bytes file with requests to owncloud. I'd like to use a file-like object for that. Normally I'd do it like this: file_obj = io.BytesIO(b'') response = requests.put('http://localhost/remote.php/webdav', …
uphill
  • 399
  • 1
  • 13
3
votes
1 answer

Owncloud 8 with Docker behind nginx available through subdirectory

I want to run severel services/pages behind nginx. Each service shall be available through a subdirectory instead of a subdomain. I'am using jwilder/nginx-proxy as proxy container: nginx_proxy: image: jwilder/nginx-proxy container_name:…
user2638109
  • 321
  • 3
  • 13
3
votes
0 answers

OwnCloud Download speed really slow

I'm using owncloud for the first time, I have two dedicated servers one with SSD drive which hosts the owncloud and a second server with a larger raid storage on SAS disks both servers have a dedicated 100Mbps line. I have mounted the disks from the…
twigg
  • 3,753
  • 13
  • 54
  • 96
3
votes
1 answer

Best way to let PHP access /dev/random?

My OwnCloud installation is complaining about not having access to /dev/random. OwnCloud will request multiple random numbers from different sources and derive from these the final random number, and /dev/random is one of these sources. Is adding…
ardevd
  • 3,329
  • 5
  • 30
  • 55
3
votes
1 answer

Upload a file on my Owncloud server with PHP

Recently I created my owncloud server and I need to be able to upload a file from a php form which transfer an file from my pc to my owncloud server. So I tried to use Curl, like this :
zed13
  • 357
  • 4
  • 21
3
votes
1 answer

PHP stopped working on Apache after upgrade to OS x 10.10.1 Yosemite - Owncloud broken

Context: I'm trying to run Apache on my local Mac27" (2009) so that I can use OwnCloud as an alternative to Apple's iCloud (I just want to do local sync of my calendar like in the good-old "OS X big cat" days. For paranoid privacy reasons I don't…
3
votes
4 answers

Thunderbird and SoGo connector: Never asked for credentials

I'm trying to access my owncloud address book using Thunderbird and the SoGo connector under Windows. Under Linux I have no issues whatsoever - it works perfectly. Under Windows however I'm never being prompted for any credentials after I added a…
Chris
  • 1,613
  • 1
  • 18
  • 27
3
votes
3 answers

ownCloud sharing files with short term token or similar?

I am sharing files from an ownCloud server which I then embed links within an external Drupal site (which requires the user to login before being able to access). So far I use the the ownCloud REST "share api" to authenticate with the ownCloud…
weaverk
  • 113
  • 1
  • 2
  • 13
3
votes
4 answers

nginx and owncloud in subfolder

I want to have a owncloud instance in a subfolder on my nginx server. But I have problems with some of the files requested by opwncloud (it seems css and js don't load). Here is the nginx conf file for this virtual host : server { listen …
22decembre
  • 549
  • 4
  • 8
  • 17
3
votes
1 answer

Solcalendar, syncing with Owncloud

I'm trying to configure Solcalendar to sync with owncloud 6.0.0. I used "Custom" option and type there http://hostname/owncloud/remote.php/caldav/calendars/[myUsername]/[myCalendarNAme] And of course my login anc password. I get the message "Check…
Anatoliy
  • 31
  • 3
3
votes
1 answer

Sharing of Sub Folders ownCloud

I have a complicated system of folders and I need to share 2nd and 3rd level folders with certain groups of users while maintaining the full path to the folder. Is this possible? I tried but without success as if I share a folder eg. Project…
user1078685
  • 76
  • 1
  • 8
2
votes
0 answers

Running owncloud in docker as other user not possible

When I'm trying to run owncloud with docker everything is fine. But when I then try to run it as other user I'm always getting the following error: docker run --user 1005:1005 owncloud/server:latest /etc/entrypoint.d/05-nsswrapper.sh: line 8:…
Robert Franz
  • 418
  • 4
  • 14
2
votes
1 answer

Uninstall owncloud desktop 2.6.3.14058 impossible

I have tried to uninstall OwnCloud Desktop. However the uninstaller can‘t locate the original installer in C:\Users\\****\AppData\Roaming\ownCloud\. The old installer is no longer available on the OwnCloud website. Updating first won't work since…
Cesare
  • 75
  • 6
2
votes
2 answers

How to rewrite locations in nginx reverse proxy to load owncloud page perfectly?

I'm pretty unexperienced using reverse proxy, so my question can be really lame, sorry for that. I'm trying to reach my owncloud server through nginx reverse-proxy, but it can't load perfectly. I have an NGINX reverse-proxy server using multiple…
sanglee
  • 21
  • 2
1 2
3
26 27