Go to file
2024-09-12 11:21:36 +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 2024-08-15 18:24:17 +07:00
cmd/migration-tool add upx as part of building step to shrink the size of binary files (#28) 2022-12-29 18:19:49 -05: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 2024-09-12 11:21:36 +07:00
middleware update code (Add middleware handle authentik server suddenly offline) 2024-08-29 11:57:36 +07:00
model update 2024-08-14 12:06:18 +07:00
pkg update 2024-08-14 12:06:18 +07:00
route update code (Add middleware handle authentik server suddenly offline) 2024-08-29 11:57:36 +07:00
service update 2024-08-14 18:52:21 +07:00
.gitignore update 2024-09-12 11:21:36 +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 🎨: Add openapi. (#32) 2023-03-15 14:07:38 -04:00
README.md 🎨: Add openapi. (#32) 2023-03-15 14:07:38 -04: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**