Download Owncloud Server

0 views
Skip to first unread message

Angel Smidt

unread,
Jan 16, 2024, 8:52:27 AM1/16/24
to twinluabnerslaws
Strictly the bare ownCloud server with required components. Great for updating the core without overwriting apps that you would like to keep in their current state. Install the complete bundle as shown above to get all available apps and extensions as well as an easy Enterprise trial.
download owncloud server
Welcome to the ownCloud Server documentation. These documents provide an admin guide with information for installation, configuration and administrative tasks as well as documentation for developers. An ownCloud User Manual for the server is provided in the web documentation.
iDocumentationLearn how to get started and set up your ownCloud server. Visit our admin and user manual for instructions.View docs >Desktop AppIntegrate your ownCloud into your file manager to make work more efficient, whether in Finder, Explorer, or something else.Download Desktop AppMobile AppAccess, share and edit files and folders on the go and boost your productivity on Android or iOS.Download mobile appsGet startedDownload serverDownload desktop appGet mobile appsownCloud.onlineStart Enterprise trialSelf-service demo ProductOverviewWhy ownCloudFeaturesPricingCompare editionsCompare solutionsIndustry solutionsChangelogSecurityGet a quoteCompanyAbout usEventsOur customersPartnersCareerPressNewsContact usRecognition & awardsSustainability CommunityContributeCommunity ProgramSource CodeBeta & testingForumMarketplaceChatroomHelpDocs & guidesService packagesCustomer supportFAQsPortalTrainingRequest a demoLegalTrademarkPrivacyImprintFollow Us USearch
Here, you will see the automatically obtained network configuration if you have a DHCP server in your network.If not - you will have to set this yourself.You can also enter an alternate DNS server if you need one.
"reqId":"c80b5b01-9df9-46a8-b2ad-6c6a6ea66b3d","level":0,"time":"2019-05-19T18:23:40+00:00","remoteAddr":"192.168.0.36","user":"--","app":"webdav","method":"PROPFIND","url":"\/remote.php\/dav\/files\/\/","message":"Exception: HTTP\/1.1 401 No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured: \"Exception\":\"Sabre\\\\DAV\\\\Exception\\\\NotAuthenticated\",\"Message\":\"No public access to this resource., No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured, No 'Authorization: Basic' header found. Either the client didn't send one, or the server is misconfigured\",\"Code\":0,\"Trace\":\"#0 [internal function]: Sabre\\\\DAV\\\\Auth\\\\Plugin->beforeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#1 \\\/var\\\/www\\\/owncloud\\\/lib\\\/composer\\\/sabre\\\/event\\\/lib\\\/EventEmitterTrait.php(105): call_user_func_array(Array, Array)\\n#2 \\\/var\\\/www\\\/owncloud\\\/lib\\\/composer\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(466): Sabre\\\\Event\\\\EventEmitter->emit('beforeMethod', Array)\\n#3 \\\/var\\\/www\\\/owncloud\\\/lib\\\/composer\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Server.php(254): Sabre\\\\DAV\\\\Server->invokeMethod(Object(Sabre\\\\HTTP\\\\Request), Object(Sabre\\\\HTTP\\\\Response))\\n#4 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/lib\\\/Server.php(288): Sabre\\\\DAV\\\\Server->exec()\\n#5 \\\/var\\\/www\\\/owncloud\\\/apps\\\/dav\\\/appinfo\\\/v2\\\/remote.php(31): OCA\\\\DAV\\\\Server->exec()\\n#6 \\\/var\\\/www\\\/owncloud\\\/remote.php(165): require_once('\\\/var\\\/www\\\/ownclo...')\\n#7 main\",\"File\":\"\\\/var\\\/www\\\/owncloud\\\/lib\\\/composer\\\/sabre\\\/dav\\\/lib\\\/DAV\\\/Auth\\\/Plugin.php\",\"Line\":168"
Hi,
Reading your description I would suspect that there is some problem connecting to your owncloud.
Can you explain a little more about your network setup? Is it a self-hosted ownCloud behind some router vs a publicly accessible instance?
I assume you have installed your ownCloud server on a RaspberryPi (RPi) inside your network, probably connected via Ethernet, your phone is connected to the WiFi via the same router & WiFi access point (box).
The next step is to test DNS, so try to resolve the hostname (cloud.rpi.l) on the phone, for example by pinging the hostname. Perhaps you have some kind of configurable DNS server in your box (or somewhere else [is your phone using that one?]), which needs to be set up correctly. How do you resolve that hostname on your PC? Hosts file?
As far as I understood it, I thought that lapourgagner has his own DNS, where the hostname is configured, and a DHCP server, which sets the DNS server for the clients on the network, but Android keeps ignoring it still.
Hello, a few months ago I managed to installed owncloud on a centos VM and got it running, and been using it since then from my LAN (sync files accross computers, etc). Works well from LAN, but now I need to make it available from the web so I can use it anywhere.
From LAN, I can access OC using " _ip/owncloud/" but from the internet using the same address I get "Index of /". A quick web search showed that the problem may be related to the declaration of DocumetRoot, which was modified from "/var/www/html" to "/var/www/html/owncloud". Immediately after restarting pache, I could access the login poage from both LAN and web using " _ip/" which is exactly what I want to do, but now I no longer can login. Seems entering my credentials, nothing happens. This is mostly a apache config issue, but I cannot find the root cause.
I am not sure I understand what you mean by "When you access from outside your home network, you probably use a different VirtualHost configuration for connection from outside".. I am trying to access the OC server with my android tablet connected to my cellular provider. The equivalent of being outside of my house and using someone else's internet connection.
** is_file(): open_basedir restriction in effect. File(/appinfo/app.php) is not within the allowed path(s): (/var/www/html/:/tmp/:/mnt/data/:/dev/urandom) at /var/www/html/owncloud/lib/private/app.php#115
Somehow working. I enter " -address" or " -address" I both brings me to the owncloud login page. I however see a strange login page like if something in .htaccess or somewhere else (in apache's config files perhaps?) was not properly parsed or redirected. See screenshot.
Trying to connect with plain http I get "The connection has timed out" (Firefox) and "internal error - server connection terminated" (Chrome). I want http to be redirected to https seamlessly so users dont have to punch http**s** manually...
So for now I am using the first version of the config files (commented out "Redirect" and uncommented "Alias") so at least I can have access to my server while away from home, but I am not confident everything is properly working....
I found this as well. The problem turned out to be my ISP. As a consumer residential internet service, they block inbound port 80. They don't want people running web servers out of their homes. Port 443 is allowed, however. I think this is a common practice. My ISP also blocks inbound port 25. I have Comcast residential internet service.
That makes a lot of sense. Like port 25 (smtp) is generally blocked by ISP's so users dont run mail servers at home. In the case of mail servers I can understand the rationale behind this (spam) but for port 80, I just dont see the reason...
I then thought it would be a great idea to use this storage solution as a Plex server, so I installed Plex server for Linux, specifically the Ubuntu for ArmV7 from here: -ca/media-server-downloads/ . Simple download, simple install by just clicking on the .deb that is downloaded.
So here's the interesting part... Plex, by default, runs using a user it creates called "plex". Since owncloud (Apache?) doesn't let you access the /media/ownclouddrive, it becomes difficult to use any folder stored in the owncloud HDD at all, let alone for a Plex server. After reading around the internet about permissions this, permissions that, I found the easiest way to let Plex use a folder on your owncloud drive (I set up a new user on my owncloud server called plex just to keep everything organized and seperated from my own personal files) was to edit Plex to run not using the "plex" user, but using the www-data user, which is the only user on the Pi that has access to this drive. I did this by editing the plex file configuration file:
I'm a game programmer, not an expert at network security, so if anyone more knowledgeable could let me know if this is safe to do that would be greatly appreciated. I hope this can help other people like me that want an easy way to keep their plex server running!
f448fe82f3
Reply all
Reply to author
Forward
0 new messages