simplecloud 0.0.1-beta.53 → 0.0.1-beta.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/README.md +0 -36
  2. package/dist/cli.js +307 -307
  3. package/dist/index.js +296 -296
  4. package/package.json +1 -1
package/README.md CHANGED
@@ -106,42 +106,6 @@ node dist/cli.js --help
106
106
  node dist/cli.js start group mygroup
107
107
  ```
108
108
 
109
- ## Multi-Root Sync (Syncthing)
110
-
111
- Use `sc sync` as the primary command (`sc syncthing` is an alias).
112
-
113
- Primary serverhost:
114
-
115
- ```bash
116
- sc sync init
117
- ```
118
-
119
- New serverhost:
120
-
121
- ```bash
122
- sc sync join --primary-device-id <id> --primary-name <name> --templates-id <id> --workflows-id <id> --options-id <id>
123
- ```
124
-
125
- Back on primary:
126
-
127
- ```bash
128
- sc sync approve --device-id <new-device-id> --name <new-device-name>
129
- ```
130
-
131
- Check status on any host:
132
-
133
- ```bash
134
- sc sync status
135
- ```
136
-
137
- Reset local Syncthing links on a host (keeps same device ID, removes all devices/folders):
138
-
139
- ```bash
140
- sc sync reset
141
- ```
142
-
143
- Important: never synchronize `secrets/`, `running/`, or `logs/`.
144
-
145
109
  ## Generating API
146
110
 
147
111
  ```bash