Everything posted by GilbN
-
Visualize storage usage over time?
A little teaser
-
Visualize storage usage over time?
Great job! I was having issues with those panels and couldn't figure out how to do them correctly. Looking forward to take a look at your dash 😁
-
Visualize storage usage over time?
Hmm, which cpu do you have? AMD? Heres, what I have so far btw: https://cdn.discordapp.com/attachments/397193259476058113/753738500217765969/Unraid_System_Dashboard_NEW-1599775585538.json
-
Visualize storage usage over time?
Np. Heh, I don't have any database background so don't be surprised if you find some wierd queries in there. What happens if you run the `sensors` command in unraid terminal? Many of the panels have hard-coded stuff in them that I'm removing so they can be more dynamic.
-
Visualize storage usage over time?
Nice Btw I'm redoing most of the panels to be more efficient on the queries. I'll share a link here when I'm done.
-
[Support] selfhosters.net's Template Repository
Check your container logs
-
[Support] selfhosters.net's Template Repository
The readme of the repo has a section. https://github.com/hkalexling/Mango#initial-login
-
[Support] selfhosters.net's Template Repository
tagging the dev here @mikeylikesrocks if he doesnt answer here you can also create an issue on the github page. (see first post in this topic)
-
[Support] selfhosters.net's Template Repository
https://github.com/jgraph/drawio/issues/142#issuecomment-441024184 Try that. If it doesn't work, create an issue on their github.
-
[Support] selfhosters.net's Template Repository
Here are some instructions https://prometheus.io/docs/prometheus/latest/installation/#volumes-bind-mount https://github.com/prometheus/prometheus/blob/master/documentation/examples/prometheus.yml
-
[Support] selfhosters.net's Template Repository
Did you add the yml to your host?
-
[Support] selfhosters.net's Template Repository
If you check the Docker logs you'll see that it's missing an variable. We updated the template but you need to add it manually for now. https://github.com/selfhosters/unRAID-CA-templates/issues/110
-
[Support] selfhosters.net's Template Repository
What exactly is the issue? They have a forum btw. https://forum.duplicacy.com/
-
[Plugin] CA User Scripts
Yeah I wasn't using it that way, just showing what happens. Bad example.. sorry I'm injecting it with sed. #!/bin/bash sed -i -e '\@<style>@i\ <link rel="stylesheet" href="https:\/\/somegithubpage.com\/customlogin\/login.css">' /usr/local/emhttp/login.php I must have done something wrong the first time as it doesnt add the stylesheet to the plugin page now. So now it works as expected..
-
[Plugin] CA User Scripts
Hi. It looks like if you add html code inside scripts it gets appended to the html of the User scripts plugin.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Check port forwarding. New isp might block 80
-
Unraid OS version 6.8.0-rc series has started
Let me know how it goes 🙂
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
Nvidia support is in the works.
-
[Support] Linuxserver.io - Bookstack
👉😎👉
-
Unraid 14th Birthday Case Badge Giveaway
Woho! Thanks to the whole team that makes the best fileserver/media server OS out there. Here's to the next 14 years! 🍻
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
proxy_cookie_path / "/; HTTPOnly; Secure"; Works without any setup.
-
[Plug-In] Community Applications
yeah, worked just readding it manually
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
proxy_buffering off; edit: I see you already have that
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Oh, then you dont need to do it that way https://youtu.be/T7iR1EbWqEk?t=1005
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
It's not recommended to reverse proxy the unraid gui. Check out this post on a solution for you. https://technicalramblings.com/blog/remotely-accessing-the-unraid-gui-with-guacamole-and-vnc-web-browser/