Gog

Members
  • Posts

    323
  • Joined

  • Last visited

Posts posted by Gog

  1. 57 minutes ago, gambler3k said:

    If the vpn goes down for some reason does it block all the connections then or is my regular ip exposed?

    If it is how can i prevent and test this?

    I've heard about something called iptables.

     

    Hi there, welcome to the forums

    iptables are configured to only let traffic out through the VPN IP and the local network (the LAN_NETWORK variable)

    Moreover, at init if the VPN is not established, Deluge will not go up

  2. 2 hours ago, UntouchedWagons said:

    Hi there, could you please add proxy-conf files for Ubooquity? Thanks

    \appdata\letsencrypt\nginx\proxy-confs\ubooquity.subfolder.conf

    location /ubooquity {
        auth_basic "Restricted";
        auth_basic_user_file /config/nginx/.htpasswd;
    	proxy_pass http://192.168.1.111:2202/ubooquity;
    	proxy_set_header Host $host;
    }

    It's not using the custom network interface but that works for me

  3. 2 hours ago, Dolce said:

    I'm trying to access qbittorrent via sonarr and I've tried multiple attempts at remotely connecting. Is there a setting that must be enabled via qBittorrent for this to work? I am able to remotely log in via the web GUI but no luck with sonarr. Does anyone else have this working?

     

    Thanks.

    Was straightforward for me.  

     

    host = 192.168.1.xxx

    port=8085

    usename=gog

    password=mypw

  4. I'm temporarily going back to rTorrent.  For some reason, when qBit has more than one torrent, even with bandwith severely limited (300KB down, 50KB up) my internet connection suffers greatly.  I get a lot of packet loss(between 5 and 80% on a variety of ping destinations) and more annoying, dns resolution fails. I keep getting DNS request timeout on dnslookups until I top all the torrents.  DNS was not functional when I got back from work and qBit was limited to 1kb/1kb

     

     

  5. try this in your config file with

    user: gog

    password: goggog

    WebUI\Address=*
    WebUI\CSRFProtection=true
    WebUI\ClickjackingProtection=true
    WebUI\HTTPS\Enabled=false
    WebUI\LocalHostAuth=true
    WebUI\Password_ha1=@ByteArray(66457a3bb2f3598da106d0f03998d8b8)
    WebUI\Port=8085
    WebUI\ServerDomains=*
    WebUI\UseUPnP=true
    WebUI\Username=gog

     

  6. Hi Binhex

     

    Deluge is too heavy and rtorrent's scheduler is frustratingly not reliable so I gave this a try today, installed the container, ran once, copied my openvpn folder from rtorrentvpn and restarted.

     

    Init looks OK, VPN looks up but the qbittorrent web UI doesn't come up.  I tried disabling VPN and privoxy but same result  I must be missing something in the parameters.  

    Am I correct when I say the WEBUI_PORT is for the web UI inside the container and should remain at 8080 since I have container port 8080 mapped to 8085 ?

    I used "reproxy0" as the network interface, a custom interface I use for reverse procy but bridge behaves the same

    root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-qbittorrentvpn' --net='reproxy0' --privileged=true -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='**user**' -e 'VPN_PASS'='**pw**' -e 'VPN_PROV'='custom' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='yes' -e 'WEBUI_PORT'='8080' -e 'LAN_NETWORK'='192.168.1.0/24' -e 'NAME_SERVERS'='209.222.18.222,37.235.1.174,1.1.1.1,8.8.8.8,209.222.18.218,37.235.1.177,1.0.0.1,8.8.4.4' -e 'DEBUG'='true' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '6881:6881/tcp' -p '6881:6881/udp' -p '8085:8080/tcp' -p '8228:8118/tcp' -v '/mnt/cache/cache_only/downloads/':'/data':'rw' -v '/mnt/cache/cache_only/appdata/binhex-qbittorrentvpn':'/config':'rw' 'binhex/arch-qbittorrentvpn' 
    500d1ecafac65f2f5e1364be8bd06870245d676e80c994a4c260c0848db6854c

     

     

  7. 25 minutes ago, Bilal Yassine said:

    Hi,

     

    I'm trying to to get calibre-web to reverse proxy. since there is no sample conf file for it in the proxy-confs folder I tried to copy one using the location block I found on the docker page. I really have no experience in this kind of thing. 

     

    
    server {
        listen 443 ssl;
    
        server_name books.*;
    
        include /config/nginx/ssl.conf;
    
        client_max_body_size 0;
        
        # enable for ldap auth, fill in ldap details in ldap.conf 
        #include /config/nginx/ldap.conf;
    
        location /calibre-web {
                proxy_pass              http://192.168.0.9:8083;
                proxy_set_header        Host            $http_host;
                proxy_set_header        X-Forwarded-For $proxy_add_x_forwarded_for;
                proxy_set_header        X-Scheme        $scheme;
                proxy_set_header        X-Script-Name   /calibre-web;
        }
    }

     

     

     

     

    I don't use a subdomain but my subfolder setup works and it looks a lot like yours:

    location /calibre-web {
        auth_basic "Restricted";
        auth_basic_user_file /config/nginx/.htpasswd;
    	proxy_pass              http://192.168.1.111:8083;
    	proxy_set_header        Host            $http_host;
    	proxy_set_header        X-Forwarded-For $proxy_add_x_forwarded_for;
    	proxy_set_header        X-Scheme        $scheme;
    	proxy_set_header        X-Script-Name   /calibre-web;
    }

    that I put in appdata\letsencrypt\nginx\proxy-confs\calibre-web.subfolder.conf

     

    So that looks fine.  It seems that you are configuring books.apolo.... but you are also configuring a subfolder.

     

    Try https://books.unabolo.net/calibre-web or set your location as root: "location /"

     

  8. Hi, I want to install an app from the Nextcloud appstore, the only info I can locate says to download the app to the Nextcloud app directory and run install.
    I don't seem to have an app directory only a couple of directories like "appdata_oc7rl21ajkd3" and where do I find the install to run?
    Would some kind person please give me simple instructions on installing an app from the appstore into a Nexcloud Docker.
    Thank you
    I think they mean appdata/nextcloud/www/nextcloud/apps but I've never deployed an app that way

    Sent from my SM-G930W8 using Tapatalk

  9. Hey guys, so I lost connection with the database and it seems that the database docker I was using is having some issues. It lost all my data in the database. I was using the owncloud backup app on nextcloud to backup the database for NextCloud and I was wondering. How do I access those backup files? Especially when nextcloud isn't even loading the web gui due to not being able to connect to the database. Any ideas?
    What was your backup destination?

    It should be somewhere in your owncloud mapped directory in the array.

    You may need a fresh owncloud install to configure backup and reuse the same maped drive.

    I recommend installing it in a new app directory and make a copy of your mapped directory before trying this

    Sent from my SM-G930W8 using Tapatalk

  10. 9 hours ago, DingHo said:

    I'm having a hard time adding my unRAID shares to nextcloud.  All of this is on my LAN.  I haven't attempted anything with reverse proxy yet.  I've enabled the 'external storage support' app. I just want to add my 'movies' share to nextcloud.

     

    I get the error:

    External mount error

     

    There was an error with message: Empty response from the server. Do you want to review mount point config in admin settings page?

     

    Can anyone please point me in the right direction?

    Thank you.

     

    ext.jpg

    nextclouddocker.jpg

    shares.jpg

     

    You can add a path /movies to /mnt/user/movies in your nextcloud docker config.

     

    Then in your external storage config, set it up as a local storage with the path of /movies

  11. Hi there

     

    I've been getting a few hard locks a week.  I finally got around to getting logs and a monitor picture of a crash and there is this "Bad page map in process khugepaged" that happened twice in the server's last few hours before the crash.  Monitoring tells me it happened around 12:22 today (Aug 17)

     

    I've seen suggestions of doing this:

    echo never > /sys/kernel/mm/transparent_hugepage/enabled

    But Google did not manage to explain what that does in a way I was able to understand.

     

    Trace snippet:

    Aug 17 12:02:27 Tower kernel: BUG: Bad page map in process khugepaged  pte:80000803dad9f035 pmd:38bded067
    Aug 17 12:02:27 Tower kernel: addr:000055f1fdd0c000 vm_flags:00100073 anon_vma:ffff880002c604d0 mapping:          (null) index:55f1fdd0c
    Aug 17 12:02:27 Tower kernel: file:          (null) fault:          (null) mmap:          (null) readpage:          (null)
    Aug 17 12:02:27 Tower kernel: CPU: 5 PID: 323 Comm: khugepaged Tainted: G    B D W       4.14.40-unRAID #1
    Aug 17 12:02:27 Tower kernel: Hardware name: Supermicro X10SL7-F/X10SL7-F, BIOS 3.0 04/24/2015
    Aug 17 12:02:27 Tower kernel: Call Trace:
    Aug 17 12:02:27 Tower kernel: dump_stack+0x5d/0x79
    Aug 17 12:02:27 Tower kernel: print_bad_pte+0x20e/0x22b
    Aug 17 12:02:27 Tower kernel: _vm_normal_page+0x73/0x8b
    Aug 17 12:02:27 Tower kernel: khugepaged+0x80f/0x1610
    Aug 17 12:02:27 Tower kernel: ? wait_woken+0x68/0x68
    Aug 17 12:02:27 Tower kernel: ? collapse_shmem+0xa41/0xa41
    Aug 17 12:02:27 Tower kernel: kthread+0x111/0x119
    Aug 17 12:02:27 Tower kernel: ? kthread_create_on_node+0x3a/0x3a
    Aug 17 12:02:27 Tower kernel: ? call_usermodehelper_exec_async+0x116/0x11d
    Aug 17 12:02:27 Tower kernel: ret_from_fork+0x35/0x40

     

    Can someone make sense of this?

     

    tower-diagnostics-20180817-1203.zip

    FCPsyslog_tail.txt

    20180817_220615.jpg

  12. 2 hours ago, MyKroFt said:

    yes I have my own domain name, nextcloud and others are working just fine.  I: can access medusa via local ip, but when I try https://medusa.townecrier.domain I get bad gateway

     

    I'm far from a nginx expert but everything I check seems OK.  Found @CHBMB's config problems on github but the only directive that seems to be needed, outside of the standard proxy.conf, is proxy_pass. Sorry...

     

     

  13. ok, please be kind, my brain is moosh trying to go thru 92 pages, and search didnt help either

     

    am trying to setup subdomain medusa, there is no sample avail so here is my try, but I am getting bad gateway, I know its something simple., but I Just cant see it atm

     

    # make sure that your dns has a cname set for medusa# to enable password access, uncomment the two auth_basic linesserver {   listen 443 ssl;   server_name medusa.*;   include /config/nginx/ssl.conf;   client_max_body_size 0;   location / {#        auth_basic "Restricted";#        auth_basic_user_file /config/nginx/.htpasswd;       include /config/nginx/proxy.conf;       resolver 127.0.0.11 valid=30s;       set $upstream_medusa binhex-medusa;       proxy_pass http://$upstream_medusa:8082;   }}

    yes, i am using binhex still - but am planing on moving over soon....

     

    Error log shows:

     

    2018/08/14 20:28:11 [error] 386#386: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.1, server: medusa.*, request: "GET /favicon.ico HTTP/1.1", upstream: "http://172.18.0.4:8082/favicon.ico", host: "medusa.townecrier.extensionhidden", referrer: "https://medusa.townecrier.extensionhidden/"

    Please help me, thanks

    Myk

     

    You added it to the subdomain variable and registered a cname with your domain provider? You also have the custom network interface?

     

    Sent from my SM-G930W8 using Tapatalk

     

     

     

  14. 7 hours ago, mgranger said:

    I have been trying to get nextcloud set up with a reverse proxy with the spaceinvader tutorial however when I do this I keep getting a '500 internal server error'  I take a look in the error.log and there is nothing there.  What could I be doing wrong?  

     

    Good morning

     

    Did you create the custom network as explained in the proxy-confs/_readme ?

  15. I haven't read the previous 60 some odd pages, and not sure if it's been answered, is there some way to add symlink outside of the /data folder, say another share? My gut feeling is no but just wanted to ask.
    I want to do this too for my photo drive but from what i read it is not supported. It should be doable with external storage but I'm not there yet.

    Sent from my SM-G930W8 using Tapatalk

  16. 7 hours ago, Medhit said:

    And now everything works fine,  but i don't undersand why when I reboot the system it reset that value to "STATEMENT" (also try to put it on [galera] )

     

    Try searching your mariadb appdata folder for "STATEMENT".  You may have an orphan config file in there.

  17. 4 hours ago, Medhit said:

    Does anyone have any idea what happened?

     

    From your logs:  impossible to write to binary log since BINLOG_FORMAT = STATEMENT

     

    But that should not happen since you set binlog_format=mixed

     

    I don't know why but in my config, that variable is under the [galera] section.  I think I just uncommented there but the default config has it in [mysqld] like you.

     

    In any case, can you run the sql command "show variables like 'binlog_format'" on the DB, it will print the actual value of the parameter.

    • Upvote 1
  18. 6 minutes ago, tazire said:

    i tried it both ways. ideally i wanted mynextcloud.duckdns.org but i also want to use tazire.duckdns.org/container for my other dockers

     

    Pick one :)

    I suggest nextcloud.tazire.duckdns.org because I don't know how to setup two letsencrypt on the same unraid :P

    you'll need to doublecheck config.php and nextcloud to make sure the domain is correct everwhere.

    I think the error ERROR: Cert does not exist! Please see the validation error above. The issue may be due to incorrect dns or port forwarding settings. Please fix your settings and recreate the container

    is because you are using a domain letsencrypt is not able to generate a key for but with the subdomain settings in letsncrypt, that should go away.

  19. to access nextcloud, are you trying to use mynextcloud.duckdns.org or nextcloud.tazire.duckdns.org ?

     

    nextcloud.tazire.duckdns.org would be a subdomain.

    mynextcloud.duckdns.org would be a different domain and I think you need a separate letsencrypt instance for that.

  20. 3 minutes ago, tazire said:

     

    Is that the correct nextcloud file? 

    config.php

    nextcloud.txt

     

    Yes!  config.php is the nextcloud file, custom.cnf is mariaDB, my bad.

     

    Assuming you replaced nextcloud.server.com in all the files by nextcloud.yourRealDomain.com and that port 4433 is forwarded to 443 in your nextcloud container, it looks good.

    192.168.0.1 is your unraid's IP?

    nextcloud.txt should just be nextcloud though, no extension