Jump to content

skidelo

Members
  • Posts

    29
  • Joined

  • Last visited

Posts posted by skidelo

  1. Hey LinuxServer guys,

     

    I saw that the nextcloud docker is no longer on your website (maybe because it's beta?).  Just wanted to verify you're not dropping development of it.

     

    Also (unrelated to nextcloud, sorry):

    Congrads on making it into the Plex newsletter!  Does that mean you're dropping support for Linuxserver's Plex docker?

     

    Keep up the good work!

  2. The newest update broke owncloud for me. I can't access the webpage anymore just says err connection refused. Restarting the docker or unraid makes no difference and the log file doesn't contain anything of interest.

     

    Just updated my test server to see what would happen and you are right.  Not working.

     

    It did finally start, but I don't know what I did to get it going.  I was messing around in the docker looking around and then it just started.  It kind of looks like nginx was not starting.

     

    I've added Denavit–Hartenberg parameters to increase security. The fist time you install/update, it will took some time (5-15 minutes) to generate the DH file, and then nginx gets executed.

     

    You mean Diffie-Hellman :-)

  3. Well, I made a bash script that parses xml template files and executes 'docker run -d' with the appropriate arguments populated from the template file.

     

    The script takes one argument: The path to the .xml template file.

    ./RunDockerTemplate.sh <path_to_xml_template_file>

     

    I've been running into problems with volume mappings that have spaces in their path (ie. /mnt/user/my media).

    This is a known bug.  If any of you guys are bash scripting gurus, please feel free to fix my script!

     

    Anyway - the point of this was to be able to edit docker containers without having to login to the GUI.  This is useful for me if I am away from my home network and only have SSH access.

     

    Unzip the script by executing:

    unzip RunDockerTemplate.zip

     

    Hope it helps someone out!

     

    RunDockerTemplate.zip

    • Thanks 1
  4. Is it possible to start a docker container based on an .xml template via the command line?

     

    I'm aware of 'docker run <docker image> -v <volumes> etc...'

    However, all of the these run arguments are stored in xml files in /boot/config/plugins/dockerMan/templates-user

     

    I know the docker plugin uses these, but I only have ssh access when I'm away from my local network, so I have no GUI access to start them.

     

    So basically i'm looking for something along the lines of: 'docker_plugin run <my-container-template.xml>'

  5. 1) No particular reason, just never saw anyone using cron with ownCloud. Any reason to do it?

     

    2) I'll take a look into it.

     

    3) no EDGE function actually; I removed it after a lot of users have problems with it.

     

    1) Owncloud recommends cron for background jobs over AJAX.  This is because the default AJAX method only executes on background task per login.  Cron allows tasks to be executed in a time constant manner.

     

    2)  Thanks!

     

    3) Ok. Can we look forward to 8.1?  Is it better to administer OC updates via new docker updates?  Or is it ok  to use OC's updater tool?

  6. gfjardim,

     

    In regards to the owncloud docker:

    1) Could you move the cron file into persistent memory?  I want to edit it to run background tasks as described here:

    https://doc.owncloud.org/server/8.1/admin_manual/configuration_server/background_jobs_configuration.html

     

    UPDATE - Looks like you disable the cron service in the install script?  Any particular reason for this?

     

    2) Also - it would be cool if you could add caching support:

    https://owncloud.org/blog/making-owncloud-faster-through-caching/

     

    3) I have EDGE = 1. But my docker container is not upgrading to Owncloud 8.1.  Tried running the updater utility on the admin panel as well.

     

    Thanks!

×
×
  • Create New...