Skip to content

Releases: maksii/Toloka2Web

cron jobs, multi-search, backdrop images

21 Jun 19:53
c26eacb
Compare
Choose a tag to compare
  • Migration to alpine-based image \ dockerfile impro \ overall image size drop to 90MB from 380MB
  • cron, timezones, ports, user binding
  • better release toast messages
  • API key requirements to endpoints
  • Search Assistant Prototype - combined search from MAL, TMDB, localdb
  • Search redesign to tabs
  • Settings redesign to tabs
  • MAL and TMDB API service
  • All JS refactored to class\modules, with removal of most jQuery calls
  • Image backdrop added based on TMDB trending tv's of the day
  • Add releases migrated to the modal with search enabled on all pages

User Registration, Mobile Support, Settings Page in preparation of stream2meadiserver

15 Jun 19:15
312ec69
Compare
Choose a tag to compare

Mobile responsive for datatables.
Application Local DB preparations.
Login and Registration form
Settings page
Admin and User roles
Restrictions to authorized users to some endpoints
Restrictions to admin users to some endpoints
Initial sync of app.ini and titles.ini into localdb
the app will auto create ini files and download db if none is present.
logo and favicon
endpoints names to mimic REST naming
readme updates
multiple internal improvements and preparations for stream2mediaserver

image
image

What's Changed

Full Changelog: v2024.06.09...v2024.06.15

Standalone release of toloka2web

09 Jun 15:49
7ea3dc8
Compare
Choose a tag to compare

Standalone toloka2web web client of toloka2mediaserver
Preparation for stream2mediaserver integration
Endpoint and pages placeholder for Studios and Anime pages
Dependency change to CakesTwix repos

Docker image
tags:
latest - main branch latest stable release
develop - unstable development version

copy configs and db into /path/to/config/

version: '3.8'
services:
  toloka2mediaserver:
    image: maksii/toloka2web:latest 
    container_name: toloka2web
    ports:
      - "5000:5000"
    volumes:
      - /path/to/config/:/app/data
    restart: unless-stopped