Nexius2

Members
  • Posts

    152
  • Joined

  • Last visited

Posts posted by Nexius2

  1. My ISP box doesn't do loopback.

    that means that if I have a mydomain.com host localy, at my house, I can reach it from internet when I type in the adress, but locally, the signal doesn't go to internet and back to my server.

    to avoid this, I have an internal DNS so I can redirect a url to an IP.

    probleme is, I have a couple web site and a reverse proxy to direct incoming request to the good web server. this make me have pultiple ports and internal DNS do not support port forwarding.

    since wordpress doesn't support other connections then wordpress.mydomain.com, I can't localy go to wordpress.mydomain.com:8080

    anyways, if I do that, I'm forwarded to my unraid admin page....

     

    I'll try to find something alse then wordpress or make my one web site ;-)

  2. New question 🙂

    in my LAN, my wordpress adress is 192.168.1.80:8082 (yes, I just changed it for some try outs)

    since I configured wordpress via internet, it saved the siteurl & home as http://wordpress.domaine.com

    great, with this adress, over internet, no problem to access it.

    but since it doesn't match the local adress, how can I access it locally?

    or maybe you build a new docker network to have different IPs?

     

     

  3. internal DNS to point wordpress.domain.com to 192.168.1.80 ;-)

    it allows me to always use the full web adress and not the IP. I do this for all my apps.

     

     

    31 minutes ago, Kru-x said:

    Try to delete both folders again especially the DB, then see if you can reach the WordPress install by your local IP (don't install anything from your local IP), then try to reach the WP installer from your domain and install from there if it works. Holing my thumbs. 🙂

    if I delete both folder, localy, I can reach WP (after creation a new db) via 192.168.1.80:8080

    but if I use a computer on internet, I can't reach anything from wordpress.domain.com... blank page

    if I try from wordpress.domain.com:8080 from my local computer, it works.

     

    NPM conf is ok since I can access Guacamole and Tautulli without issue on other sudomains.

    something is wrong on WP part, but I can't understand what

  4. redirection to internal IP. it works for another apps so it should be the good methode.

     

    on my lan, if I type wordpress.mydomain.com:8080 I go to my wordpress

    if I try wordpress.domain.com via internet(other computer, other network, other building) I get a blank page

     

     

     

     

    npm.JPG

  5. Hello, swag is nginx, but no prob, I just tried with NPM.

    domain works, connections from outside to my apps work (subdomains and domain)

    wordpress works with wordpress.mydomain.com in local (not via internet)

    deleted Mariadb and wordpress to redo install using wordpress.mydomain.com (local because not reachable via internet)

     

    I don't understand where is the problem.

    looks like I'm missing something special in nginx

     

    when I try wordpress.domain.com I have a blank page saying nothing found but when I look at the adress it displays https://wordpress.domain.com:8080 so it looks like nginx is working but wordpress not displaying the page....

  6. On 2/19/2021 at 5:10 PM, totoleouf said:

    image.png.3bcb72c4ed2d9b45d2d004fd1ff76b6f.png

    Information:

    Je crée ce tuto en français basé sous UNRAID, j'ai essayé de faire le plus simple et le plus explicite pour les novices!

    .....

     

    a tout hazard, t'aurais pas la suite pour passer via swag ou nginx etle rendre dispo sur le web? ... j'avous je galere un peu 🙂

  7. Hello,

    I need some help.

    I would like to have wordpress through internet.

    to do that, I'd like to use swag because I already have it working with guacamole for some access.

    my wordpress works without probleme localy.

    I've made the proxy-conf file and the DNS redirection.

    I guess the redirection works because when I type my subdomain adress I see https://mysudomain.domain.com:8080

    but nothing is accessible. it doesn't reach wordpress.

     

    wordpress conf seems ok and here is my proxy-conf file:

    server {
        listen 443 ssl;
        listen [::]:443 ssl;

        server_name plexhelp.*;

        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;

        # enable for Authelia
        #include /config/nginx/authelia-server.conf;

        location / {
            # enable the next two lines for http auth
            #auth_basic "Restricted";
            #auth_basic_user_file /config/nginx/.htpasswd;

            # enable the next two lines for ldap auth
            #auth_request /auth;
            #error_page 401 =200 /ldaplogin;

            # enable for Authelia
            #include /config/nginx/authelia-location.conf;

            include /config/nginx/proxy.conf;
            include /config/nginx/resolver.conf;
            set $upstream_app WordPress;
            set $upstream_port 8080;
            set $upstream_proto http;
            proxy_pass $upstream_proto://$upstream_app:$upstream_port;

            proxy_buffering off;
        }
    }

     

    wordpress.JPG

  8. Hello,

    I have set secure connection to 1 but when done, can't connect through guacamole. is it because of it's passing over SSL?

    I want to add a password also, but without the secure connection, it doesn't help much.

    how do you guys deal with security?

     

  9. I don't understand my problem.

    now, I have disk 2 disabled saying unmountable and disk 14 same thing but not disable.

    disk have been tested smart and no issue found.

    I've been searching and moving my hdd from the backplane to direct motherboard and still have some thing so it doesn't look like a hardware issue.

    I've done a config reset again but disk come back up with same issue.

    errors are being detected on many disk but nothing has been written to them since the startup of the issue.

     

    disk 2.JPG

    disk 14.JPG

    unassigned.JPG

    nostromo-diagnostics-20210626-2250.zip

  10. ok, that explained why I lost my docker and VM. but not why old containers appeared.

    if unraid had not started the array because of a missing disk, it would have avoided lots of problem 😕

     

    I'm still struggling trying to get everything back up.

    know it keeps saying I have 6 bad disks. (all where fine monday and if I check them on another system, they are ok and I can see data)

     

    oh, and I noticed some disk in my array are encrypted and some are not. default option is set to encrypt since the begining of the server....

    Capture12.JPG

  11. Hello

    I have a big problem with unraid, let me explain.

    on monday I had a full parity check with no errors.

    on wednesday, I turned down the server to move some fans. without noticing, I unpluged one of my 3 cache ssd disk.

    when I turned it back on, everything was OK, but I could only see 2 ssd (of course).

    so I turned the server down and pluged back the 3rd ssd.

    when it started back up, the ssd was not part of the cache drive soI stopped the array and tried to add it back.

    by doing so, it tolled me that the new ssd would be formated.

    in order not to loose anything, I canceled what I was doing, started back the array changed the shared to chache: yes (instead of prefered) and made a move.

    once done, some folders where still in the cache drive. I started the move  once or twice in order to be sure.

    so I stopped the array, added my ssd and it told me the ssd would be formated.

    so ok, everything should be ok.

    well, it formated all 3 ssd.

    when over, I found out I had lost all my VM's and docker containers. i still had some docker containers, but some I had deleted a couple month ago and the latest I installed where not there anymore.

     tried rebooting and it told me 5-6 HDD where failing.

    as I was sure they were OK, I reset the config.

    a lot of errors apeared but disk where finaly fixed.

    now, when I boot, many shares are missing, none are accessible, and nothing realy works.

    I don't understand what happend.

    I would be happy to have some help with this to not loose my data

     

     

    nostromo-diagnostics-20210625-1827.zip

  12. I have some suggestions for System AutoFan upgrade.

     

     - If I understand well, it's only for HDD temperature. I would like to be able select other sensor as I have some fans for motherboard temp or CPU temp.

    - if multiple sensor selection exist, having a option to run the fan if any of the sensors temp threshold is reached

     - rename the pwm1-2-3 or add a description to the selection. I have to open my case every time to check wich one it is 🙂

    - I can exclude drives.... include could be easier in some case... both would be perfect

    thanks

  13. thanks for the answer. I have noticed some changes when it files up yes but didn't seem to give me all I want. I'll check trying to fill it.

     

    for the mover.

    - there is a plugin? it's a default thing in unraid for me

    - cache is set to yes and works great for most of the files

    - files already exist, it's a bit hard to say as I have no idea on what disk my files are.... after a check between krusader and unraid browse mode I found out 1 file in cache that is not in my array.

    - I have plenty space everywhere 🙂

  14. Hello,

    I have some issues that started with 6.9 upgrade.

    the first issue is cache size. I have 750Gb (3x500Gb SSD) total and used + free space NEVER adds up to total.

    the second issue is that some files or folder should I say are in a backup folder in the cache (cache set to yes) and are not moved to the array.

    When a new backups happens, files ares copied to the cache and the next night, the cache copies to the array but some folders stay on the cache.

    any idea?

    thanks

    Capture.JPG

    nostromo-diagnostics-20210508-1156.zip

  15. Hello,

    I would like to have my plex folder moved to a dedicated disk.

    for that, I added an nvme drive, created a pool called "plex"

    if I create a folder called "test" on my nvme drive I will have a share appear without me having done anything. ok, let it be like that, but if I create a folder called "appdata", my appdata share seems to loos the conf. if I change everything as I like, what will happen during next move noing it has been set to prefer cache pool and it's on the plex pool?

     

    I'm also trying to move my /mnt/user/appdata/Plex-Media-Server to /mnt/plex/appdata/Plex-Media-Server.

    moving data is no problem but in plex, if I change the conf to be good, plex doesn't work anymore.

     

    anybody else has a dedicated drive for plex? how di you do?