mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-27 18:57:09 +00:00
docs: audit and refresh documentation with updated screenshots (#197)
Update 11 doc pages with accurate content and capture 14 fresh screenshots. Remove JWT_SECRET from configuration (auto-generated), fix editor container actions, add missing Settings sections, update Features Overview, and add remote alerts documentation.
This commit is contained in:
@@ -16,6 +16,10 @@ Create point-in-time snapshots of every `compose.yaml` and `.env` file across yo
|
||||
3. Optionally enter a description (e.g. "Before v2 migration")
|
||||
4. Click **Create** - Sencho captures files from every reachable node
|
||||
|
||||
<Frame>
|
||||
<img src="/images/fleet-backups/create-snapshot.png" alt="Create Snapshot dialog" />
|
||||
</Frame>
|
||||
|
||||
During creation, Sencho connects to each node in parallel:
|
||||
- **Local nodes** - reads files directly from the compose directory
|
||||
- **Remote nodes** - fetches files via the Distributed API proxy using the node's API token
|
||||
@@ -24,6 +28,10 @@ If a remote node is offline or unreachable, it is **skipped gracefully**. The sn
|
||||
|
||||
## Browsing snapshots
|
||||
|
||||
<Frame>
|
||||
<img src="/images/fleet-backups/browse-snapshots.png" alt="Snapshot list showing date, description, scope, and warnings" />
|
||||
</Frame>
|
||||
|
||||
The snapshot list shows:
|
||||
- **Date** - when the snapshot was taken
|
||||
- **Description** - your optional label
|
||||
|
||||
Reference in New Issue
Block a user