removed default token, generate on launch

This commit is contained in:
2026-05-18 13:49:23 -04:00
parent d606a59a92
commit b907fdbbc3
3 changed files with 5 additions and 3 deletions

3
.gitignore vendored
View File

@@ -23,6 +23,7 @@ android/captures/
.vscode/ .vscode/
*.iml *.iml
# os # os and emacs
.DS_Store .DS_Store
Thumbs.db Thumbs.db
/archive

View File

@@ -2,10 +2,9 @@
open app. open app.
type, optionally mark as todo, optionally add tags, save. type, optionally mark as todo, optionally add tags, save.
if home server accessible, post unsynced captures to lan-only service and appended to `phone.org`. if home server accessible, post unsynced captures to lan-only service and appended to `synq.org`.
## non-goals ## non-goals
- no org parser on android - no org parser on android
- no agenda on android - no agenda on android
- no sync provider dependency - no sync provider dependency

View File

@@ -43,8 +43,10 @@ the app must be instant-feeling, capture-only, and boring. the phone stores note
*** acceptance *** acceptance
- `android/`, `server/`, and `docs/` directories exist. - `android/`, `server/`, and `docs/` directories exist.
- root `README.md`, `tasks.org`, `.env.example`, and `docker-compose.example.yml` exist. - root `README.md`, `tasks.org`, `.env.example`, and `docker-compose.example.yml` exist.
*** notes *** notes
Skeleton committed in initial commit. android/ dir will be created in milestone 2. Skeleton committed in initial commit. android/ dir will be created in milestone 2.
*** evidence *** evidence
- commit: c08b3fe - commit: c08b3fe
- tests: n/a (directory structure) - tests: n/a (directory structure)