-
Request for Advice on Upgrading Unraid from 6.10.3 to 7.0.1
@mingshun , did you end up doing the upgrade? If so, did you go to any 6.x version first? I'm about to upgrade mine from 6.10.x.
-
[Support] hotio - All images released by hotio
Thank you!
-
[Support] hotio - All images released by hotio
@hotio, it looks like the cloudflareddns has been moved or reloaded (I now get "not available" in the updates column) and the image on CA Apps says only downloaded 100+ times. Do I need to switch to the new docker image? Generally, thank you for this (and other) great images. Happy Holidays!
-
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Issue resolved at this post. Add to nginx config for the unraid proxy server. proxy_buffering off;
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I am using the letsencrypt container to run an ssl reverse proxy that is only accessible from within the VPN. For example, everything is setup as {service-name}.mydomain.net which resolves to a local IP. Everything (HAAS, unifi controller, most of Unraid Web GUI) seems to be working except for the main syslog in the Unraid Web GUI (it just won't load). The docker container logs load fine. My sites file is below. Does anyone have experience with getting this last bit to work through a reverse proxy? Any help is appreciated. server { listen 443 ssl; listen [::]:443 ssl; server_name tower.mydomain.net; # all ssl related config moved to ssl.conf #include /config/nginx/ssl.conf; location / { #proxy_set_header X-Real-IP $remote_addr; #proxy_set_header Host $host; #proxy_pass https://localip:port/; #proxy_set_header Upgrade $http_upgrade; #proxy_set_header Connection $connection_upgrade; proxy_set_header Host $host; proxy_pass https://localIP:port; proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Ssl on; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; } }
-
[Plugin] CA Appdata Backup / Restore v2
Thanks! I eventually will run a Blue Iris VM, but I'm guessing that just backing up my Blue Iris settings from the VM would be sufficient instead of that massive file. Appreciate it!
-
[Plugin] CA Appdata Backup / Restore v2
Does anyone have a clear understanding of libvert.img and why it would need to be backed up. Of course, including it in the backup is no big deal, but I also offsite my backups of appdata and flash to AWS S3. I'm wondering if I need to do the same for libvert.img and how important it is. Currently i'm doing a checksum to see the backed up libvert.img file has changed, and even though I have no VMs it seems the checksum is changing every 2-3 days, which then triggers a 1GB upload to aws, which seems not necessary. Am I missing something? I tried to search around but it doesn't seem there is a clear answer of what libvert.img (beyond used to run VM) and why/how it would change, especially when not running VMs. Thank you!
-
[container] joch's s3backup
New unraid and s3backup user here. First, this container is great, and thanks for providing it! One question though, I'm not sure if I'm doing something wrong, but everytime i start the container, I get another cron entry. Now /etc/cron.d/s3backup has 8 entries (the first one and 7 duplicates). I can't figure out how to edit the cron file or how to make it stop duplicating. I know this file has to be stored somewhere but there isn't any disk maps beyond my share that i'm backing up. Any help is appreciated.
Michael Hacker
Members
-
Joined
-
Last visited