Comment on
Does "Selfhosted" mean you actually have a server at home?
There are definitely benefits on running a server at home but you could say the same of a VPS. As long as you control it, it is self hosted in my book.
Comment on
Does "Selfhosted" mean you actually have a server at home?
There are definitely benefits on running a server at home but you could say the same of a VPS. As long as you control it, it is self hosted in my book.
Comment on
What types of services are you not willing to self-host?
@[email protected] I would say in retrospective, email, but it is too late now.
While I do have self hosted backups, I also have offsite, paid copies as well, not sure if that can be considered "self hosting" though.
Comment on
Why is everyone so giddy about the flooding thay happened at burning man?
@[email protected] YMMV. 90% of the people I’ve met who have gone to BM are jerks 🤷♂️
Comment on
Does "Selfhosted" mean you actually have a server at home?
Reply in thread
@[email protected] yeah if you want to host something like Lenny you may be able to do it on a home server but in terms of ports blocked, security, etc I guess it is easier to run it in a VPS
Comment on
Have the trees started turning colors earlier this year?
@[email protected] I don't know in Ohio, but I've heard® that when there is too little water or maybe too hot, trees start turning leaves red (maybe because it is an indicator for them that they are at the end of summer and fall is coming?)
Comment on
Does "Selfhosted" mean you actually have a server at home?
Reply in thread
@[email protected] not sure what that means but I guess you can do certain thing in your home server not allowed on a VPS. OTOH, an email server at home for example is much more difficult to achieve because your ISP most likely won’t allow you to open port 25
Comment on
Help to troubleshoot a pihole (with unbound)...
Reply in thread
@[email protected] Ubuntu? What happens if you manually change resolv to the up of your pinhole? I remember Ubuntu has this silly resolvconfd that makes everything more confusing
Comment on
Help to troubleshoot a pihole (with unbound)...
Reply in thread
@[email protected] Ubuntu? What happens if you manually change resolv to the up of your pinhole? I remember Ubuntu has this silly resolvconfd that makes everything more confusing
Comment on
Help to troubleshoot a pihole (with unbound)...
@[email protected] @[email protected] which server is configured in your machine (/etc/resolv.conf in linux, or in system preference in Mac). My first guess would be to check what is your computer using as a DNS ip
Comment on
What is the eco-friendly alternative to replace a patch grass with? What is the native, water-resistant alternative? cc [@[email protected]](https://lemmy.ml/c/portland)
Reply in thread
@[email protected] thanks! I found pt lawn seed and I bought from them already :-)
Comment on
Does "Selfhosted" mean you actually have a server at home?
Reply in thread
@[email protected] idk about ansible but if you are starting I would recommend starting small, in your personal computer. Docker is a good way to start
Comment on
What types of services are you not willing to self-host?
Reply in thread
@[email protected] tbh I started hosting my email when I was young, I wanted to learn and had no major responsibilities. I think you learn a lot in terms of UNIX processes, networking, specific details about email like DKIM, etc. but at this moment I would not start doing it by myself.
Still every now and then something breaks and it is kind of painful to review things. Additionally, sometimes your emails are considered spam.
Comment on
What is the eco-friendly alternative to replace a patch grass with? What is the native, water-resistant alternative? cc [@[email protected]](https://lemmy.ml/c/portland)
Reply in thread
@[email protected] thanks!
Comment on
Help to troubleshoot a pihole (with unbound)...
Reply in thread
@[email protected] So what I suspect happens is that you have your pihole server running, but your computer is not using it and instead is querying 1.1.1.1 or other default DNS server.
So what I was thinking is that if that is the case, you can force your computer to use your pihole by editing /etc/resolv.conf to have your pihole's IP as a nameserver.
Comment on
It is always a struggle configuring a cronjob to run certain scripts; there is always a mis configuration, a PATH, an environment variable that is different from when you use it in interactive mode, e
Reply in thread
@[email protected] good old Ubuntu , but it runs sh instead of my own zsh, path is different etc.
I’ve had to manually edit the env variables which is a pain because I forget to update the cronjob path as well
Comment on
What types of services are you not willing to self-host?
Reply in thread
@[email protected] what do you use now?
Comment on
Suggestion of fediverse server that doesn't consume so many resources (unlike both Mastodon and Filefish)
Reply in thread
@[email protected] can you point me to some documentation about it?
Comment on
Selfhosted private/secure blog/journal
@[email protected] seems like an overkill, why not a note app like obsidian or even a static blog like Hugo?