Go to file
2024-07-01 11:56:38 +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 init 2024-02-21 11:45:10 +07:00
build Merge remote-tracking branch 'casaos/main' into version-1.1 2024-06-02 22:33:23 +07:00
cmd/migration-tool update 2024-02-21 12:06:40 +07:00
codegen init 2024-02-21 11:45:10 +07:00
common suppport multiple users 2024-07-01 04:01:09 +07:00
dist suppport multiple users 2024-07-01 04:01:09 +07:00
model init 2024-02-21 11:45:10 +07:00
pkg update 2024-02-21 12:06:40 +07:00
route suppport multiple users 2024-07-01 04:01:09 +07:00
service update 2024-02-21 12:06:40 +07:00
.gitignore update 2024-07-01 11:56:38 +07:00
.goreleaser.debug.yaml update UserStatus function 2024-06-29 12:26:04 +07:00
.goreleaser.yaml init 2024-02-21 11:45:10 +07:00
go.mod init 2024-02-21 11:45:10 +07:00
go.sum update 2024-02-21 12:06:40 +07:00
LICENSE init 2024-02-21 11:45:10 +07:00
main.go update 2024-02-21 12:06:40 +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 init 2024-02-21 11:45:10 +07: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**