this post was submitted on 05 Jan 2025
136 points (98.6% liked)

Opensource

3754 readers
87 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
 

TPM is a dedicated chip or firmware enabling hardware-level security, housing encryption keys, certificates, passwords, and sensitive data, "and shielding them from unauthorized access," Microsoft senior product manager Steven Hosking wrote last month, declaring TPM 2.0 to be "a non-negotiable standard for the future of Windows."

you are viewing a single comment's thread
view the rest of the comments
[–] ptz@dubvee.org 7 points 7 months ago (13 children)

What's a good alternative (assuming this is one of the few things I don't want to self-host)?

I self-host Gogs for my internal projects, but my public stuff is on Github. The only "fancy" GH feature I use is the actions since it will do ARM builds which I can't do locally.

[–] Arghblarg@lemmy.ca 5 points 7 months ago (1 children)

Myself, I moved my projects to self-hosted gogs (maybe forgejo soon) but kept placeholders with a README.md and link on github so people can still find them.

[–] ptz@dubvee.org 2 points 7 months ago (1 children)

That was going to be my follow-up question lol: How should I handle the original repo? Leave it at the last commit and add a "We moved" note, strip it down to a stub that points to the new repo, or something else.

[–] Arghblarg@lemmy.ca 2 points 7 months ago

I was feeling particularly grumpy and did a final commit that 'git rm'ed everything but the new README.md, yeah.

One could even risk deleting the github repo and re-creating it w/same name to remove all old content...

load more comments (11 replies)