karideo/readme.md

57 lines
1.4 KiB
Markdown
Raw Normal View History

2019-12-21 21:51:39 +01:00
Karideo
=======
2020-01-06 21:39:52 +01:00
**K**angaroo **A**nd **R**abbit (v)IDEO is a simple framework to propose video streaming for personal network
(like google play, netflix, amazon video... without payment module, but with login interface)
2019-12-21 21:51:39 +01:00
Run and install:
================
2020-01-06 21:39:52 +01:00
so simple...
```{.bash}
2020-02-16 23:38:13 +01:00
# start the Bdd interface (no big data > 50Mo)
cd bdd
docker-compose up -d
# start the REST API
2020-01-06 21:39:52 +01:00
cd back
docker-compose up -d
2020-02-16 23:38:13 +01:00
# start the front API
2020-01-06 21:39:52 +01:00
cd ../front
docker-compose up -d
```
2022-06-30 18:43:27 +02:00
build the local image:
2022-10-11 22:02:46 +02:00
docker build -t gitea.atria-soft.org/kangaroo-and-rabbit/karideo:latest .
2022-06-30 18:43:27 +02:00
docker login gitea.atria-soft.org
docker push gitea.atria-soft.org/kangaroo-and-rabbit/karideo:latest
2020-01-06 21:39:52 +01:00
TODO list:
==========
- API to add cover (media && group)
- GUI to add cover (media && group)
- GUI to add a media
- GUI to check if media already uploaded
- GUI to play the next episode
- GUI to do back on the view
- GUI corect the reload webPage
- API for univers
- GUI to change the name of a media
- GUI to change the group of the media
- GUI to change the saison of the media
- GUI to change the episode number of the media
- GUI to change the univers of the media
- GUI to add new univers, group, saison
- Application mode of the GUI
- Correct the problem of production mode
- API add OAuth model
- API add user specific last view and position in videos and series
- ...