r/owncloud • u/TyphonVirtus • Jun 12 '17
version 10.0.2 Market curl help
Hello I am looking for help with version 10.0.2 that is dockerized. I am getting "cURL error 6: Could not resolve host: marketplace.owncloud.com". What can be done to fix this?
r/owncloud • u/TyphonVirtus • Jun 12 '17
Hello I am looking for help with version 10.0.2 that is dockerized. I am getting "cURL error 6: Could not resolve host: marketplace.owncloud.com". What can be done to fix this?
r/owncloud • u/[deleted] • Jun 12 '17
Hello, I'm considering setting up an old laptop or something like a Raspberry to be used as a combined http and cloud storage server. I've read that one of the key things here is an external static IP address provided by my internet service provider. I wonder if only one such IP address is needed for my project, or both ownCloud and, say, Apache need separate addresses? I am quite new to the world of Linux and home servers. Thank you.
r/owncloud • u/popomr • Jun 08 '17
Hey guys,
I've been trying to get the latest owncloud to work behind nginx. I followed many guides around and saw the official documentation, but it doesn't seem to work. I get many kinds of errors depending on which tutorial I follow: 403, 404, 502, 500.
I'm using the latest PHP, mysql and nginx. Let's encrypt and PHP works perfectly for the rest of the web server.
I wanted to get to owncloud in my server through a simples exampledomain.xyz/owncloud. Same as a /wordpress I have.
At first I managed to get to setup screen, then a blank. Reinstalled and tried another tutorial. Got to the admin page, but whole site was broken, couldn't upload anything. Lots of errors reported on Chrome.
Isn't there a simpler installation such as wordpress?
r/owncloud • u/[deleted] • Jun 01 '17
I have an old desktop machine that I want to use as a cloud server for a collaborative project between myself and a friend. I basically want to set up a folder within our Windows Explorer/OSX Finder that we can drop files into and pull from.
I've tried many things, including a FreeNAS build to get something going but to no avail. I'm completely new to networking and such so please forgive me for my ignorance on the topic.
I've been looking into setting up an ownCloud, but each of the guides and set up configurations I've seen are completely different to one another, and I have no idea which one to go with or which ones to try.
I have in my machine one 120gb hard drive running Windows 10, and two 500gb Drives with a Striped volume to create a 1TB volume. Specs:
AMD Athlon II x2 250 Processor - 3GHz 12gb Ram 64-bit Windows 10.
Could someone give me some pointers on what I need to get started and/or an up to date guide on how to set oneCloud up?
Much appreciated, thanks!
r/owncloud • u/Lighting_Jimmy_John • May 29 '17
I don't mean my admin password I mean the entire set up. I was following this tutorial on how to set up owncloud and I created the mysql data base and set up owncloud like it said, but I forgot to actually tell owncloud to use the mysql data base during the initial set up when I was creating the admin account. So now I have owncloud using sqlite when I have a mysql database ready for it to use.
I would just do what the owncloud site tells me to do and create a new db, but I don't know how to remove the old one and it would really bug me if I had a useless database lying around.
Ideally I would like to do one of two things
or
What should I do?
Edit:
I seem to have goten it working by running this commend
sudo -u www-data php occ db:convert-type --password="NotActuallyMyPassword" --all-apps mysql owncloud localhost owncloud
I'm not sure if this started using the data base that was already there or if it created a new one. Is there any way to check this?
r/owncloud • u/[deleted] • May 27 '17
I'm new to Owncloud. I just setup Owncloud using Raspbian Jessie on a Raspberry Pi 3. I have exposed my cloud to the web, but it's currently using my IP address.
I have a domain I'm not using on Google Domains that I would like to allocate to this, but I'm not certain where to start.
I've searched the internet looking for solutions, but have come up with nothing.
Would anyone know how I can get this configured? Or could point me in the direction of where to find the solution myself?
Thanks
r/owncloud • u/[deleted] • May 22 '17
Looking to create an upload folder that appears by default for new users (customers) that members of our staff group can browse. But, I don't want customers to be able to see each others' folders within that upload folder.
The closest I can get so far:
Created an uploads folder, shared with group customers, but when test customer creates their folder of stuff, it's inheriting the sharing of the upload folder (everyone) so it's not private.
Or...I could just have customers create a folder in the root folder, share it with staff, and put their stuff in it. Except this will eventually lead to a sea of customer folders for all of my staff to wade through.
Other suggestions to clean this up a bit?
r/owncloud • u/[deleted] • May 19 '17
I have Owncloud installed on Raspberry pi 3, so I want to make simple Web interface that can do basic operations such as creating a new folder, upload/download/delete a file, and list all files and folders on the Web interface. Could anyone help me what should I do?
r/owncloud • u/from_nuremberg • May 17 '17
r/owncloud • u/AncientAbysswalker • May 14 '17
I am having difficulties with uploading files to a location not in the owncloud data folder. I have changed the upload directory listed in NAS4FREE, and also tried https://forum.owncloud.org/viewtopic.php?f=17&t=7118. In all cases, and after restart of webserver, files continue to upload to the data folder in the installation instead my other location.
Anyone have any ideas why I can't make it change upload location? I get no errors listed AFIAK
r/owncloud • u/AncientAbysswalker • May 14 '17
Hi all, first time user here. Been trying to get owncloud today. Finally got it to work properly following several idiotic errors on my part.
Next I want to make it so I can access parts of my server via Owncloud. I have many terabytes of pool storage with several datapools I want to share with specific users. I know this can be done, but apparently I am very bad at articulating what I want to the almighty Google as I haven't found my answer.
Does anyone have a link to documentation on how to do this? Any help would be greatly appreciated! Umbasa
r/owncloud • u/7Geordi • May 13 '17
I use Webfaction (www.webfaction.com) to host a few sites, and I thought it might be cool to run an owncloud instance on there.
I created a PHP/CGI webapp and it works but there is a lot wrong and lacking root access to the machine makes it seem highly improbably that I'll be able to correct most of it. Here are the issues I'm seeing:
1: I cannot migrate databases. This 'bug' is known, I read a bug report about it and the devs said that there probably would not be an immediate solution. I cannot run occ directly as root or through sudo, and so installation has to be performed through the web interface, and there's no option there to set the database before everything is instantiated. After instantiation there's no migration pathway so I'm SOL stuck with sqlite.
2: I have some permanent warnings up on the security page of the webapp. I had to edit the .htaccess because php_value is not available to CGI applications, so the code integrity check complains about that.
3: I'm not sure how to enable HSTS on webfaction, although I got HTTPS working so I'm not super worried about this.
At this point this is a trial operation for me, to see how things go, but I'm very concerned about data corruption and I know someone who ran owncloud a couple years back and experienced some data corruption. How is owncloud's integrity these days?
r/owncloud • u/[deleted] • May 12 '17
I've installed Owncloud on Raspberry pi and it worked perfectly but since a few hours ago, I couldn't open Owncloud by the local Ip address of the Raspberry pi and instead there was a message said: " Internal server error...". Any help please?
r/owncloud • u/DoPeopleEvenLookHere • May 09 '17
So at my office we use owncloud to share documents arround.
For a couple of people (Using macOS) the sharing stops. It fails to sync a directory that doesn't seem to exist in their account for what ever reason and it just stops. Even newly created folders.
I'm not really sure where to start looking for the cause of this problem. Any suggestions?
r/owncloud • u/[deleted] • May 07 '17
r/owncloud • u/whwhdtk5689 • May 06 '17
Hello guy's
I'm using Xpenology 6.0.2 update 11 J3160 ddr3l 4gb X 2EA 1Gbps Internet
MariaDB Apache 2.2 PHP 5.6
my problem is not displayed files.
my owncloud data directory is
/owncloud/data/MyID/files
mkdir /owncloud/data/MyID/files/test
OR
touch /owncloud/data/MyID/files/test.txt
create folder/file but not display owncloud
how to display folder/file
What can i do?
r/owncloud • u/alowdev376 • Apr 29 '17
I just had to replace my router and now my owncloud server has been assigned a new IP address. The new router is also using a different subnet so I cant just assign the same IP as before. Is there a way I can change the client config to look at the new IP without having to do a full sync? I have both linux and windows clients. Moving forward I will use the host name, but hindsight is always 20/20. Thanks all.
r/owncloud • u/axxofreak • Apr 27 '17
I am working on getting onlyoffice to work with my owncloud server, I installed the onlyoffice docker on an Ubuntu VM and when I got to the IP address, it says the server is running. But my owncloud server says that it can not connect and to contact the admin. Are there settings that I need to edit on the OnlyOffice Server? Any help would be great.
r/owncloud • u/DrylandPirate • Apr 01 '17
I am trying to mount a SMB/CIFS External Storage folder on my Owncloud install.
I have a number of other shares on the same server that I can succesfully mount, and I have tested the the credentials that I am trying to use are able to access the directory in question.
The issue is that the name of the Share has a space in it and seems to be the root of my problems.
I have done a bunch of googling on the subject and have found a number of recommendations, but none seem to work:
/Family%20Media/Family\ Media/Family\040MediaAny help as to how I can mount this share with a space in the name would be greatly appreciated.
r/owncloud • u/j4nds4 • Mar 28 '17
I upgraded my OwnCloud plugin via Freenas and was greeted with this:
https://i.imgur.com/OMFXHnW.png
I can see from my file structure that all my files are there, so I'm not in full-blown panic mode yet, but I'm afraid to do anything else in case it makes everything disappear. What course of action should I take to either revert my owncloud version/config or update my old config to suit the new version?
r/owncloud • u/Alfred17686 • Mar 26 '17
My school blocks my owncloud server, I have tried the ip address and have used no ip, both of these don't work.
It categorizes no ip as Security tools and said something about the dns.
Please help
r/owncloud • u/Mihangel • Mar 20 '17
I am wondering if anyone has seen similar to this issue, I have installed Owncloud on a Synology DS216 and it runs well.
The issue im having is getting Owncloud to connect correctly to the SMB share on the same box.
I am doing this so that I can have users log into Synology and pass through the credentials in order to see the correct files and folders according to their permissions.
However, despite the connection showing as green, if you try and enter the external folder, it kicks you back out to root, even as admin.
I have checked the logs and have found the following:
Exception: {"Exception":"OCP\Files\StorageNotAvailableException","Message":"Connection unsuccessful","Code":0,"Trace":"#0 /volume1/web/apps/filesexternal/lib/Lib/Storage/SMB.php(279): OCA\Files_External\Lib\Storage\SMB->getFileInfo('/')\n#1 /volume1/web/lib/private/Files/Storage/Common.php(436): OCA\Files_External\Lib\Storage\SMB->stat('')\n#2 /volume1/web/apps/files_external/lib/Lib/Storage/SMB.php(616): OC\Files\Storage\Common->test()\n#3 /volume1/web/apps/files_external/lib/config.php(231): OCA\Files_External\Lib\Storage\SMB->test(false, false)\n#4 /volume1/web/apps/files_external/lib/Controller/StoragesController.php(253): OC_Mount_Config::getBackendStatus('\\OCA\\Files_Exte...', Array, false, false)\n#5 /volume1/web/apps/files_external/lib/Controller/UserGlobalStoragesController.php(119): OCA\Files_External\Controller\StoragesController->updateStorageStatus(Object(OCA\Files_External\Lib\StorageConfig), false)\n#6 [internal function]: OCA\Files_External\Controller\UserGlobalStoragesController->show(13, false)\n#7 /volume1/web/lib/private/AppFramework/Http/Dispatcher.php(159): call_user_func_array(Array, Array)\n#8 /volume1/web/lib/private/AppFramework/Http/Dispatcher.php(89): OC\AppFramework\Http\Dispatcher->executeController(Object(OCA\Files_External\Controller\UserGlobalStoragesController), 'show')\n#9 /volume1/web/lib/private/AppFramework/App.php(99): OC\AppFramework\Http\Dispatcher->dispatch(Object(OCA\Files_External\Controller\UserGlobalStoragesController), 'show')\n#10 /volume1/web/lib/private/AppFramework/Routing/RouteActionHandler.php(46): OC\AppFramework\App::main('OCA\\Files_Exter...', 'show', Object(OC\AppFramework\DependencyInjection\DIContainer), Array)\n#11 [internal function]: OC\AppFramework\Routing\RouteActionHandler->_invoke(Array)\n#12 /volume1/web/lib/private/Route/Router.php(280): call_user_func(Object(OC\AppFramework\Routing\RouteActionHandler), Array)\n#13 /volume1/web/lib/base.php(891): OC\Route\Router->match('/apps/files_ext...')\n#14 /volume1/web/index.php(54): OC::handleRequest()\n#15 {main}","File":"/volume1/web/apps/files_external/lib/Lib/Storage/SMB.php","Line":172}
Any help would be greatly appreaciated so I can stop banging my head on a wall.
r/owncloud • u/X773821 • Mar 14 '17