Go to file
2023-03-21 22:57:30 -04:00
.github/workflows update github workflow with newer version of different actions (#33) 2023-03-21 22:57:30 -04:00
api add message_bus service dependency (#25) 2022-12-01 17:17:44 +08:00
build fix installation issue for Mint Linux (#31) 2023-02-09 19:45:39 -05: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 bump version from 0.4.1 to 0.4.2 2023-02-09 19:46:34 -05:00
model Event retention (#23) 2022-11-30 12:16:11 +08:00
pkg fix sqlite db lock by reducing maximum open connections to 1 (#26) 2022-12-02 17:14:57 -05:00
route add error log 2022-12-07 03:56:35 +00:00
service add message_bus service dependency (#25) 2022-12-01 17:17:44 +08: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 enable code coverage (#30) 2023-01-17 12:38:22 -05:00
go.mod add upx as part of building step to shrink the size of binary files (#28) 2022-12-29 18:19:49 -05:00
go.sum add upx as part of building step to shrink the size of binary files (#28) 2022-12-29 18:19:49 -05:00
LICENSE Initial commit 2022-07-22 11:11:34 -04:00
main.go add upx as part of building step to shrink the size of binary files (#28) 2022-12-29 18:19:49 -05: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**