aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 1227178d9e269bc29fced554e112252ef3525fbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Git scripts for the CEFALA's Git server

## Description

The scripts in this directory are intended for use in the git.cefala.org
server. They are:

* `add-authorized-keys`: Add RSA keys to the authorized_keys file of a given user

* `add-git-repo`: Create a centralized Git repository

* `add-git-user`: Add a Git user to the system  

## Usage

Just type `sudo make` (or `make` as root) to install the scripts. Type
`sudo uninstall` to uninstall them.

## Credits 

The `git_multimail.py` script was taken from
<https://github.com/git-multimail/git-multimail>

## Author

Copyright (C) 2021, 2022 Rafael Laboissière (<rafael@laboissiere.net>)

Released under the GNU Public License, version 3 or later.  No warranties.