Jump to content

izarkhin

Members
  • Posts

    86
  • Joined

  • Last visited

Posts posted by izarkhin

  1. Hi guys,

     

    Happy holidays! Medusa is having trouble adding an existing show. It goes through all the steps successfully, finds show entry in TVDB, starts loading show info and then it disappears from the show list.

     

    Here what I see in the log:

    2018-12-24 12:58:18 INFO SHOWQUEUE-ADD :: [d6eb72d] Setting all previously aired episodes to the specified status: Skipped

    2018-12-24 12:58:17 INFO SHOWQUEUE-ADD :: [d6eb72d] 356285: Unable to find the show in the database

    2018-12-24 12:58:17 INFO SHOWQUEUE-ADD :: [d6eb72d] TVDBv2: {u'session': <medusa.session.core.MedusaSession object at 0x149bf82e32d0>, u'cache': u'/config/cache/indexers/TVDBv2', u'language': u'ru', u'use_zip': True, u'proxy': u'[IP address removed]:8118'}

    2018-12-24 12:58:17 INFO SHOWQUEUE-ADD :: [d6eb72d] Starting to add show by ShowDir: /tv/TV Series/������ ����������������

    2018-12-24 12:57:47 WARNING APIv2-Thread_17 :: [d6eb72d] Config patch ignored {u'showDefaults': {u'subtitles': False}}

    2018-12-24 12:57:13 INFO APIv2-Thread_14 :: [d6eb72d] Error searching for show: Show search failed in getting a result with reason: HTTPError 404 Client Error: Not Found for url: https://api.thetvdb.com/search/series?name=год+культуры

     

    The show is in Russian, that's why folder name looks weird. But it doesn't matter since it behaved the same way when it was in English. Here is the show entry on the TVDB website: https://www.thetvdb.com/series/god-kultury

     

    Any ideas?

     

    Thanks!

  2. 1 hour ago, adoucette said:

    Wow. Setting up Minio and Duplicati was incredibly easy.

    I have set up Minio using the unRAID docker available from "topdockercat". The only setting I needed to change was to point it to a folder on unRAID to store the Minio "buckets".

     

    2018-04-16_16-03-20.thumb.gif.7dc207e1bd4ccfed1726a43683a86d87.gif

     

    (in this case I made a folder called "dup", and did not share it in any way)

     

    2018-04-16_16-05-20.thumb.gif.5a40a79fa160b2b27d3e50a6f24e8258.gif

     

    Then just made a generic bucket in Minio:

     

    2018-04-16_16-07-17.thumb.gif.5d95e88fcaa5262db2b224a653bbbe33.gif

     

    I got the Minio Keys from the docker log in unRAID.

     

    Then I installed a Duplicati client on one of my local client computers and was able to make a backup by pointing it to the unRAID box on the LAN. The first backup compressed 60GB of files into 30GB of duplicati files... This took almost an hour for the first backup.

     

    I set up a dynamic IP and set my router to update it. Then forwarded a random port (obtained at http://cubicspot.blogspot.com/2016/04/need-random-tcp-port-number-for-your.html ) using NAT forwarding on my router to the unRAID box's LAN IP and Minio's default 9000 port.

    Then I tested the backup outside of my LAN. Updating the backup only took a couple minutes (using a cellular internet connection). Pretty good!

     

    Impressed how easy this was. Thanks for all the assistance.

     

    Now I suspect I must be missing something? Do I need to do anything to increase security? It seems the Minio will require the key and access key to even get in. The duplicati backups are also encrypted.

     

    Ari

     

    What do you use Minio for? Isn't Duplicati enough?

  3. 21 minutes ago, aptalca said:

     

    I don't see anything wrong with the container settings. Likely a dns setting issue. Both containers use the same exact method to validate

    I don't think so. I just created a new DNS record with noip.com: https://www.whatsmydns.net/#A/izarkhin.hopto.org. And in the log i still see:

    Generating new certificate
    Saving debug log to /var/log/letsencrypt/letsencrypt.log
    Obtaining a new certificate
    Performing the following challenges:
    tls-sni-01 challenge for izarkhin.hopto.org
    tls-sni-01 challenge for www.izarkhin.hopto.org
    Waiting for verification...
    Cleaning up challenges
    IMPORTANT NOTES:
    Failed authorization procedure. izarkhin.hopto.org (tls-sni-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: DNS problem: NXDOMAIN looking up A for izarkhin.hopto.org, www.izarkhin.hopto.org (tls-sni-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: DNS problem: NXDOMAIN looking up A for www.izarkhin.hopto.org

    Any other ideas?

  4. Alright, apparently I need more help. Previous post still applies, but I now switched from aptalca's old container to the new one and I can't seem to get certificates issued. Here is what I see in the logs:

    [cont-init.d] 10-adduser: exited 0.
    [cont-init.d] 20-config: executing...
    [cont-init.d] 20-config: exited 0.
    [cont-init.d] 30-keygen: executing...
    using keys found in /config/keys
    [cont-init.d] 30-keygen: exited 0.
    [cont-init.d] 50-config: executing...
    2048 bit DH parameters present
    SUBDOMAINS entered, processing
    Sub-domains processed are: -d www.mydomain.mynetgear.com
    E-mail address entered: [email protected]
    Generating new certificate
    Saving debug log to /var/log/letsencrypt/letsencrypt.log
    Obtaining a new certificate
    Performing the following challenges:
    tls-sni-01 challenge for mydomain.mynetgear.com
    tls-sni-01 challenge for www.mydomain.mynetgear.com
    Waiting for verification...
    Cleaning up challenges
    IMPORTANT NOTES:
    Failed authorization procedure. www.mydomain.mynetgear.com (tls-sni-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: DNS problem: NXDOMAIN looking up A for www.mydomain.mynetgear.com

    here is the docker run command:

    root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="letsencrypt" --net="bridge" --privileged="true" -e TZ="America/Los_Angeles" -e HOST_OS="unRAID" -e "EMAIL"="[email protected]" -e "URL"="mydomain.mynetgear.com" -e "SUBDOMAINS"="www," -e "ONLY_SUBDOMAINS"="false" -e "DHLEVEL"="2048" -e "PUID"="99" -e "PGID"="100" -p 8083:80/tcp -p 443:443/tcp -v "/mnt/user/appdata/letsencrypt":"/config":rw linuxserver/letsencrypt

    mydomain.mynetgear.com is a fake domain, but the real one exists and worked fine with the old container. router is configured with dyndns and can see it. port 443 is forwarded on the router. what could be the problem?!

  5. Hi guys,

     

    If anyone here uses Nginx as reverse proxy for dockerized Krusader or DokuWiki, can you please share your config?
    For Krusader I have the following:

    location /krusader {
            include /config/nginx/proxy.conf;
            rewrite ^/krusader$ /krusader/ redirect;
            proxy_pass http://XXX.XXX.XX.XXX:8084/;
            }

    and all I get is a page with a rolling gear

     

    For DokuWIki I have:

    location /dokuwiki/ {
            index doku.php;
            proxy_set_header Host $host;
            proxy_set_header X-Forwarded-Proto $scheme;
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            proxy_set_header Proxy "";
            include /config/nginx/proxy.conf;
            proxy_pass http://XXX.XXX.XX.XXX:8087/;
            }

    I see the landing page (doku.php), but there is no CSS and none of the links work :(

     

    Please help!

  6. On 9/3/2017 at 11:17 AM, Loch said:

    For those interested in the peer-to-peer backup ability of Crashplan, this seems interesting: http://blog.quindorian.org/2017/08/diy-cloud-backup-replacing-crashplan-home-family-diy-style.html/   Uses Duplicati as a client and Minio as an S3 server. It looks like there is a Minio docker for unRaid here: https://hub.docker.com/r/topdockercat/minio-unraid/

     

     

    But this will only solve the problem of backing up from several machines to unRAID. You would still need a solution to back up unRAID to cloud, wouldn't you? What would you use for that? So, my thought was to create a Carbonite account and backup to it using Duplicati docker on unRAID. My understanding is that Carbonite currently offers Personal Backup to previous CrashPlan users for $30/yr for the first year ($60/yr thereafter). It allows unlimited backup for 1 machine. The question is, can Duplicati access Carbonite using webDAV or some other interface. Has anyone tried it?

  7. Crashplan Small Business is too expensive and its suggested replacement, Carbonite, doesn't have Linux client nor does it support network drive backup in it's basic edition. So, I was thinking Duplicati with Carbonite via WebDAV. Would cost me $25 first year and $50 thereafter for unlimited backup. Thoughts?

  8. 44 minutes ago, binhex said:

    it looks like the certificate used by your vpn provider is too weak for openssl 1.1.x, extract from your last log:-

     

     

    this is probably due to the switch in using the newer openssl version, which removes some of the weaker known vulnerable ciphers, my advise is to contact your vpn provider and ask them about a certificate that is openssl 1.1.x compatible, openssl 1.1.x is what everybody is moving to due to vulnerabilities, there will be no roll back im afraid.

     

    another option is move to a vpn provider that does provide correct stronger ciphers, i know PIA works out of the box, and im pretty confident AirVPN also has full support for the stronger cipher types too.

    @binhex, how come it works fine with binhex-sabnzbdvpn docker? Do you use a lower openssl version there? Ah, nevermind! I see that binhex-sabnzbdvpn docker has OpenSSL 1.0.2j vs. OpenSSL 1.1.0e here.

  9. 3 hours ago, Gog said:
    Tapatalk was messing with me.  I don't see anything wrong in the logs before openvpn starts complaining of local UDP.  Is it possible your VPN provider issued updated .ovpn files?

     

    Are you running the docker in bridge mode?

    I checked .ovpn, updated everything accordingly, regenerated key, etc. I actually run binhex-sabnzbdvpn with the sane VPN settings just fine. Can't say for sure, but looks like it started after the last delugevpn update. @binhex, any thoughts?

     

    Sent from my LEX727 using Tapatalk

     

     

     

  10. 2 minutes ago, binhex said:

    you cant easily respond to the prompt for the password, as the prompt will be on the running container, best bet is to remove the password.

    gotcha! Thanks for helping and nice work on the app! :)

  11. 7 minutes ago, izarkhin said:

    @binhex, It looks like my keyfile file is encrypted with password. Can delugeVPN handle it or should I decrypt and remove password protection?

    OK, that's what it was! I decrypted and removed password protection and now it's working fine. @binhex, do you have a way to handle password protected key files? If not, maybe it'd be worthwhile to add in the future release?

×
×
  • Create New...