Compare commits

...

2 Commits

Author SHA1 Message Date
jjsfunhouse 9fe1030c63 small comment 2026-03-27 12:50:50 -04:00
hey 591dd0c192 fix license yml name and update README for jwt secret 2026-03-27 12:49:14 -04:00
2 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -29,8 +29,7 @@
* `abra app config <app-name>`. Uncomment the variables used for setting enterprise values. Make sure you have a valid license.
* `abra app undeploy <app-name>`
* `export JWT_SECRET=$(pwgen 50)`
* `abra app secret insert <app-name> auth_jwt v1 ${JWT_SECRET}`
* If `auth_jwt` is ungenerated: `abra app secret generate <app-name> auth_jwt v1`
* `abra app deploy <app-name>`
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).