[support] dlandon - ownCloud


Recommended Posts

Topic: ownCloud does not start

 

Dear dlandon or anyone else,

Does anyone have suggestions how to solve the following issues?

 

W: The repository 'http://mirror.lstn.net/mariadb//mariadb-10.3.2/repo/ubuntu xenial Release' does not have a Release file.
E: Failed to fetch http://mirror.lstn.net/mariadb//mariadb-10.3.2/repo/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
*** /etc/my_init.d/20_apt_update.sh failed with status 100

Link to comment
3 hours ago, LimeCenter said:

Topic: ownCloud does not start

 

Dear dlandon or anyone else,

Does anyone have suggestions how to solve the following issues?

 

W: The repository 'http://mirror.lstn.net/mariadb//mariadb-10.3.2/repo/ubuntu xenial Release' does not have a Release file.
E: Failed to fetch http://mirror.lstn.net/mariadb//mariadb-10.3.2/repo/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
*** /etc/my_init.d/20_apt_update.sh failed with status 100

I need to change the repository for mariadb.  The one I was using appears to have shut down.  I'm working on an update to the ownCloud docker that should fix the problem.

 

EDIT: Fixed.

Edited by dlandon
Link to comment
2 minutes ago, LimeCenter said:

Wonderful! Could we just update by clicking on the update button in unRAID or is there a special protocol to follow to successfully update owCcloud?

Just do the unRAID docker update button.  That does not update the ownCloud version, it only updates the docker image.

Link to comment
  • 3 weeks later...
3 hours ago, Sinister said:

can someone please help me everytime i try to upload a file thats  1G or more i get Requested Entity Too Large and it fails ive edited every php and config file i could find

Take a look at the admin documentation on uploading large files.

Link to comment

 

9 minutes ago, dlandon said:

Take a look at the admin documentation on uploading large files.

 

 

I definitely have and it works now but as i messed around so much im not sure which change exactly made it able to work that would be nice to know everything else seems pretty straight forward by the way i am currently running 10.0.7 stable is there a higher version to update to ? also the oauth2 addon does not seem to work when enabled it just causes a sign in loop any ideas ?

 

Link to comment
10 minutes ago, Sinister said:

 

 

 

I definitely have and it works now but as i messed around so much im not sure which change exactly made it able to work that would be nice to know everything else seems pretty straight forward by the way i am currently running 10.0.7 stable is there a higher version to update to ? also the oauth2 addon does not seem to work when enabled it just causes a sign in loop any ideas ?

 

10.0.7 is the latest stable version.  The oauth2 addon works fine for me.  When you see the login, you need to sign in so the client has access.  This is the way it works.

Link to comment
6 minutes ago, dlandon said:

10.0.7 is the latest stable version.  The oauth2 addon works fine for me.  When you see the login, you need to sign in so the client has access.  This is the way it works.

when i try to login with oauth2 turned on i get 

Switch user

 

You are logged in as xxxxx but the application requested access for user xxxxx

Link to comment
1 hour ago, Sinister said:

I can login with no problem via a web browser but when i try to connect say the desktop client or my mobile android device the sign in look starts i authorize but nothing happens i just get the you are logged in or on the mobile device back to login screen

I would suggest you take your issue to the owncloud forum.  That's not a container issue.

Link to comment
2 hours ago, dlandon said:

10.0.7 is the latest stable version.  The oauth2 addon works fine for me.  When you see the login, you need to sign in so the client has access.  This is the way it works.

i will delete the other post i misinterpreted your response as it works for me so that sounds like a you problem i will try the owncloud forums

 

Link to comment

For those of you having issues with ownCloud, please note the support links I provided in the original post.  I have provided a Docker that packages the ownCloud application in an easy to install Docker with MariaDB in the Docker so getting it running takes minimal effort.  I can and will support the Docker implementation of ownCloud, but I can't offer support on ownCloud or the ownCloud apps.  Please take your ownCloud issues to the ownCloud support forum.

 

To get the fastest response, please refrain from posting any issues in multiple threads on the forum.

  • Like 1
Link to comment
3 hours ago, dlandon said:

For those of you having issues with ownCloud, please note the support links I provided in the original post.  I have provided a Docker that packages the ownCloud application in an easy to install Docker with MariaDB in the Docker so getting it running takes minimal effort.  I can and will support the Docker implementation of ownCloud, but I can't offer support on ownCloud or the ownCloud apps.  Please take your ownCloud issues to the ownCloud support forum.

 

To get the fastest response, please refrain from posting any issues in multiple threads on the forum.

 

thank you again for pointing me in the right direction for my issue and again i do apologize for the multiple posts

 

Link to comment
  • 1 month later...

I'm having trouble running this through my let's encrypt nginx server. I'm running the app on my iPad. I can login and view files but get errors when it tries to upload files.

 

I tried following these instructions which got me to this point: https://doc.owncloud.org/server/9.0/admin_manual/configuration_server/reverse_proxy_configuration.html

 

My nginx configuration is as follows:

location ^~ /owncloud/ {
		include /config/nginx/proxy.conf;
		proxy_pass https://192.168.22.90:8443/;
		proxy_buffering off;
	}

 

My ownCloud config has these values:

'trusted_proxies' => ['192.168.22.90'],
  'overwritehost' => '<my public hostname>',
  'overwriteprotocol' => 'https',
  'overwritewebroot' => 'owncloud',
  'overwritecondaddr' => '^192\.168\.22\.90$',

 

What am I doing wrong?

Edited by Taddeusz
Link to comment
7 hours ago, Jaster said:

Hi,

 

Since the last Update I can not access owncloud outside my network.

I use duckdns and portforwarding which worked pretty well so far, but stopped after updating.

What can I do?

After updating what?  ownCloud, the Docker, or unRAID?

Link to comment
5 hours ago, Taddeusz said:

Just to give some closure on my own issue I have moved on to Nextcloud. It is a fork of ownCloud and, IMHO, is better. With Nextcloud everything works as expected. It also has the benefit of using local storage as "external". It just all works.

ownCloud has always worked fine for me.  If Nextcloud works better for you, then go for it.

Link to comment
  • 3 weeks later...

Hi dlandon

 

I'm not sure this is the right place to post this request but I'm trying

I installed owncloud with the Docker container without problem.

I use owncloud in a private network and I just want to be able to connect using  http and not  https.
I discover nginx.
I tried to modify the 'default' file located in the / config / ownCloud / nginx / site-confs folder but without success.
The only authorized access to owncloud remains via HTTPS.
Could you tell me the lines of the configuration file to modify to allow a connection in HTTP?
Thank you in advance

Link to comment
On 6/25/2018 at 5:36 AM, didiergo said:

Hi dlandon

 

I'm not sure this is the right place to post this request but I'm trying

I installed owncloud with the Docker container without problem.

I use owncloud in a private network and I just want to be able to connect using  http and not  https.
I discover nginx.
I tried to modify the 'default' file located in the / config / ownCloud / nginx / site-confs folder but without success.
The only authorized access to owncloud remains via HTTPS.
Could you tell me the lines of the configuration file to modify to allow a connection in HTTP?
Thank you in advance

Stick with https.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.