dfarrall

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by dfarrall

  1. Adding your repo to unraid isn't showing me any available dockers in the list, these aren't command line only are they as it looks like others managed to add them via GUI.

     

    What interface should I be binding, the one with my local IP? Or do i need to create an virtual IF per docker? Struggling to get onto the web gui here.

     

    Why you adding repos to Unraid, just install Community Applications and install from there... Trust me, you'll like it...  ;)

     

    To answer your question, no it's not command line only.  Eth0 is the interface to bind.

     

    Damn, good shout.. This needs more press!

  2. Adding your repo to unraid isn't showing me any available dockers in the list, these aren't command line only are they as it looks like others managed to add them via GUI.

     

    What interface should I be binding, the one with my local IP? Or do i need to create an virtual IF per docker? Struggling to get onto the web gui here.

  3. Alright, I got the official container up and running. I think I was just too tired last night to approach this correctly.

     

    Now to just figure out Redis and the Reverse proxy. I have DuckDNS all set up for other purposes, but the reverse proxy thing is entirely new to me.

     

    It's pretty easy to be honest, except mine doesn't work for with external connections for some reason.. If you get it up and running i'd be intrigued as to your methods! Definitely agree this is a frustrating docker experience.

  4. I just swapped out a drive, rebuilt and added parity to my array.

     

    Since the array rebuilt I'm having issues starting the docker engine, I can mount it onto any of the user shares except 1 specific one (that one I want to use obviously!)

     

    I have tried recreating the docker image to no avail.

     

    Can't get my head around this one, syslog only throws out the following.

     

    Jan 19 17:17:15 Tower php: /usr/local/emhttp/plugins/dynamix.docker.manager/event/started
    Jan 19 17:17:15 Tower logger: Not starting Docker: mount error
    

     

    Which logs should I be looking at for docker container mounting, I can't seem to find them.

     

     

     

  5. <?php

    $CONFIG = array (

      'instanceid' => 'Don't need to know this.',

      'passwordsalt' => 'Don't need to know this..',

      'secret' => 'Don't need to know this.',

      'trusted_domains' =>

      array (

        0 => '192.168.1.13:8000',

        1 => '192.168.1.254:8000',

        2 => 'cloud.blah.com:8000',

        3 => 'cloud.blah.com',

        4 => 'blah.duckdns.org:8000'

     

      ),

      'datadirectory' => '/var/www/owncloud/data',

      'overwrite.cli.url' => 'https://192.168.1.13:8000',

      'dbtype' => 'sqlite3',

      'version' => '8.1.4.2',

      'logtimezone' => 'UTC',

      'installed' => true,

      'mail_smtpmode' => 'smtp',

      'mail_from_address' => '',

      'mail_domain' => '',

      'mail_smtpauth' => 1,

      'mail_smtphost' => 'smtp-mail.outlook.com',

      'mail_smtpport' => '25',

      'mail_smtpname' => '',

      'mail_smtppassword' => '',

      'mail_smtpsecure' => 'tls',

      'forcessl => true',

    );

  6. Scrap that, it eventually booted up.. Took a good 30 minutes or so though, not sure why!

     

    I'm up and running except the only issue I have is accessing this externally. I know security risks etc.

     

    I can access it internally no problem, and externally I have setup duckDNS to forward to my router and port forwarded this to the ownCloud docker. I tested with my other dockers and it works perfectly, however owncloud gives me a connection refused.

     

    In the config i have tested the following

     

    Router IP

    DuckDNS address

    Custom domain address that points to duckDNS

     

    and none of them work, is there something i'm missing here?

  7. Hi,

     

    I currently have a 4 drive array in unraid, I'm looking to replace one of the drives with a much larger one. The array doesn't have a parity device currently.

     

    The drive i want to remove has nothing stored on it, however if i pull it and try and rebuild the config will I lose all my drive mappings and data?

     

    I could potentially try and mount another drive through a USB bay and build a parity first but want to avoid this if possible.