Finishing up the MVP
This commit is contained in:
parent
3619063e68
commit
7f533cc583
25 changed files with 535 additions and 291 deletions
43
README.md
43
README.md
|
|
@ -1,27 +1,40 @@
|
|||
# Samey
|
||||
|
||||
Sam's small image board. Currently a WIP.
|
||||
Sam's small image board.
|
||||
|
||||
## Status
|
||||
|
||||
Still very much an early WIP.
|
||||
|
||||
### Roadmap
|
||||
|
||||
- [ ] Logging
|
||||
- [ ] Improved error handling
|
||||
- [ ] Caching
|
||||
- [ ] Lossless compression
|
||||
- [ ] Bulk edit tags/Fix tag capitalization
|
||||
- [ ] User management
|
||||
- [ ] Cleanup/fixup background tasks
|
||||
- [ ] Text media
|
||||
- [ ] Improve CSS
|
||||
- [ ] Migrate to Cot...?
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- `ffmpeg` and `ffprobe`
|
||||
|
||||
## TODO
|
||||
## Running
|
||||
|
||||
- [ ] Show pool(s) in post
|
||||
- [ ] CSS
|
||||
- [ ] Logging, better errors...
|
||||
|
||||
### Post-0.1.0 roadmap
|
||||
|
||||
- [ ] Bulk edit tags/Fix tag capitalization
|
||||
- [ ] User management
|
||||
- [ ] Text media
|
||||
- [ ] Cleanup/fixup background tasks
|
||||
- [ ] Migrate to Cot...?
|
||||
|
||||
## Running in development
|
||||
### Development
|
||||
|
||||
```bash
|
||||
bacon serve
|
||||
```
|
||||
|
||||
### Docker Compose
|
||||
|
||||
```bash
|
||||
sqlite3 db.sqlite3 "VACUUM;"
|
||||
docker compose up -d
|
||||
docker compose run --rm samey add-admin-user -u admin -p "superSecretPassword"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue