Lots of stuff

This commit is contained in:
2025-02-03 02:34:53 -03:00
parent 5a7d0a4e14
commit 1ca5805e80
8 changed files with 60 additions and 10 deletions

View File

@@ -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