mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-26 16:30:57 +01:00
feat: add user groups (#376)
* feat: add user groups * wip: add unit tests * wip: add more tests and normalized name for creation and update * test: add unit tests for group router * fix: type issues, missing mysql schema, rename column creator_id to owner_id * fix: lint and format issues * fix: deepsource issues * fix: forgot to add log message * fix: build not working * chore: address pull request feedback * feat: add mysql migration and fix merge conflicts * fix: format issue and test issue
This commit is contained in:
1
scripts/docker-run.cmd
Normal file
1
scripts/docker-run.cmd
Normal file
@@ -0,0 +1 @@
|
||||
docker run -p 3000:3000 -p 3001:3001 homarr:latest
|
||||
@@ -1,5 +1,5 @@
|
||||
# Run migrations
|
||||
node ./db/migrate.cjs ./db/migrations
|
||||
node ./db/migrate.cjs ./db/migrations/sqlite
|
||||
|
||||
# Start Redis
|
||||
redis-server &
|
||||
|
||||
Reference in New Issue
Block a user