Comment on
"Do animals even have emotions?" Cats:
He/she looks so in love <3 super cute
Comment on
"Do animals even have emotions?" Cats:
He/she looks so in love <3 super cute
Comment on
As Reddit protests turn to porn-bombing, advertisers face increasing brand safety concerns
They deserve this 100%, they had multiple chances to fix their mistakes and they just doubled down on the stupidity. This is deserved
Comment on
The more they censor, bigger it gets
Reply in thread
Exactly what I was thinking every time I saw one of these.
Comment on
A way to host Uptime Kuma
Reply in thread
I run netdata to collect usage statistics etc. directly on my VPS. I don’t need Uptime Kuma for that, because of course I know right away if my server is down or if it’s just a service. I am hosting some things also for my friends and family, and I’d like to have an option for them to check what is going on. Imagine they cannot access a service, they go to the status page and see that it is either a planned maintenance (updating, editing the configuration etc.) or there something else wrong, and they will see exactly when the service went back online. Without externally hosted status page like this, all they would get is an error. This way is much nicer for the non-technical audience.
Comment on
Handsome SquidBean welcomes you to Lemmy!!
Straight up nightmare fuel
Comment on
PrtSc post
Oh man this brings back some memories…
Comment on
[bug] If I upvotes a comment and then leave the thread, when I return to that thread the comment no longer has the upvotes arrow marked in colour
I’ve noticed this happening a few times with another app (Mlem), maybe it’s the Lemmy servers being overloaded. I’ve also seen multiple double/triple comments under different posts in the past few days
Comment on
remaster when?
This took up a significant portion of my time on PC as a kid. No regrets
Comment on
Soon, hopefully
I didn’t use Reddit during the “Golden era” before the changes and redesign, but I really love Lemmy, the simplicity and feel of community is great. I think I found my new internet home here
Comment on
My sad girl trying to get through the cat door
So sad, so cute
Comment on
Which web server software do you recommend?
I have recently started using Caddy and I love it! FOSS, automatic HTTPS, super easy to setup and works well as a reverse proxy. As your website will not be complex, the Caddyfile would be just a few lines.
Comment on
"But I lived through it. And it made me who I am today."
I felt like the first image on my first day on Lemmy too
Comment on
[I ate] Pain au chocolat. Don't worry, he got some. Don't worry (2), just the parts without chocolate.
Really interesting about the gaps, thanks for the info! Also such a cute cute dog
Comment on
I love open source game development
I hope I get to solve issues like these when I’m a professional developer haha
Comment on
And so it’s gone
I am super sad that this actually happened. I was hoping for some last minute change of heart (yeah, stupid, but it was just a shred of hope). Apollo, you will be dearly missed. Reddit and Steve, you can go fuck yourself. And Christian, thank you for all the work you put into making Reddit more fun to use. We will never forget you <3
Comment on
unrolling loops is efficient, right?
Reply in thread
Well, we have all been there and fortunately learned from these “mistakes” xd
Comment on
A few questions about selfhosting from a newbie
Reply in thread
Yeah, I love Caddy so much. I’ve only ever used Nginx before, and it was a pain to configure. With Caddy, it’s just a few lines, and the automatic HTTPS is very nice.
Thanks for the SSH port tip, I’ve disabled password auth on all my servers before and only used key auth, but I will move the port to something other for extra security.
Comment on
A way to host Uptime Kuma
Reply in thread
I checked out the Free tier and I like it a lot, already created an instance and tested it a little, and I believe it’s more than enough for running Caddy and Uptime Kuma, so thank you very much for this :)
Comment on
A way to host Uptime Kuma
Reply in thread
I would like to use something open source. For now, I use the free tier of cronitor.io for my two websites and 3 cron jobs, but with that the free tier is all used up and I will have a bunch more services I want to monitor too.
Comment on
A few questions about selfhosting from a newbie
Reply in thread
I immediately started with using docker-compose because I was playing with a “playground” server from my provider and I wanted to be able to move my setup to the “production” server after setting things up. It’s much easier than the long docker run commands some docs suggest.
One question about the UID and GID, I’ve run into some trouble because the official Caddy image runs as root, so I had to set php-fpm also as root because otherwise it was causing problem. So what do you suggest to do with all my containers (I do not mean Caddy and php right now)? Should I run everything as the same UID and GID, or every container with it’s own user?