Skip to content

Commit 2045931

Browse files
authored
Document changes (#4)
1 parent 22e1051 commit 2045931

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

content/en/docs/about.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ This project uses the following principles to make decisions.
1313
- **Long-term:** Knowledge lasts forever. This project should too.
1414
- **Simple:** New features add complexity. We avoid complexity even if it means less convenience.
1515
- **Open:** Your knowledge belongs to you. All data stays accessible and transparent.
16+
17+
## License
18+
19+
Dnote is free and open source software licensed under Apache License 2.0.

content/en/docs/cli/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ dnote find "merge sort" -b algorithms
165165

166166
### Sync
167167

168-
Sync your local notes with a Dnote server (encrypted end-to-end).
168+
Sync your local notes with a Dnote server.
169169

170170
**Alias:** `s`
171171

content/en/docs/server/configuration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ Each option can be set via flag or environment variable:
1313
- `--dbPath` / `DBPath` - Database file path. Default: `$XDG_DATA_HOME/dnote/server.db`
1414
- `--disableRegistration` / `DisableRegistration` - Disable user registration. Default: `false`
1515
- `--logLevel` / `LOG_LEVEL` - Log level (`debug`, `info`, `warn`, `error`). Default: `info`
16-
- `--appEnv` / `APP_ENV` - Application environment (`PRODUCTION` or `DEVELOPMENT`). Default: `PRODUCTION`
17-
- `--webUrl` / `WebURL` - Full server URL (no trailing slash). Default: `http://localhost:3001`
16+
- `--baseUrl` / `BaseURL` - Full server URL (no trailing slash). Default: `http://localhost:3001`
1817

1918
## Examples
2019

content/en/docs/server/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
dnote:
3838
...
3939
environment:
40-
- WebURL=https://dnote.example.com
40+
- BaseURL=https://dnote.example.com
4141
- PORT=3001
4242
- DisableRegistration=false
4343
```

0 commit comments

Comments
 (0)