Go to file
2024-08-10 12:36:08 +07:00
.github/workflows uodate releaser 2023-11-20 10:00:15 +00:00
.vscode update UserStatus function 2024-06-29 12:26:04 +07:00
api add message_bus service dependency (#25) 2022-12-01 17:17:44 +08:00
build update code 2024-07-04 12:19:44 +07:00
cmd/migration-tool update 2024-02-21 12:06:40 +07:00
codegen update code (add OIDC client to CASAOS) 2024-08-10 12:36:08 +07:00
common suppport multiple users 2024-07-01 04:01:09 +07:00
dist update code (add OIDC client to CASAOS) 2024-08-10 12:36:08 +07:00
model update code 2024-07-04 12:19:44 +07:00
pkg update code 2024-07-04 12:19:44 +07:00
route update code (add OIDC client to CASAOS) 2024-08-10 12:36:08 +07:00
service update code (add OIDC client to CASAOS) 2024-08-10 12:36:08 +07:00
.gitignore update code (add OIDC client to CASAOS) 2024-08-10 12:36:08 +07:00
.goreleaser.debug.yaml update UserStatus function 2024-06-29 12:26:04 +07:00
.goreleaser.yaml update goreleaser 2023-11-20 10:10:44 +00:00
errors update code (add OIDC client to CASAOS) 2024-08-10 12:36:08 +07:00
go.mod update code (add OIDC client to CASAOS) 2024-08-10 12:36:08 +07:00
go.sum update code (add OIDC client to CASAOS) 2024-08-10 12:36:08 +07:00
LICENSE Initial commit 2022-07-22 11:11:34 -04:00
main.go update code (add OIDC client to CASAOS) 2024-08-10 12:36:08 +07:00
package.json update 2024-02-21 12:06:40 +07:00
README.md update 2024-02-21 12:06:40 +07:00
tsconfig.json 🎨: Add openapi. (#32) 2023-03-15 14:07:38 -04:00

CasaOS-UserService

Go Reference Go Report Card goreleaser codecov

User Service provides user management functionalities to CasaOS.

publish api to npm

edit version in package.json

run

yarn

yarn start

publish

Manual publish

yarn publish

Auto publish

git push origin dev**