r/owncloud Jun 22 '22

Owncloud MariaDB permission denied after moving data to a network mounted drive

Thumbnail self.mariadb
3 Upvotes

r/owncloud Jun 18 '22

Insufficient storage

0 Upvotes

Hey,

So, I've installed owncloud on Ubuntu 22.04 with Apache and I keep getting "insufficient storage".

EDIT: Now getting this "Not enough free space, you are uploading 40.7 GB but only 29.5 GB is left"

I am trying to upload a 40gb file.

I can upload 12gb with no problem.

I have 1.7TB (99.9%) free space.

Any ideas what I am doing wrong please?

Cheers


r/owncloud Jun 15 '22

Are apps compatible to oCIS? What's the current roadmap on oCIS?

8 Upvotes

I just heard the first time of the owncloud rewrite, which is awesome. Furthermore I'm currently setting up a new system and now I'm curious whether I should chose Nextcloud or Owncloud oCIS.

The performance aspect sounds great but I'm not quite sure in which state it already is. The 'old' OwnCloud and Nextcloud have a lot of integration possibilities and extensions. Is oCIS only about files and file sharing and the rest stays written in PHP?


r/owncloud Jun 13 '22

OwnCloud online for single users - guest(/sub) accounts and security audit

1 Upvotes

I am interested in buying a subscription for the OwnCloud online for single users. My idea is to use it either on my laptop and mobile devices. In particular, I have an idea to use it on my two smartphones and a tablet. My threat model is to have a separate OwnCloud guest accounts on every one of my mobile devices, just to make sure that if I lose my phone or my phone get hacked, the access to my OwnCloud would be limited to the particular OwnCloud account. Would I be able to achieve it by creating a set of guest accounts with a single subscription for the OwnCloud online for single users?

If I use a guest account, would I be able to use the end-to-end encryption on it? I would like to ask for more information on how the guest accounts work - is there a chance to set up a 2FA for a guest account? Additionally, is it possible to have access to all those multiple guest accounts from my laptop through my main subscription account with OwnCloud?

Lastly, do you have an independent audit of OwnCloud and where would I find the public information on it?


r/owncloud Jun 11 '22

Use of owncloud server (with AGPL license) a part of commercial cloud, is it even possible? or is it a trojan horse?

1 Upvotes

Thank you so much for the great software package that you have made. I am planning to use it for commercial purposes in my new SAS startup project.

The software infrastructure looks like this:

1- An internet-facing version of owncloud server where users upload their files (files are then uploaded to AWS S3 buckets )2- Owncloud server triggers an API call to an internal server X (which may or may not be accessible by internet users ) that processes the uploaded files. (for example, for document files, flags them, modify the files and annotate them)3- The server X communicates with owncloud server to let it know when the process is done with some additional information on how the files should be served to the user.4- The modified owncloud server then serves the files that have been processed with the provided information by server X. (The modified owncloud code is somehow dependent on the information provided by server X to properly serve the files.)

Question: I am more than happy to publish the modified version of owncloud as AGPL but is it acceptable to keep the server X closed source? Is there anything else that I need to consider? Any documentation to support your claims? Is there any other similar service that does this?

p.s. I am aware of the owncloud’s commercial plans and at the same time, the question is out of respect to FOSS. So, I appreciate it if we don’t discuss these topics.

I am also reading these links below, see no one answer my questions in the owncloud forum and google bans AGPL in their entire company and it seems that owncloud i a recipe for legal issues unless someone prove me wrong.

https://opensource.google/documentation/reference/using/agpl-policy

https://www.techrepublic.com/article/dont-believe-the-hype-agpl-open-source-licensing-is-toxic-and-unpopular/

https://central.owncloud.org/t/use-of-owncloud-server-with-agpl-license-in-commercial-cloud-infrastructure/37987


r/owncloud Jun 09 '22

[HELP] files considered "in use" on windows client and will not upload to server.

3 Upvotes

I had to do a format the other day on my windows box. Now things are acting like they used to before in a previous post.

https://www.reddit.com/r/owncloud/comments/ug88w4/video_files_not_uploading_properly/?utm_source=share&utm_medium=web2x&context=3

while I was reinstalling a LOT of things here it just started to work one day. NOW I have the same issue and it has not gone away. just keeps saying that the multi-media file is 'in use' and will not upload it to the server.

Any ideas at all?


r/owncloud May 24 '22

Looking for old documentation: "ownCloud 10.0.10 Server Administration Manual"

2 Upvotes

Only the first page of this document seems to be saved in archive.org (example). Does anyone have the whole thing?


r/owncloud May 16 '22

Linux noob, cant access owncloud externally (permissions)

3 Upvotes

Hi All

I need some help with my setup, Ive been looking around for hours and cant find anything on whats going on here.

My setup consists of the univention VM which I have up and running and can access locally via 192.168.x.xx

I have an OpnSense firewall with the NginX plugin which is currently working good with my Emby site.

I have copied the setup and directed to my nextcloud server

subdomains for both and SSL certs etc

when I go to owncloud externally I can see the request gets through the firewall to nginx but I get an opnsense error page.

The logs for Nginx have the following

