[MPL-2] Video interface
Go to file
2022-06-30 18:43:27 +02:00
back [DEV] update docker 2022-06-30 18:43:27 +02:00
bdd [DEV] migrate karideo java 2020-10-25 00:39:52 +02:00
front [DEV] update docker 2022-06-30 18:43:27 +02:00
.checkstyle [DEV] some updates 2020-10-10 22:35:09 +02:00
.gitignore [DEV] refactor all (SSO + better bdd, no null ...) 2022-06-03 00:28:30 +02:00
docker-compose.yaml [DEV] update docker 2022-06-30 18:43:27 +02:00
Dockerfile [DEV] wrong port number 2022-06-06 23:59:40 +02:00
readme.md [DEV] update docker 2022-06-30 18:43:27 +02:00

Karideo

Kangaroo And Rabbit (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)

Run and install:

so simple...

# start the Bdd interface (no big data > 50Mo)
cd bdd
docker-compose up -d
# start the REST API
cd back
docker-compose up -d
# start the front API
cd ../front
docker-compose up -d

build the local image:

docker build -t kangaroo-and-rabbit/karideo .

docker tag kangaroo-and-rabbit/karideo:latest gitea.atria-soft.org/kangaroo-and-rabbit/karideo:latest

docker login gitea.atria-soft.org

docker push gitea.atria-soft.org/kangaroo-and-rabbit/karideo:latest

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
  • ...