First Commit

This commit is contained in:
2026-05-27 11:44:02 +09:00
commit 1de0de1fc5
2352 changed files with 198354 additions and 0 deletions

10
.env.example Normal file
View File

@ -0,0 +1,10 @@
TZ=Asia/Seoul
# 시스템 권한 설정 (보통 일반 사용자는 1000)
PUID=1000
PGID=1000
# MariaDB / MySQL 설정 (특수문자 ! 포함 예시)
DBROOTPW='Super!Root!Password123'
DBUSER='heegarden_user'
DBNAME='heegarden_db'
DBPW='My!Secret!Password@@'