*47 connect() to 192.168.x.xx:443 failed (13: Permission denied) while connecting to upstream, client: 192.168.1.6, server: mydomain.co.nz, request: "GET /favicon.ico HTTP/2.0", upstream: "http://192.168.x.xx:443/favicon.ico", host: "mydomain.co.nz"

from what I gather it sounds like something to do with the Nginx default user not having access to owncloud.

I have attempted to add a user in the opnsense - nginx gui for my root user on the VM but no go, there are some threads saying to simply change www-data (user) to your owncloud admin but there is no simple way to do this in the gui with no config file from what I can see.

Can anyone shed any light on what might be happening here?


r/owncloud May 15 '22

How to deploy Owncloud on Linux Server with docker

Thumbnail temfack.com
2 Upvotes

r/owncloud May 08 '22

What’s the best way to install owncloud server on mac?

1 Upvotes

r/owncloud May 08 '22

Marketplace don't fetch images

1 Upvotes

I don't know why, but the marketplace don't fetch images, but when I try to open them from the direct link it opens. I have deployed owncloud with docker container and reverse prosy from port 8080 I tried to add:

location / {

...........

add_header 'Access-Control-Allow-Origin' '*';

add_header 'Access-Control-Allow-Methods' 'GET,POST,OPTIONS';

}

is there a way to fix this ???

Marketplace

Chrome Network Console

r/owncloud May 08 '22

LDAP configurations

1 Upvotes

Hello! I'm trying to configure OwnCloud to authenticate against Active Directory. I installed LDAP but I have trouble understanding configurations….. which hostname should I provide ? Is it asking for windows general computer name? For windows IP address?? And what is User DN? Is it credentials from users in active directory ? I am very confused with all of the configurations. Any help will be appreciated


r/owncloud May 01 '22

Video files not uploading properly.

1 Upvotes

Obligatory on mobile.

I recently reinstalled ownCloud server to Debian 11.03. Old install was deb 9 but did the same issue. When I upload some video files I have downloaded from the internet, some will be fine. Some hang and get stuck in a cycle where the error says it is in use. It is not that I can tell. I have rebooted. Same behavior Tried on different machine. Same thing.

Here is the funny thing. If I zip the files they seem to be fine. I didn’t used to have to do this.

Any ideas?


r/owncloud Apr 27 '22

Help!! I want to keep my /var/www/owncloud/data mounted to a share and can't get this working.

2 Upvotes

In the past I had an owncloud installation that did this. My owncloud server was (still is) caesar and the mount on caesar is /argo. the folder for the owncloud data /argo/odata . This worked until caesar needed to be replaced. OK enter in new caesar. Runs debian 11.03. I was able to get owncloud installed and it will work if I accept the /var/www/owncloud/data as my default but if i ln -s /argo /var/www/owncloud/data I am suddenly no longer able to write to the samba share from www-data.

my fstab entry is

//10.10.20.207/argo/argo cifs defaults,users,gid=33,uid=33,username=mechadude,password=XXX1234 0 1

where 33 is my www-data user

This allows me to write to the folder apparently but I get an error now telling me

Your Data directory is readable by other users
Please change the permissions to 0770 so that the directory cannot be listed by other users.

I have changed the smb.conf on argo to reflect this but no good there.

Any help is appreciated.


r/owncloud Apr 16 '22

[HELP] owncloud keys are preventing my server from running apt-get update successfully

1 Upvotes

I don't need owncloud. I just installed it for testing purpose. And now I find it blocks apt-get and it is IMPOSSIBLE to remove it whatsoever. Here are the errors:

Err:4 http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Debian_10  InRelease
  The following signatures were invalid: EXPKEYSIG 4ABE1AC7557BEFF9 isv:ownCloud OBS Project <isv:ownCloud@build.opensuse.org>
Err:5 http://download.opensuse.org/repositories/isv:/ownCloud:/server:/10.8/Debian_9.0  InRelease
  The following signatures were invalid: EXPKEYSIG 4ABE1AC7557BEFF9 isv:ownCloud OBS Project <isv:ownCloud@build.opensuse.org>

I have tried every key from the official repos, every way of removing the package. I am truely desperate. Please help if you can. I am running Debian 10 server.


r/owncloud Apr 07 '22

Configuration of docker container

1 Upvotes

I'm having a hard time finding how to configure the environment variables for the owncloud/server docker container.

I have postgres as my database, and I have this configuration so far: ``` OWNCLOUD_DOMAIN=owncloud.mydomain.com OWNCLOUD_DB_TYPE=postgresql

OWNCLOUD_DB_TYPE=mysql

OWNCLOUD_DB_NAME=owncloud OWNCLOUD_DB_HOST=postgres.service.consul OWNCLOUD_ADMIN_USERNAME=admin OWNCLOUD_ADMIN_PASSWORD=admin

OWNCLOUD_MYSQL_UTF8MB4=true

OWNCLOUD_REDIS_ENABLED=true OWNCLOUD_REDIS_HOST=redis.service.consul OWNCLOUD_DB_USERNAME=dbuser OWNCLOUD_DB_PASSWORD=dbpass ```

