I guess there are a few -> https://geekflare.com/self-hosted-s3/
I guess there are a few -> https://geekflare.com/self-hosted-s3/
I agree that r/dataisbeautiful turned out to be very political. What I saw was that the community was rather united in its political stance and if someone made a post that was out of line with the community’s ideology they got roasted. The reaction was rarely about how the information could have been portrayed more intuitively, or how the data could have been stronger. Those reactions were for posts that were in line. Others were downright attacked. It certainly wasn’t about making data beautiful
If you port forward to your Pi, only your Pi will be exposed. But, if your Pi gets pwned, it can in turn attack anything next to it. Safest is to isolate the Pi on it’s own subnet or a DMZ if your router has the functionality.
Of note, many home ISPs block standard server ports like 80 and 443. You might need to use non standard ports like 8080 and 8443
I’ve never used object storage before, so I’m not even sure that’s the best approach for the use case. It makes sense when you need to access storage provided by a 3rd party in a standardized way, but perhaps it’s overkill when everything is self hosted. I wonder if folks have other ways to connect the application to remote storage that’s less “heavy.” That said, I will certainly dig into Minio, as it seems to be the best of breed. Thanks!