-
[SUPPORT] Mailpit support thread
This template dosent seems to respect the port mapping. For example, I mapped port 25 instant of 1025 and port 80 instant of port 8025, but both are 1025 and 8025. edit: Forget about it, the tempate work, it's just the docker itself that dosent update his ports when mapped to a direct IP (custom network). edit2: If anyone is running into this, add this to "post argument" (in advanced mode) : --listen 0.0.0.0:80 --smtp 0.0.0.0:25
-
Unraid OS version 7.0.0 available
Updated from 6.12.13 to 7.0.0 and it worked flawlessly, including the nvidia-driver plugin. I also took the opportunity to upgrade to new cache drive in ZFS mirror instant of btrfs. This is what I did, not all step are needed, just telling what I did. Shutdown VM and Docker Service. Moved everything off cache to the array. Removed the Cache. Updated to 7.0.0. Rebooted. Build the new Cache pool with zfs-mirror. Started the Array. Checked the box "Format" for the cache drive pool. Configured the "docker" share from array->cache. Started "Mover". When "Mover" was done, made "docker" in "cache only". Started the docker. Everything was fine, configured "appdata" and "system" to "array->cache". Started "Mover". When "Mover" was done, made "appdata" and "system" in "cache only".
-
Replaced failed 8TB parity with 12TB in Dual Parity (Question, not support).
cool thanks!
-
nka started following Notification Agents , Replaced failed 8TB parity with 12TB in Dual Parity (Question, not support). , Problems with "bridge" Network in Docker ? and 3 others
-
Replaced failed 8TB parity with 12TB in Dual Parity (Question, not support).
Hello, I have a question about my storage parity (no support needed). I had a 2 x 8TB parity setup, and one of the drives died. I replaced it with a 12TB drive. To my surprise, the array is currently rebuilding as a 12TB array instead of an 8TB array. I have ordered another 12TB drive and will replace the second 8TB drive once the array is done rebuilding, but my question is: how is the array functioning with the current dual parity setup of 8TB (old) + 12TB (new)? Is it working because there’s no drive larger than 8TB in the array, or is the secondary parity drive not functioning at all? Thank you.
-
Unraid OS version 6.12.4 available
I just want to say that I've upgrade to 6.12.4 from 6.11.5 and it has been stable for me (6.12.2 was freezing every day, I do have 1 days and 6 hours now). Processus was : - Take note of all IP of Dockers using br0 (already have them, but just in case). - Disable Dockers. - Disable Network Bridge in Network Setting. - Back to Dockers settings to change from macvlan to ipvlan. - Enable Docker (and let them start). - Update all br0 dockers to eth0 (or VLAN) and set old IP again. - Disable Docker. - Update to 6.12.4. - Reboot. - Enable Docker. Thanks!
-
Unraid OS version 6.12.4 available
Not sure mine were releated to macvlan, but I'll try again.
-
Unraid OS version 6.12.4 available
Does 6.12.4 still crashing? I reverted back to 6.11.5 because 6.12.2 was freezing all the time.
-
Unraid OS version 6.12.4 available
if I don't have any issue on 6.11.5 with macvlan, should/can I stay on macvlan? 6.11.2 was crashing on me (freezing) with ipvlan ou macvlan... so I rolled back and been waiting since.
-
[Support] Linuxserver.io - Nginx
thanks for the fix. Worked for me. Deleting and rebuilding the docker didn't fix it. mv -v /etc/nginx/conf.d/stream.conf /etc/nginx/stream.d/
-
[Support] Djoss - CrashPlan PRO (aka CrashPlan for Small Business)
deduplication is working at the bloc level, not the file level. So, for example (very simplified), if you have a file A with 3 bloc (01 A1 H7) and a bigger file B with 4 bloc (33 B3 A1 K7), after uploading file A, it will only upload 3 bloc on file B, since A1 is already there, then both file will take the same time to upload.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I'm using this docker along with OAuth2 Proxy.... getting Hosted website and reverse proxy with (or without if I don't need it) Google Auth is perfect!
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Working, thanks ! :) edit: And sorry, didnt saw that when I looked at the config!
-
nka changed their profile photo
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I've search a bit but there's 81 pages... so I might have missed that. Is there a way to have multiple domain ? Like domain1.com and domain2.com with some subdomain ? I can configure it manually (already done in fact), but I can I'm not sure about the CertBot to make a renew the cert ? Thanks !