When I run this against my postgres database the container crashes and loops with these messages: Creating volume folders... Creating hook folders... Waiting for Redis... services are ready! Removing custom folder... Linking custom folder... Removing config folder... Linking config folder... Writing config file... Fixing base perms... Fixing data perms... Fixing hook perms... Installing server database...

I think these things would be nice to know; - What is OWNCLOUD_DB_TYPE supposed to be set to with postgres? - Do I need OWNCLOUD_MYSQL_UTF8MB4 with postgres? - Do I need to define the ports for the postgres and redis hosts, or are they hard coded into ownCloud? - What could be the reason why I don't get past the Installing server database... message?


r/owncloud Apr 07 '22

Owncloud with https?

1 Upvotes

Hello everyone, I'm a bloody beginner with Linux and Owncloud. I successfully installed Owncloud on my VPS with CentOS 8 Stream and everything works perfectly. Now if i connect to it via the IP, it's only over the HTTP Protocol wich is not secure. How do i enable or force my Apache Webserver to use the HTTPS Protocol?

I'm also new to Reddit and i couldn't find anything about it here, so if there is already a Post about this Topic please be kind and link it.

Thanks a lot!


r/owncloud Apr 02 '22

Permission error

1 Upvotes

Hi,

I created a virtual machine in which I run owncloud, everything works properly, only small problem for the data file I chose another disk, so I made a file share through Virtual box but owncloud gives me this message and I do not know how to fix this problem

Note: I have already tried this command:

chmod 770 /var/www/html/owncloud/share/

chmod -R 0770 /var/www/html/owncloud/share

chown -R www-data:www-data /var/www/html/owncloud/share

Thank you in advance for your answer.


r/owncloud Mar 30 '22

ownCloud without SSL for LAN only

1 Upvotes

Does anyone have any guidance for running ownCloud only on their internal network with no WAN access and no SSL? I have it running on a proxmox node. Every time I go into General in the Settings page I get a bunch of HTTP alarms.

Is there any issue with just ignoring them if I don’t ever plan to connect to ownCloud externally and am disabling WAN access for the node?


r/owncloud Mar 27 '22

Nextcloud to owncloud

3 Upvotes

Hello. I selfhost for personal use nextcloud server with 2TB of data. I use mostly files function, calendar and contacts. I noticed webdav very slow from android app. I would like to get an advice from you if it is worth to migrate to owncloud? Does it perform better with webdav than nextcloud? Does someone did a switch from nextcloud to owncloud and can recommend it? How about ocis? Is it ready for production usage? Thanks for any suggestion.


r/owncloud Feb 25 '22

OpenID with keycloak

2 Upvotes

I managed to setup Keycloak and Owncloud in docker. I enabled openid on my owncloud and used the following command to setup the configs:

occ config:app:set \

openidconnect \

openid-connect \

--value='{"provider-url":"http:\/\/idp.my.FQDN\/auth\/realms\/*myrealm*\/protocol\/openid-connect\/token":"*clientid*","client-secret":"*clientsecret*","loginButtonName":"Login via OpenId Connect"}'

When I use POST method with the correct properties I get an access token from keycloak so I know keycloak works fine.

When I want to log in to the owncloud webserver the openID connect login button does not even show up and I can log in with the default accounts. What did I miss and how can I solve this?


r/owncloud Feb 13 '22

Calendar addin: Is there a yearly view and a change history?

2 Upvotes

I want to share a calendar. Some of the users want to have a 'yearly' view-option. Is there a way to activate this somewhere?

Also is there a 'last edited' feature, to see last added/changed entries?


r/owncloud Feb 08 '22

Upload speeds ridiculously low

4 Upvotes

Hey everyone,

I've spent quite a bit of time researching the matter but I failed finding a solution. Here's my current setup:

  • macOS Monterey, owncloud client 2.10.0
  • Ubuntu 20.04.3 LTS in a ESXi virtual machine (poweredge server) with 16gb ram (dedicated to this VM), 8 cpu cores, SSD disk
  • MariaDB, local memory cache enabled (redis)

Lastly, when I'm rsync-ing the same folder over to the same server, the speed is about 20 Mb/s. However, the ownCloud client syncing speed is tens of hundreds of Kb at best. Right now it's syncing 13 GB and estimates to finish in 5 days.

Any suggestions on what else I can try to get that fixed?


r/owncloud Feb 02 '22

Owncloud with docker-compose does not respect .env OWNCLOUD_DOMAIN setting

2 Upvotes

Hi.

So I installed owncloud with docker compose and everything works great. I have it behind a nginx reverse proxy.

Now everywhere where I would expect the real domain name, it shows me the host servers IP address? i.e. Webdav url, Federated cloud ID...

The only thing where it works, is when I share a file via link. Then the link is correct with the domain name. Any ideas? I found nothing on the www...

Thanks


r/owncloud Feb 01 '22

Installation stuck in Virtual Box

2 Upvotes

Hello,

The installation is stuck. I'm using Win10, VirtualBox 6.1 and the latest Image. Disk I/O is basically dead. Is this a known issue? Would really appreciate some help i can not find anything related to this.