Initial version of the magic ssh server
This commit is contained in:
parent
f44693f1f2
commit
a7c4ded7e9
15 changed files with 84 additions and 7 deletions
|
|
@ -18,6 +18,9 @@ fi;
|
|||
# Read everything from the database
|
||||
read -r INSTANCE_BASE_DIR MYSQL_DATABASE MYSQL_USER GRAPHDB_REPO GRAPHDB_USER <<< "$(sql_bookkeep_load "${SLUG}" "filesystem_base,sql_database,sql_user,graphdb_repository,graphdb_user" | tail -n +2)"
|
||||
|
||||
log_info " => Touching authorized_keys file"
|
||||
touch "$INSTANCE_BASE_DIR/data/authorized_keys"
|
||||
|
||||
log_info " => Updating compose files"
|
||||
install_resource_dir "compose/barrel" "$INSTANCE_BASE_DIR"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue