https://github.com/michaelfba/sooth
Sooth - Self hosted media center
https://github.com/michaelfba/sooth
Last synced: 10 months ago
JSON representation
Sooth - Self hosted media center
- Host: GitHub
- URL: https://github.com/michaelfba/sooth
- Owner: MichaelFBA
- License: mit
- Created: 2022-10-30T07:32:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T12:43:24.000Z (over 3 years ago)
- Last Synced: 2025-01-14T14:50:26.468Z (over 1 year ago)
- Language: TypeScript
- Size: 2.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sooth
FOSS (self hosted media server) written in Fresh / Deno
## Development
Start the project:
```
deno task start
```
This will watch the project directory and restart as necessary.
## Migrations
### Create migration
`deno run -A --unstable https://deno.land/x/nessie/cli.ts make create_users`
### Migrate [amount?]
`deno run -A --unstable https://deno.land/x/nessie/cli.ts migrate`
`deno run -A --unstable https://deno.land/x/nessie/cli.ts migrate 1`
### Rollback [amount?]
`deno run -A --unstable https://deno.land/x/nessie/cli.ts rollback`
`deno run -A --unstable https://deno.land/x/nessie/cli.ts rollback 1`
`deno run -A --unstable https://deno.land/x/nessie/cli.ts rollback all`