- 2 Posts
- 12 Comments
brenno@lemmy.brennoflavio.com.brto Selfhosted@lemmy.world•Could someone explain how to set up a lemmy instance with ansible for an absolute beginnerEnglish1·2 years agoI 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?
brenno@lemmy.brennoflavio.com.brto Selfhosted@lemmy.world•File Browser vs NextcloudEnglish6·2 years agoIf 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.
brenno@lemmy.brennoflavio.com.brto Selfhosted@lemmy.world•Port Forwarding Alternative?English9·2 years agoAn open source alternative is FRP
https://github.com/fatedier/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.
brenno@lemmy.brennoflavio.com.brto Selfhosted@lemmy.world•How to setup my own home server and make it available to anyone?English2·2 years agoOf 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:
brenno@lemmy.brennoflavio.com.brto Selfhosted@lemmy.world•How to setup my own home server and make it available to anyone?English6·2 years agoFirst 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.
brenno@lemmy.brennoflavio.com.brto Selfhosted@lemmy.world•[RANT] I pay $70/mo for this privilege13·2 years agoIn Brazil I pay 20 USD for 500mb. There are plans in my area that sells 1gb for 30 USD. Thay can’t put data caps due to legislation, only on mobile data (which I pay 6usd for 20gb cap, 5g)
brenno@lemmy.brennoflavio.com.brto Selfhosted@lemmy.world•Reflections on running my own mail server for 10 yearsEnglish1·2 years agoThat’s what I do nowadays with Protonmail
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.
If I send emails using AWS SES SMTP endpoint that should not happen correct? Receiving email is not affected by bad reputation I suppose
brenno@lemmy.brennoflavio.com.brto Selfhosted@lemmy.world•Reflections on running my own mail server for 10 yearsEnglish3·2 years agoHave anyone tried to self host the email receiving part while using some enterprise service (aws ses, sendgrid or something) to send emails without worrying about being flagged as spam? What’s your thoughts about this setup?
brenno@lemmy.brennoflavio.com.brto Selfhosted@lemmy.world•what is everyone using for photos?English1·2 years agoNextcloud + LesPas. Works really well
To be honest, no. I run in a Truenas Jail, and its stable for me. Just a bit slow for big files sometimes.