this post was submitted on 20 Mar 2025
38 points (100.0% liked)

Programming

19098 readers
131 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 3 days ago (2 children)

Just self host an open source runner like woodpecker and you'll never have to move again

hell you can even self host github actions via act

[–] [email protected] 4 points 2 days ago

This. As someone who migrated an organization's repos from a self hosted Git server to GitHub (begrudgingly) and then back to a self hosted Git server again when it didn't meet the business needs ... emphatically this.

[–] [email protected] 1 points 2 days ago (1 children)

Just self host an open source runner like woodpecker and you’ll never have to move again

How painful is the setup and general maintenance/security?

I'm considering the idea but I just don't want to deal with people abusing exploits in the actions that give them access to my LAN.

[–] [email protected] 1 points 1 day ago (1 children)

If you're working with a team, you can only let certain people trigger checks

[–] [email protected] 1 points 1 day ago

I was more thinking along the lines of having FOSS repos that are primarily used by me but which can accept external pull requests by anybody with a Github account.

I like the idea of running my own machine for CI but I don't like the idea of having to become knowledgeable about avoiding exploits.