• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: July 19th, 2023

help-circle
  • Codeberg is a collaboration platform providing Git hosting and services for free and open source software, content and projects. Codeberg is maintained by the non-profit organization Codeberg e.V., based in Berlin, Germany. For them, supporting the commons comes first. They are more than just Git hosting: their community is comprised of like-minded developers, artists, academics, hobbyists and professionals. No tracking. No third-party cookies. No profiteering. Everything runs on servers that they control. Your data is not for sale.





  • You’d probably need to configure your router if you want to access your laptop when you’re outside of your home network (e.g. from a mobile phone). If there’s an incoming connection to port 443 (https), your router doesn’t even know which device in the network could handle it. Port forwarding should be easy to set up on any modern router using their web interface. Same applies to some VPS providers like AWS Lightsail, they might have firewalls.

    Like with every big task, take it step by step. You can’t learn everything overnight, start with something small. Set up a web server (e.g. nginx) what will act as a reverse proxy. Make it accessible from the internet. Then try to set up one of the services from your list and focus on it.

    Learn one thing at a time, don’t rush and avoid context switching.




  • Naturally meaning make lemmy a good experience and people will come.

    They can’t come if they don’t know about Lemmy. I came here, because I’d seen many posts about it on Reddit. You probably heard about it from someone too. We’re on the internet in 2023: people don’t go beyond first few links on Google, they rarely leave big platforms and aggregators like Facebook and Reddit. While I agree that this particular strategy raises questions (I don’t see why Reddit mods would care), I support the cause.





  • One database for many different services could pose a security risk, though it should be extremely low if each service can access only its own database. However, it’d be harder to distribute services across different hosts if you ever decided to do that. Also, different services could require or work better with different database types. I prefer to use separate database containers.