💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Gemigit › files captured on 2024-02-05 at 09:33:00. Gemini links have been rewritten to link to archived content
View Raw
More Information
⬅️ Previous capture (2023-12-28)
🚧 View Differences
-=-=-=-=-=-=-
Go back
Gemigit by Vaati
View account
A self-hosted gemini Git Service
git clone https://gmi.rmf-dev.com/Vaati/Gemigit
Log
Files
Refs
License
Readme
Files
0100644 LICENSE 740
0100644 README.gmi 1725
0100644 README.md 2149
0100644 SECURITY.md 143
0100644 access/access.go 1819
0100644 auth/auth.go 2330
0100644 config.yaml 2062
0100644 config/config.go 1503
0100644 csrf/csrf.go 1034
0100644 db/access.go 7230
0100644 db/access_test.go 10097
0100644 db/db.go 8350
0100644 db/db_test.go 1368
0100644 db/formatting.go 2260
0100644 db/formatting_test.go 1202
0100644 db/group.go 6065
0100644 db/group_test.go 7157
0100644 db/repo.go 6004
0100644 db/repo_test.go 5341
0100644 db/session.go 1517
0100644 db/session_test.go 1183
0100644 db/token.go 3862
0100644 db/token_test.go 2906
0100644 db/user.go 6660
0100644 db/user_test.go 5073
0100644 gmi/access.go 5706
0100644 gmi/auth.go 1453
0100644 gmi/group.go 4190
0100644 gmi/otp.go 3047
0100644 gmi/public.go 1134
0100644 gmi/readme.go 1388
0100644 gmi/repo.go 5216
0100644 gmi/token.go 2270
0100644 gmi/user.go 2996
0100644 gmi/view.go 13396
0100644 go.mod 855
0100644 go.sum 28083
0100644 httpgit/serve.go 3591
0100644 main.go 8659
0100644 repo/api.go 1674
0100644 repo/repo.go 5727
0100644 service/gemigit.service 208
0100644 sshgit/sshgit.go 3171
0100644 templates/account.gmi 654
0100644 templates/group.gmi 425
0100644 templates/group_list.gmi 137
0100644 templates/index.gmi 211
0100644 templates/otp.gmi 110
0100644 templates/public_list.gmi 175
0100644 templates/public_repo.gmi 752
0100644 templates/public_user.gmi 234
0100644 templates/register_success.gmi 67
0100644 templates/repo.gmi 838
0100644 templates/repo_access.gmi 640
0100644 templates/repo_files.gmi 64
0100644 templates/repo_license.gmi 20
0100644 templates/repo_log.gmi 74
0100644 templates/repo_readme.gmi 19
0100644 templates/repo_refs.gmi 142
0100644 templates/robots.txt 52
0100644 templates/token.gmi 511
0100644 templates/token_new.gmi 63
0100644 test/test.go 1284
0100644 util/readall.go 156
0100644 util/readall_modern.go 143