EC28

Members
  • Posts

    85
  • Joined

  • Last visited

Posts posted by EC28

  1. 3 hours ago, Kilrah said:

     

    For some reason you mapped your appdata folder to a "/appdata" path in the container. That's not something the container uses or knows about, so right now all your config files are lost in the docker image.

     

    image.png.78943e9135e3044c18d21a569c181004.png

     

    The container stores its things in /var/www/html as can see in the original template:

    image.png.bd4fc5bcc2c561c4d4915ba045d569ba.png

     

     

     

    Got it.  I can live with it there.  I'm really just using Nextcloud to be able to share external storage with other people, so it's fine.

     

    One other thing though, my nginx proxy manager doesn't seem to be working with it.  Is there something special I need to do in NPM or the config to be able to access it externally?  Thanks for the help, this container is blazing fast.

  2. So I have gotten it to this point by doing some heavy reading and trial and error.  Here is my template page.  I'm trying to keep things on the cache and keep things neat where I can change things and tinker when I want.  The cloud is actually up and running.  Had to use the commands from earlier in the thread to change ownership and permissions, but that let me install it into the appdata directory that I picked.  Or so I think anyway.  The problem is, I don't see any of the config files when I look for them.  The other screenshot shows all the files I see in the appdata folder.  So I have no idea where the actual config files are going.  In spite of that, you can see my cloud is up and running somehow.  This thing has one hell of a learning curve.

     

    Untitled.png

     

     

     

     

    Untitled01.png

     

     

     

    Untitled02.png

  3. Spoke too soon, now I'm getting errors with the LSIO one as well.  I did change the cache to exclusive though, so that may be a part of it as well.  They both like to try to mount on /mnt/cache/ and not /mnt/user/appdata/, so who knows what that throws off.  I'm just gonna have to wait on the man for some more help I think.  Let me know if you get it up and running.

  4. 1 hour ago, ceverson said:

    Hello so i installed the container for nextcloud and CRON jobs but i can't create folders. I am using NGINX Proxy Manager. However what seems to be occuring is in the Nextcloud docker container it is using Apache and Apache restarts when I restart the container. I tried disabling Apache in the container itself but that shut the container down. How do I make Nextcloud fully use NGinx. The reason I say fully is I worked through all the other NGinx based errors last night and they took affect so I believe my issue is strictly Apache is enabled and getting in the way

     

     

    I'm wondering if the issue I'm having isn't somewhat related to yours.  I tried to re-install the LSIO docker of nextcloud and it worked fine again just now.  There's something different in the ffmpeg and official versions that seems to throw my system off.  It's like it can't see it's own data for some reason.

    • Like 1
  5. Hey there, racking my brain trying to figure out what I'm doing wrong with this docker.  I had it running fine with the lsio docker, but wanted to switch to this one for the ffmpeg support.  I've installed mariadb as normal and when I choose the db to connect to on install, I'm getting this error when I try to open nextcloud:

     

    Internal Server Error
    
    The server encountered an internal error and was unable to complete your request.
    Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report.
    More details can be found in the server log.

     

    Any ideas what I'm doing wrong?

  6. Hey guys, so I will preface this by saying the hook and scripting process is over my head, so I need a lot of help here.  I am looking for a simple way to send a notification to autoscan after the conversion is complete to notify Plex to look for the file.  I'd also like to rename it, though I can use Filebot for that possible if it's not easy to do.  Is there anyone that's willing to teach me a bit about this?  I'd love to learn how to do it correctly.  Thank you!