mirror of
https://github.com/elAgala/server-initializer.git
synced 2026-02-14 05:06:18 +00:00
Lots of stuff
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
source ./user/create_user.sh
|
||||
source ./user/create_deploy_user.sh
|
||||
source ./user/ssh_config.sh
|
||||
source ./web/install_caddy.sh
|
||||
source ./web/setup_ufw.sh
|
||||
@@ -12,7 +13,6 @@ source ./monitoring/install_prometheus.sh
|
||||
|
||||
chmod +x ./user/create_user.sh
|
||||
chmod +x ./user/ssh_config.sh
|
||||
chmod +x ./web/install_nginx.sh
|
||||
chmod +x ./web/setup_ufw.sh
|
||||
chmod +x ./docker/install_docker.sh
|
||||
chmod +x ./utils/install_vim.sh
|
||||
@@ -34,7 +34,8 @@ setup_ufw
|
||||
|
||||
# User
|
||||
create_user $1
|
||||
config_ssh $1
|
||||
create_deploy_user
|
||||
config_ssh "deploy"
|
||||
|
||||
# Utils
|
||||
install_vim
|
||||
|
||||
Reference in New Issue
Block a user