000a24234c
- 3 screenshots at 1284x2778 (iPhone 6.5"): note list, note detail, settings - Docker WebDAV setup with 9 demo notes in Denote format for local screenshots - Fix theme not applying to NoteListView and NoteEditorView: move tint/preferredColorScheme from App.body (Scene) to RootView.body (View) so @Observable tracking works correctly - NoteEditorView (sheet) now also gets preferredColorScheme and tint directly - Add debug.password UserDefaults fallback in DEBUG builds for screenshot automation
10 lines
145 B
YAML
10 lines
145 B
YAML
address: 0.0.0.0
|
|
port: 8590
|
|
auth:
|
|
method: password
|
|
credentials:
|
|
- username: demo
|
|
password: demo123
|
|
directory: /data
|
|
permissions: R
|