chore: update env example and gitignore, add implementation plan

- Update .env.example with documentation and default values
- Add .resources to gitignore (dummy test files)
- Add APK parsing fix implementation plan document

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-05 14:06:44 +08:00
parent 7268b91ed3
commit 1eba2f5f39
3 changed files with 544 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
AUTH_USERNAME=
AUTH_PASSWORD=
RESOURCE_PATH=
# Authentication credentials (change in production!)
AUTH_USERNAME=admin
AUTH_PASSWORD=changeme
# Path to APK storage directory
RESOURCE_PATH=./resources
# Comma-separated list of tab names for APK filtering
APK_TABS=dev,sandbox