Go to file
2024-10-02 10:53:09 +07:00
.github/workflows uodate releaser 2023-11-20 10:00:15 +00:00
.vscode chore : refactoring user service 2024-10-02 10:49:27 +07:00
api add message_bus service dependency (#25) 2022-12-01 17:17:44 +08:00
build chore:Add Makefile 2024-09-24 18:36:59 +07:00
cmd/migration-tool chore:update package and add oid health check 2024-09-25 12:03:25 +07:00
codegen update code (add OIDC client to CASAOS) 2024-08-10 12:36:08 +07:00
common chore:dynamically change redirectUrl 2024-10-01 11:27:16 +07:00
middleware update code (Add middleware handle authentik server suddenly offline) 2024-08-29 11:57:36 +07:00
model chore : refactoring user service 2024-10-02 10:49:27 +07:00
pkg chore:update package and add oid health check 2024-09-25 12:03:25 +07:00
route chore : refactoring user service 2024-10-02 10:49:27 +07:00
service chore : refactoring user service 2024-10-02 10:49:27 +07:00
.gitignore chore : refactoring user service 2024-10-02 10:49:27 +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 chore:update package and add oid health check 2024-09-25 12:03:25 +07:00
go.sum chore:update package and add oid health check 2024-09-25 12:03:25 +07:00
LICENSE Initial commit 2022-07-22 11:11:34 -04:00
main.go chore:update package and add oid health check 2024-09-25 12:03:25 +07:00
Makefile update 2024-10-01 11:31:39 +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**