24 lines
871 B
Markdown
24 lines
871 B
Markdown
# Toho Miku
|
|
[](https://discord.gg/uWFpsYnbPX) [](https://patreon.com/toho_miku)
|
|
|
|
Part of this project are
|
|
- [Toho-Mon](https://github.com/JanGross/toho-mon) Bot status monitoring with webhook alerts
|
|
- [Toho-Reno](https://github.com/JanGross/toho-reno) Headless render node
|
|
- [Job-Server](https://github.com/JanGross/job-server) Jobserver managing render jobs
|
|
|
|
### Run dev container
|
|
|
|
```bash
|
|
$ docker-compose -f docker-compose.yml -f docker-compose.dev.yml up
|
|
```
|
|
|
|
### Sequelize migrations
|
|
|
|
```bash
|
|
$npx sequelize db:migrate
|
|
$npx sequelize db:seed:all
|
|
```
|
|
|
|
### API
|
|
API docs can be found in [Docs/api/README.md](Docs/api/README.md)
|