sk
@sk@hub.utsukta.org
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on Digital Homeownership 1 day ago:This was one of my main needs when i started to look for a platform on the fediverse, while wordpress was the closest thing to what i needed it had partial support for federation but thankfully a little known gem called 'hubzilla' turned out to be exactly what i needed to set up my digital home.
- Comment on Static site generator for an idiot who doesn't want to learn a new templating language just to have a blog? 3 weeks ago:I found pelican to be quite simple to start with and depending on how deep you want to go it can be quite customizable. Being proficient in python helps.
- Comment on Where to start as a beginner 4 weeks ago:I would suggest to familiarize yourself with basics of networking and linux first, something like freecodecamp has decent tutorials and you would learn a lot from just a few chapters (#^https://www.youtube.com/watch?v=qiQR5rTSshw%29%2C and there are also some youtubers who have self hosting tutorials that you can follow along and learn (Jim's garage is my favorite since i learnt a lot from him and his discord channel is also a helpful place for discussions, questions, etc.). So join such communities and you'll learn at your pace.
- Comment on 2024 Self-Host User Survey Results 4 weeks ago:@𝘋𝘪𝘳𝘬 I think thats the fun of it, different people building tools as per their knowledge/requirements, with time i'm sure someone will make something that you might find suitable :)
- Comment on 2024 Self-Host User Survey Results 4 weeks ago:
- Comment on 2024 Self-Host User Survey Results 4 weeks ago:@CosmicTurtle0 hosting a single user federated blog is also an option, you are only responsible for yourself and your friends you host. Not necessary to host public.
- Comment on How do I redirect to a /path with Nginx Proxy Manager? 1 month ago:@Sunny' 🌻 that must not happen, did you remove the custom location from before? The above is working with my pihole setup
- Comment on How do I redirect to a /path with Nginx Proxy Manager? 1 month ago:
- Comment on How do I redirect to a /path with Nginx Proxy Manager? 1 month ago:Add the following in Advanced tab
location / {
return 301 /admin;
}
location /admin {
proxy_pass [url=http://<Pi-hole-IP>:<Pi-hole-Port>/admin;]http://<Pi-hole-IP>:<Pi-hole-Port>/admin;[/url]
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
replace the IP and port - Comment on Randomly getting ECH errors on self-hosted services. 1 month ago:this issue is an ongoing discussin over at NPM too, very mysterious
https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3982 - Comment on Hubzilla 9.4 Released! 1 month ago:It was a conflict on my instancec, the new emoji dropdown added a css class 'container' which i had separate css rules for in my banner which were conflicting. It is fixed. Thankyou
- Comment on Hubzilla 9.4 Released! 1 month ago:Anyone else's UI looks like this after update? the emoji reactions dropdown is open and cannot be closed for all posts/
image.png - Comment on Nextcloud 30 share via mail link broken? 1 month ago:Share via email is not working for me as well but i can install/remove apps as before.
- Comment on I tried to selfhost Nextcloud at work 1 month ago:You can still choose to installt he old version in NC30 and it will do so. and I upgraded to NC30 and my forms app continues to be functional. you can still give it a try.
- Comment on What's currently (2024) the best self-hosted alternative for a Facebook Wall type of user experence? 2 months ago:hubzilla! its privacy controls are unparalleled, can be used as a webapp on any platform, can be used for individual profiles, forums or for building our website. (https://hubzilla.org/page/info/discover)
I've been using it since a year and i am not disappointed. - Comment on Any non-tech-background self-hosters? 2 months ago:yes! structural engineer here, computers has been my passion for a long time and self hosting is a joy! i have learnt a ton in the past year about networking, security and so many things!
- Comment on What do you prefer to selfhost? 4 months ago:@0x0 headscale/tailscale. I have a VPS that gives me a public IP so i use that to host a headscale control plane.
- Comment on What do you prefer to selfhost? 4 months ago:Public services: my social network(hubzilla), Email(mailcow), Matrix chat, Peertube.
Private: my media (jellyfin, audiobookshelf, calibre, homeassistant.
I enjoy the freedom that comes with this and its like having your own home on the internet. I have a very modest setup but its enough to host my friends and family so nothing fancy like k8s. Just a refurbished optiplex running docker :) - Submitted 6 months ago to technology@lemmy.world | 28 comments
- Comment on Proxmox server monitoring 6 months ago:@yamdwich can netdata be self hosted?