Commit Graph

5 Commits

Author SHA1 Message Date
Kunthawat Greethong
12515acd5d Fix website-creator: add missing functions and templates with IDs 2026-03-16 10:50:00 +07:00
Kunthawat Greethong
58ab725ef9 Website-creator: always create locally first, then ask to sync 2026-03-15 15:02:10 +07:00
Kunthawat Greethong
e5c299216a Add --local-only flag to website-creator for local testing before deploy 2026-03-15 14:50:24 +07:00
Kunthawat Greethong
6e183c584b feat: Auto-generate admin password from project folder name
Changes:
- Removed --admin-password argument (no longer needed)
- Password auto-generated: folder_name.lower().replace(' ', '')
- Each website has unique password
- No need to ask user for password

Examples:
- moreminimore → password: moreminimore
- My Website → password: mywebsite
- deal-plustech → password: deal-plustech

Benefits:
- Simple (same as folder name)
- Secure (different per project)
- No password management needed
- Not stored in git (in .env)
2026-03-12 09:53:17 +07:00
Kunthawat Greethong
9be686f587 Auto-sync from website-creator 2026-03-08 23:03:19 +07:00