feat: allow to enable secure websocket for server channel (#1014)

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
LemonNeko
2026-02-01 00:35:03 +08:00
committed by GitHub
co-authored by autofix-ci[bot]
parent 9b1b2420e7
commit e4add70e13
25 changed files with 375 additions and 25 deletions
+8
View File
@@ -201,6 +201,14 @@ CAPACITOR_DEV_SERVER_URL=https://<your-ip-address>:5273 pnpm open:ios
Then Xcode will open and you can click the "Run" button to run the app on your iPhone.
If you need to connect server channel on pocket in wireless mode, you need to start tamagotchi as root:
```shell
sudo pnpm dev:tamagotchi
```
Then enable secure websocket in tamagotchi `settings/system/general`.
### Documentation Site
```shell