diff options
| author | Isaac <[email protected]> | 2023-10-04 23:19:24 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-04 20:19:24 -0700 |
| commit | 41fd69e49b93de9e2b26a63e8aa604687f9de510 (patch) | |
| tree | 3a6c953b54487a3ef33d0defaac1b32a4d3e1c00 /public | |
| parent | 4fc7a5a350300153e294915b6fc6fb0b85b4ab31 (diff) | |
| download | caprover-one-click-apps-41fd69e49b93de9e2b26a63e8aa604687f9de510.tar.gz caprover-one-click-apps-41fd69e49b93de9e2b26a63e8aa604687f9de510.zip | |
update readme and an app to show websocket support (#992)
* update readme and an app to show websocket support
* Update README.md
adding version information to websocketSupport feature
Diffstat (limited to 'public')
| -rw-r--r-- | public/v4/apps/uptime-kuma.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/v4/apps/uptime-kuma.yml b/public/v4/apps/uptime-kuma.yml index 2129c68..ace6361 100644 --- a/public/v4/apps/uptime-kuma.yml +++ b/public/v4/apps/uptime-kuma.yml @@ -8,6 +8,7 @@ services: - $$cap_appname-data:/app/data caproverExtra: containerHttpPort: '3001' + websocketSupport: 'true' caproverOneClickApp: variables: - id: $$cap_kuma_version |
