brenno
@brenno@lemmy.brennoflavio.com.br
- Submitted 10 months ago to selfhosted@lemmy.world | 85 comments
- Comment on Today's web is the opposite of what early Internet utopians had in mind. Now the situation is somewhat similar climate change: even committed activists can no longer turn the tide for the better. 10 months ago:
What do you use as a Google Photos replacement?
- Comment on Do any of you have that one service that just breaks constantly? I'd love to love Nextcloud, but it sure makes that difficult at times 10 months ago:
To be honest, no. I run in a Truenas Jail, and its stable for me. Just a bit slow for big files sometimes.
- Comment on 2024 could be the year the PC finally dumps x86 for Arm, all thanks to Windows 12 and Qualcomm's new chip 10 months ago:
2024 will be the year of ARM on desktops!
- Comment on Could someone explain how to set up a lemmy instance with ansible for an absolute beginner 10 months ago:
I host it in a Truenas BSD Jail, and the process was as straightforward as compiling and running any other Rust / Postgres project. Which error did you get?
- Comment on Mastodon founder touts Threads' federation, saying it makes his X rival 'a far more attractive option' 10 months ago:
I think the point is too many users following threads users as is it more likely to find a friend there than on Fediverse for example. Which will require more compute resources and storage
- Comment on File Browser vs Nextcloud 11 months ago:
If you remove the app-platform role from Nextcloud by separately hosting the individual apps, what benefit do you get from having both Nextcloud and File Browser?
Nothing really. For almost any Nextcloud feature out there, you can find a server app that does the same.
But that’s the point in my opinion. I don’t want to waste time managing tons of apps if I can manage one Nextcloud instance. Nextcloud basically decides for me what’s the best way to get those features running, so I don’t need to figure out myself.
Now if you’re into self hosting one container for each feature, go for it, no reason to not do so.
- Comment on Port Forwarding Alternative? 11 months ago:
An open source alternative is FRP
It’s a reverse proxy server that you install in both your server and a VM in the cloud, and it tunnels your server over the VM, like Cloudfare solution.
- Comment on The Weekly 'What are you playing?' Discussion 11 months ago:
I decided to get back into Minecraft to try to finish the End Dragon
- Comment on Gonna be a great day! 11 months ago:
Only if every btc node used this binary but because it’s decentralized theres multiple people compiling the source so the affected binary would not be affected.
In centralized software something like this is way easier. VSCode for example adds proprietary telemetry on top of their open source code and because most people downloads from the website instead of compiling, they ended up using a software that diverges the source code implementation. But even in this case you could use Codium that implements the source code version.
- Comment on How to setup my own home server & make it available to anyone? 1 year ago:
Of course you can use a reverse proxy to expose your apps to the internet.
Here’s another similar solution that you can self host in a cheap cloud VM:
- Comment on How to setup my own home server & make it available to anyone? 1 year ago:
First of all you need that your ISP actually gives you an IP that points back to your home network. It’s not uncommon that your IP points to some ISP NAT that routes the internet to many houses, making it impossible to expose some device in your network to the internet.
It was my case, then I needed to call them and ask to have an IP that goes directly to my gateway.
After that you can go to your gateway and do port forwarding from the internet to your server in your home. For example, you can forward port 80 from internet to your server private IP on port 80, so when someone browsers your IP it will get whatever page is hosted on your server.
About server tech specs, it depends on what you want to host. I used to host a personal Nextcloud server in a raspberry pi, which is really power efficient and cheap to maintain. Maybe you’ll want a server with higher specs that might draw more power. It’s really up to what you wanna do specifically.
- Comment on Microsoft CEO Satya Nadella admits giving up on Windows Phone and mobile was a mistake 1 year ago:
Canonical also tried this a few years ago with their Ubuntu Touch crowdfunding and failed. Even released some convergent devices but that didn’t sell much. My impression is that although the concept is cool it is simply not appealing for the general audience
- Comment on With a Switch 2 looming, Nintendo is sending out the original with a bang 1 year ago:
If I remember correctly they also released a bunch of games in Wii u last year
- Comment on Google gets its way, bakes a user-tracking ad platform directly into Chrome 1 year ago:
Anyone know a good Google Chrome replacement on Android that is chromium based? Wanna a basic browser that I’ll use when Firefox does not work correctly
- Comment on Email server hosting 1 year ago:
That should not happen if I’m using AWS SES SMTP endpoint to send emails right? So receiving in my VM but using Amazon to deliver emails.
- Comment on Email server hosting 1 year ago:
If I send emails using AWS SES SMTP endpoint that should not happen correct? Receiving email is not affected by bad reputation I suppose
- Submitted 1 year ago to selfhosted@lemmy.world | 21 comments