Code Monkey home page Code Monkey logo

Comments (7)

l3iggs avatar l3iggs commented on July 23, 2024

Hmm. Thanks for the heads up. I will try to recreate this and get back to you.

from docker-owncloud.

LVLAaron avatar LVLAaron commented on July 23, 2024

When I enter the webui after the above steps, I'm at the setup screen... I can select MySQL as the database but the credentials are unknown...

from docker-owncloud.

l3iggs avatar l3iggs commented on July 23, 2024

I'll ignore your MySQL comment for now. I can not recreate your issue. The server seems to be running fine. Are you following my usage instructions exactly as I've written them in the readme?: https://github.com/l3iggs/docker-owncloud#usage

from docker-owncloud.

LVLAaron avatar LVLAaron commented on July 23, 2024

There isn't much that the user can screw up before the webui should be able to be displayed. This is the code the unraid executes to start the container.

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="owncloud" --net="bridge" -e TZ="America/New_York" -p 8443:443/tcp -p 8000:80/tcp -v "/mnt/cache/.docker_owncloud/data":"/usr/share/webapps/owncloud/data":rw -v "/mnt/cache/.docker_owncloud/config":"/usr/share/webapps/owncloud/config":rw -v "/mnt/cache/.docker_owncloud/certs":"/https":rw l3iggs/owncloud

from docker-owncloud.

LVLAaron avatar LVLAaron commented on July 23, 2024

I installed from the CLI of unraid so it's not using any of the wrappers required... I can immediately get to the non-ssl site, but when going to the SSL site I get:

Bad request!

Your browser (or proxy) sent a request that this server could not understand.

If you think this is a server error, please contact the webmaster.

Error 400

www.example.com
Apache/2.4.17 (Unix) OpenSSL/1.0.2e PHP/5.6.16

from docker-owncloud.

l3iggs avatar l3iggs commented on July 23, 2024

I'm not too familiar with unRaid or whatever environment you're running the docker server in. It appears to me that whoever has integrated my docker owncloud image into unraid has made some sort of mistake and I'm not really in the position to solve those kinds of problems. It looks like the command you've pasted above is using volumes to re-map a bunch of important owncloud folders and I think that is really what's causing the issue here.

Of relevance here, the command you've pasted there is asking docker to remap the /https folder in my image (which contains valid and working ssl certs) to some local folder: "/mnt/cache/.docker_owncloud/certs". Your error says that server.crt does not exist. I would bet that server.crt does not exist in /mnt/cache/.docker_owncloud/certs on the host (or it has the wrong permissions), which is why apache won't run.

from docker-owncloud.

LVLAaron avatar LVLAaron commented on July 23, 2024

Loud and clear. What you're saying is the certs already exist but we're remapping that folder and that's what's causing breakage. Appreciate the help. I'll try it without mapping that volume and work with it on the unraid side of things.

from docker-owncloud.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.