docker-borgserver/data
Pietro 0108fcf653
Split run.sh and add git retrival
This patch modularize run.sh, adding two new helper scripts and
make it possible to specify a git repository for ssh keys via a
new env variable `BORG_SSHKEYS_REPO`.

the modularization add two new files :
- `env.sh` : define a few envriroment variables
- `create-client-dirs.sh`  : update and create user directories and
  re-create authorized_keys

We also add a new script `update-ssh-keys.sh` to be called regurlarly
in a cron job to check if the git repository is up-to-date and
eventually adding/removing users.
2020-03-24 14:03:24 +01:00
..
create-client-dirs.sh Split run.sh and add git retrival 2020-03-24 14:03:24 +01:00
env.sh Split run.sh and add git retrival 2020-03-24 14:03:24 +01:00
run.sh Split run.sh and add git retrival 2020-03-24 14:03:24 +01:00
sshd_config Added new Feature - BORG_APPEND_ONLY & BORG_ADMIN 2019-04-09 17:59:08 -05:00
update-ssh-keys.sh Split run.sh and add git retrival 2020-03-24 14:03:24 +01:00