Go to file
2024-11-23 12:02:07 +07:00
.github/workflows uodate releaser 2023-11-20 10:00:15 +00:00
.vscode update 2024-11-15 08:44:10 +07:00
api add message_bus service dependency (#25) 2022-12-01 17:17:44 +08:00
build update code : add Default App initialize 2024-11-23 12:02:07 +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 update code : add Default App initialize 2024-11-23 12:02:07 +07:00
pkg update code : add Default App initialize 2024-11-23 12:02:07 +07:00
route update code : add Default App initialize 2024-11-23 12:02:07 +07:00
service refactor code 2024-11-22 17:29:12 +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 feature : add ondepanel self signed certificate 2024-10-22 17:36:59 +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
linux-amd64-nextzenos-user-service.tar.gz refactor code 2024-11-22 17:29:12 +07:00
main.go update code : add Default App initialize 2024-11-23 12:02:07 +07:00
Makefile refactor code 2024-11-22 17:29:12 +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**