💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Gemigit › files › c2f3dd33ac516acc679e8d5661… captured on 2023-01-29 at 15:57:23. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
0 # Gemigit
1
2 A self-hosted gemini Git service
3
4 ## Features
5
6 * Allow users to create and manage git repositories
7 * Private and public repositories
8 * Serving git repositories on the http protocol
9 * LDAP authentication
10 * Basic bruteforce protection
11 * User groups
12 * Privilege system for read/write access
13 * Support for sqlite and mysql databases
14 * Support stateless mode for multiple instances and load balancing
15
16 ## Setup
17
18 * Build the program using the command "go build"
19 * Copy config.yaml into either /etc/gemigit, /usr/local/etc/gemigit or the working directory where Gemigit will be executed
20 * Edit the config file to suit your needs
21 * Execute gemigit
22