• 0 Posts
  • 16 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle
rss










  • They don’t know what should they do at this point, they wanted to scrape the website (which is what teddit plans to do) but saw that it would be too muc work, then they said they would use graphQL and now they want to cache requests to reduce the API usage while asking for the instance admins to provide the private key. They made a poll on github on wether they should make the telemetry of sending the number of requests in a totally private way, and the majority was fine, but the devs were still skeptical on adding this feature, so yeah, libreddit doesn’t have a bright future currently.





  • Isolate your programs, keep the critical stuff away from the public using tailscale or a VPN, hell, even an SSH tunnel could work in your case, make sure to keep different password for each software for your database. If possible virtualize each software to keep them from communicating to other softwares. This is how i manage my infrastructure (or should be, i haven’t gotten yet to use tailscale for admin only websites).