zlacker

[parent] [thread] 3 comments
1. signa1+(OP)[view] [source] 2025-05-21 11:58:04
> I left the platform, doing my coding old way, hosting it somewhere else.

may you please let me know where are you hosting the code ? would love to migrate as well.

thank you !

replies(1): >>bayind+Z
2. bayind+Z[view] [source] 2025-05-21 12:05:14
>>signa1+(OP)
You're welcome. I have moved to Source Hut three years ago [0]. My page is https://sr.ht/~bayindirh/

You can also self-host a Forgejo instance on a €3/mo Hetzner instance (or a free Oracle Cloud server) if you want. I prefer Hetzner for their service quality and server performance.

[0]: https://blog.bayindirh.io/blog/moving-to-source-hut/

replies(1): >>skydha+6d
◧◩
3. skydha+6d[view] [source] [discussion] 2025-05-21 13:37:42
>>bayind+Z
I just use ssh on a homeserver for personal projects. Easy to set up a new repo with `ssh git@<machine> git init --bare <project>.git`. The I just use git@<machine>:<project>.git as the remote.

I plan to use Source Hut for public projects.

replies(1): >>bayind+ce
◧◩◪
4. bayind+ce[view] [source] [discussion] 2025-05-21 13:43:31
>>skydha+6d
Your method works well, too. Since I license everything I develop under GPLv3, I keep them private until they mature, then I just flip a switch and make the project visible.

For some research I use a private Git server. However, even that code might get released as Free Software when it matures enough.

[go to top]