Go to file
2024-10-18 17:21:58 +07:00
.github/workflows uodate releaser 2023-11-20 10:00:15 +00:00
.vscode update: add onepanel api ssl related (wip) 2024-10-16 12:04:33 +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 update: add onepanel api ssl related (wip) 2024-10-16 12:04:33 +07:00
service update: add onepanel api ssl related (wip) 2024-10-16 12:04:33 +07:00
.gitignore feat: Add 1Panel auth middleware + add and search Website API 2024-10-09 12:05:51 +07:00
.goreleaser.debug.yaml update UserStatus function 2024-06-29 12:26:04 +07:00
.goreleaser.yaml update: goreleaser 2024-10-04 14:23:35 +07:00
errors update code (add OIDC client to CASAOS) 2024-08-10 12:36:08 +07:00
go.mod update: add 1panel proxy api 2024-10-15 17:33:18 +07:00
go.sum update: add 1panel proxy api 2024-10-15 17:33:18 +07:00
LICENSE Initial commit 2022-07-22 11:11:34 -04:00
main.go feat: Add 1Panel auth middleware + add and search Website API 2024-10-09 12:05:51 +07:00
Makefile update: makefile 2024-10-18 17:21:58 +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**