initial commit

This commit is contained in:
2024-12-30 19:16:20 +09:00
commit d22b377f73
15 changed files with 619 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
#BASE_DIR="/home"
BASE_DIR="${SCRIPT_DIR}"
WORDPRESS_DIR="${BASE_DIR}/wordpress"
CADDY_DIR="${BASE_DIR}/caddy"