aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@laboissiere.net>2022-12-11 18:46:16 +0100
committerRafael Laboissière <rafael@laboissiere.net>2022-12-11 18:46:16 +0100
commit41611d113debe300c372ab4440c33d14b8bf87d3 (patch)
tree332d902a8ead44f74a8c4ec73c8bf4ca841faeee /README.md
parent53ea7c9e27ee817a4e2f8f5989bcc488a530e6b8 (diff)
Transform README into Markdown
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f2b0af0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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.