You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,6 +208,26 @@ del %LOCALAPPDATA%\stui\cache\cache.db
208
208
- No async loading spinners (planned)
209
209
- No batch operations for multi-select yet (planned)
210
210
211
+
## What Stui Cannot Do (Yet?)
212
+
213
+
Stui is designed for **monitoring and file-level operations**, not initial setup or configuration. You'll still need the Syncthing Web UI for these tasks:
214
+
215
+
| Category | Missing Features (that Web UI CAN do) | Impact |
216
+
|----------|-----------------|--------|
217
+
| **Device Management** | Add/remove/edit devices, configure device settings (compression, rate limits, introducer), view device IDs | Cannot set up or manage sync relationships |
| **Versioning** | Enable/configure versioning schemes (Simple/Staggered/Trashcan/External), browse version history, restore old versions | No access to file version history or recovery |
220
+
| **System Configuration** | GUI settings (authentication, theme), connection settings (listen addresses, NAT, UPnP), global bandwidth limits, discovery/relay toggles | Cannot configure Syncthing's network or system behavior |
221
+
| **Advanced Ignore Patterns** | Direct `.stignore` editing with complex patterns, pattern validation/help | Limited to adding/removing individual files only |
Contributions welcome! This project is actively being developed. See [PLAN.md](PLAN.md) for roadmap and [CLAUDE.md](CLAUDE.md) for architecture details.
0 commit comments