Go to file
2024-03-26 11:35:25 +08:00
.github/workflows uodate releaser 2023-11-20 10:00:15 +00:00
api add message_bus service dependency (#25) 2022-12-01 17:17:44 +08:00
build create default config if it does not already exist (#39) 2023-07-31 17:18:09 +08: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
common chore: bump version to 0.4.8 (#43) 2024-03-26 11:35:25 +08:00
model Event retention (#23) 2022-11-30 12:16:11 +08:00
pkg create default config if it does not already exist (#39) 2023-07-31 17:18:09 +08:00
route Merge pull request from GHSA-hcw2-2r9c-gc6p 2024-03-12 18:17:46 +08:00
service Send notification 2024-02-04 08:15:37 +00:00
.gitignore 🎨: Add openapi. (#32) 2023-03-15 14:07:38 -04:00
.goreleaser.debug.yaml enable code coverage (#30) 2023-01-17 12:38:22 -05:00
.goreleaser.yaml update goreleaser 2023-11-20 10:10:44 +00:00
go.mod Merge pull request from GHSA-c69x-5xmw-v44x 2024-02-05 14:15:00 +08:00
go.sum update sum 2024-02-04 08:43:07 +00:00
LICENSE Initial commit 2022-07-22 11:11:34 -04:00
main.go Send notification 2024-02-04 08:15:37 +00: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**