

1·
1 year agoOh cool. I thought the API changes broke it
Software developer and self-hosting enthusiast
Oh cool. I thought the API changes broke it
libreddit is dead though…
I was going to suggest something like Kaboom.js for simple game development, but their site is currently down…
Or you could consider using Caddy instead: https://caddyserver.com/docs/quick-starts/reverse-proxy
Hello from another personal instance :)
I backup using a simple rsync script to a Hetzner storage box.
If you know your way around a terminal, it takes less than 10 minutes to install using the Ansible approach.
Same, but my cards go with my phone
The first statement only tells you when B is true. It says nothing about when it is false. The second statement both tells you when B is true (if A) and when it is not (only if A). Therefore, the two statements cannot be equal.