What’s your reason for using HTTP? That seems like a really bad idea this day in age, ESPECIALLY if that’s something you’re going to make available on the internet.
What’s your reason for using HTTP? That seems like a really bad idea this day in age, ESPECIALLY if that’s something you’re going to make available on the internet.
A reverse proxy is basically a landing place that acts as a middle man between the client and the server. Most people set it up so that all traffic on 80 or 443 go to the reverse proxy, and then the reverse proxy gets the correct website based on the host header of the request.
If you are currently serving multiple websites on your server, then that means you are serving each website on a different port.
So, just make sure that the reverse proxy is serving on a port that is not used by your other sites. It will only respond on it’s own port, and it will only serve the site(s) that you have configured in the proxy.
You’ll be fine!
I hear you… it’s definitely not about one tasting better than others, but maybe more about the eating experience. I do think there’s a legitimate argument about how different pasta shapes encourage different pasta to sauce ratios, but at the end of the day it’s just the two elements coming together and the taste is what it is. We should all enjoy it the way we want to! I just wanted to explain why some people talk about certain sauces and certain pasta shapes “belonging” together.
It has everything to do with the consistency of the sauce and how well it sticks to the pasta. For example, spaghetti with a meat sauce isn’t a great choice because the meat won’t actually stick to the pasta and you’ll have to scoop up that meat “manually.” Better is pappardelle, which has a huge surface area that causes the meat to stick to the pasta.
Depending on what exactly you’re looking for, Photostructure might be a good option. It’s got a great UI for viewing photos, and it’s meant to play well with other Metadata software.
I have server2
(which replaced server1
). I also have ‘nvr1’.
telegraf is so easy to use and extend
Definitely… you can write custom scripts that Telegraf will run and write that data to Influx. For instance, I have one that writes the Gateway status information from pfSense so I can track and graph any internet downtime.
CPU/RAM/Disk/Network etc. get written to Influxdb via Telegraf, and visualized with Grafana.
Logging and errors go to Graylog stack (Mongodb, Opensearch, Graylog).
Unraid
because it’s much, much faster and easier to consume content via video
That totally depends on the content. Using your example, yes, a video of an explosion is going be much more efficient than a block of text about the same explosion. But for something like this, I find it MUCH slower to try to glean the relevant information from a video than from an article. An article can be skimmed easily so I only have to focus on the parts that I care about. Skimming a video, on the other hand, is a pain. Also, if the content is a step-by-step how-to, the video might be OK as long as I can follow along in real time. However, if I have to keep pausing and going back to rewatch a section, then an article is going to be easier to work with.
If you look at the markings on the baffle in the T320, it’s marked to indicate the second CPU as well as the second bank of RAM slots. I think it’s safe to say it’s identical.
Any SATA or SAS drive should work just fine. If you need some hot swap caddies, you can buy them fairly cheap on Amazon: https://www.amazon.com/s?k=dell+t320+drive+caddy
I’ve personally used the WorkDone brand caddies, and they are perfectly usable!
edit: I’m fairly certain it doesn’t support four 3.5 AND eight 2.5… the form factor supported depends on the backplane that’s installed. Also know that the backplane physically supports double that number of hard drives… you’d just need an HBA card with two internal ports. See this list for some options: (https://forums.serverbuilds.net/t/official-recommended-sas2-hba-internal-external/4581)
Given the choice between RAID but no backup, and backup but no RAID, it’s backup but no RAID by a mile.
I like my Venstar Explorer Minis. They have both a local API and cloud, both of which can be disabled independently (so you can have local ON and cloud OFF).
I really think there’s nothing better than Photostructure in terms of viewing and re-discovering your photos. It’s still a young product going through growing pains, but the things it does, it does well.
Take a look at Photostructure… I think that will meet your requirements!
If I’m being honest, I’ve never even looked to see what language most of the stuff I run is written in. Out of 16 apps that I’m running, only 3 are accessible from outside my LAN. Those three are high-profile open source projects that are actively maintained. That’s enough for me to be comfortable security-wise in my environment.
I wrote my personal website in PHP, and I’m pretty happy with the security I’ve got going on. I’m not an expert, but I paid close attention to best practices to avoid pitfalls like SQL injection. My instinct is that it’s certainly easy to code insecure applications in PHP (and probably many other languages as well), but the language does provide means by which to code safely.
Regarding your edit: people are answering the question you posed in your post title, not necessarily giving you advice about how you should do it.
Gotcha… as long as you understand that any device that receives that traffic can see exactly what’s in it! (no sarcasm intended at all… if you’re informed of the risk and OK with it, then all is well!)