• 0 Posts
  • 3 Comments
Joined 8 days ago
cake
Cake day: March 21st, 2026

help-circle
  • I run it in a rootless Podman container using Quadlets. Instead of opening the server’s ssh port, I only port-forward the container’s ssh port (e.g. 22 -> 2222). I have sign-ups enabled, since I want people to be able to contribute (or just create issues). But I have configured the server so that nobody can create a repository. They can still fork my repos and send a pull request.

    I have yet to experiment with Actions. I assume the safest option would be to only enable it for my own commits, but I am not sure.