mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-26 08:01:04 +00:00
17 lines
484 B
Markdown
17 lines
484 B
Markdown
# Rustpad
|
|
|
|
Rustpad is a collaborative text editor with real-time synchronization and persistent shared documents.
|
|
|
|
## Access
|
|
|
|
The web interface listens on `PANEL_APP_PORT_HTTP` (default `3030`). `EXPIRY_DAYS` controls document expiration and `RUST_LOG` controls server logging.
|
|
|
|
## Persistence
|
|
|
|
The SQLite database is stored in `APP_DATA_DIR`, mounted at `/data`.
|
|
|
|
## References
|
|
|
|
- [GitHub](https://github.com/ekzhang/rustpad)
|
|
- [Docker Hub](https://hub.docker.com/r/ekzhang/rustpad)
|