Questions tagged [owncloud]

Open source file syncing using a web interface or WebDAV. OwnCloud lets you synchronize files, calendars, contacts and bookmarks across multiple computers and devices.

OwnCloud is a synchronization server allowing users to access files, contacts, calendars and bookmarks via a web interface or WebDAV. It can be installed on Linux or Windows, using Apache or IIS as the web server.

Related Tags

91 questions
13
votes
3 answers

ownCloud OpenID user authentication

I use Google Apps for my organization's user accounts and email. It is very convenient to have our users use Google's OpenIDs to log into various websites, including StackExchange, without them having to create and maintain YET ANOTHER…
6
votes
1 answer

Change owncloud data directory to an external drive

Owncloud 5.0.9 is installed on my raspberry pi and is working flawlessly. But since my raspberry pi hasn't much space, I wanted to move the data directory on an external drive. I have a 1,5GB external drive formatted in NTFS mounted on…
mdcq
  • 259
5
votes
1 answer

Synchronize two directories on linux pc

I need a distributed filesystem (or a synchronization tool) that is capable of keeping a directory synchronized across 4 pc. My requirements are: offline access (data must be available offline on each pc) preserve execution rights: some files are…
Gab
  • 151
4
votes
1 answer

OwnCloud and Truecrypt

I have tried the OwnCloud sync software recently and it works pretty nice. It synchronizes all the files pretty fast, but I am a bit worried about security. So, my idea was to put my private files into a TrueCrypt container file and then put this…
skanatek
  • 268
  • 4
  • 10
4
votes
1 answer

How do I add an item to the Windows 10 Explorer Sidebar

I occasionally use the Windows 10 explorer instead of my usual Total Commander when using windows. One thing that really bugged me was that "OneDrive" shortcut, As I don't use OneDrive. I found the solution to removing it by editing the registry…
Jim
  • 201
3
votes
2 answers

Trying to install owncloud on debian server, having some troubles

I am trying to install owncloud on my debian server, but some packages causing some troubles. I'm not really used to Linux and could need some help solving the problem: This is the command I'm using: cd && apt-get update && apt-get -y install…
2
votes
3 answers

Running DNS Server to circumvent NAT-Loopback issue

First I want to say that I probably read everything that there is on the internet regarding the problem. And the problem is that I can not access my owncloud over doc.selfhost.eu if I am in the same network. But I can access it from inside the…
doc
  • 21
2
votes
0 answers

How to create owncloud on https on same ip address on http

I have a problem to manage two virtual host on apache2 Ubuntu. The following is the structur on my /var/www Owncloud Portal My stroyboard is like this : I want to create a web portal that have a owncloud service. The IP of portal is :…
2
votes
1 answer

Owncloud in subdirectoy on arch + nginx + uwsgi

After several system updates of my Arch linux server, the owncloud web interface it is hosting stopped working. Unfortunately I noticed it only recently and I can't really go back to working system because I have no clue when it broke. So I tried to…
FLBzh
  • 31
2
votes
0 answers

Publishing Outlook calender to webdavserver with owncloud selfhosting schannel error

I am trying to publish my "Outlook 2013" calendar to my self-hosted owncloud 7.0.2 on a QNAP. owncloud is configured to accept only https. I copy the link for the calendar from owncloud calendar site of my user and it looks something like this: …
2
votes
1 answer

How to show file in browser instead of downloading?

I'm using Owncloud (behind Nginx) to share a file. When I generate a share link, the link points me to the download page or if I append "&download", it immediately starts downloading the file. My need is, as Github's "Raw file" option, serve a text…
ceremcem
  • 665
2
votes
1 answer

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…
2
votes
1 answer

Owncloud: Setting an external drive as the default - Wheezy

I'm running OwnCloud 5.0 successfully on a Raspberry Pi. I've mounted an external 1TB harddrive, and can access it from my ownCloud. My problem is that to access my external drive, I have to open a folder in the root of my ownCloud system called…
Alexander
  • 171
2
votes
2 answers

Sync different folders with OwnCloud

Is it possible to configure OwnCloud in such a way that different Clients share different folders with OwnCloud? The content of the folder on Client1 should not be synced to Client2.
Bjoern
  • 131
2
votes
1 answer

WebDAV in Windows Explorer: Problems if port is not 80?

I want to connect to an OwnCloud WebDAV drive. I tried \\IP:25000\owncloud and get asked for my credentials. But usually it doesn't accept my username and password despite the pair is entered correctly. But - and that is strange - sometimes it…
Norbert
  • 181
1
2 3 4 5 6 7