AuraGem Servers > Commit [9733121]
Fri February 28, 2025 2:03 PM -0600
Add linux-mirror repo to AuraRepo. Signed-off-by: Christian Lee Seiboldgemini/gemini.go | 1 +
Commit Hash: 97331214996c7a6818a8c16e46b7602f09a1cb6f
Tree Hash: 47748a6dbbc05b8cbc156aa7d488be1437feee70
Date: 2025-02-28T14:03:05-06:00
PGP Signature: -----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSghH500ekD7Pc/Zj6PbjnL2ZXQ4AUCZ8IWggAKCRCPbjnL2ZXQ
4J20AQDwT90koX8Xi9maq+QuiwUdbZ94/0l1Cm7N76OexcAyFQD/R/zSW81he8Pi
/xXooPwnG/FZwKL97aHRrgOCRwTtWQM=
=EK2l
-----END PGP SIGNATURE-----
Changes
gemini/gemini.go
... | ...
49 | aurarepoContext.AddRepo(aurarepo.AuraRepoType_Git, "smallnetinformationservices", "Smallnet Information Services", "./smallnetinformationservices/", "Server software suite for smallnet internet ecosystem, managed with a Gemini admin dashboard.")
50 | aurarepoContext.AddRepo(aurarepo.AuraRepoType_Git, "aurarepo", "AuraRepo", "./aurarepo/", "A Git repository hosting forge SCGI application server for the Gemini Protocol, built using Smallnet Information Services and go-git.")
51 | aurarepoContext.AddRepo(aurarepo.AuraRepoType_Git, "auramuse-lite", "AuraMuse Lite", "./auramuse-lite/", "An SCGI application server that provides radio over Gemini.")
52 | aurarepoContext.AddRepo(aurarepo.AuraRepoType_Git, "auragem", "AuraGem Servers", "./auragem/", "The code for AuraGem and related servers.")
53 | aurarepoContext.AddRepo(aurarepo.AuraRepoType_Prism, "prism", "Prism VCS", "./prism/", "Distributed version control through a clearer lens. A new VCS that builds on the good ideas of git, fossil, subversion, and mercurial, while simplifying the UI, and introducing unique concepts to Distributed VCSs.")
+ 54 | aurarepoContext.AddRepo(aurarepo.AuraRepoType_Git, "linux-mirror", "Linux Stable Mirror", "./linux-mirror/", "Mirror of kernel/git/stable/linux.git")
54 |
55 | setupWebServer(aurarepoContext)
56 | go startTorOnlyWebServer()
57 | setupTorOnly(context)
58 |