this post was submitted on 17 Jan 2025
72 points (98.6% liked)
Linux
5631 readers
326 users here now
A community for everything relating to the linux operating system
Also check out [email protected]
Original icon base courtesy of [email protected] and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
My question would be, if you're only archiving repos, why do you need a forge?
A simple
git clone <repo>
to any your archival directory would be enough to store them, there's no need for you to use a forge software.Are there any other features of gitea you use?
I like having the codebase in an easily presentable way. Git clone with a cron job would work fine but doesn’t tickle my fancy enough.
If you mean a (read-only) web interface, there's also cgit and gitweb.
I mean, it's your party and if Gitea works for you, that's great. It still is a bigger piece of software than what you need (or at least what you've told so far), it's up to you to determine if you're fine with that.