Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop merge V3 #7

Merged
merged 33 commits into from
Jun 21, 2024
Merged

Develop merge V3 #7

merged 33 commits into from
Jun 21, 2024

Conversation

maksii
Copy link
Owner

@maksii maksii commented Jun 16, 2024

  • 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

@maksii
Copy link
Owner Author

maksii commented Jun 17, 2024

Search - Kaiju No. 8

image
image
image

search with suggested Kaijuu 8-gou
image

@maksii
Copy link
Owner Author

maksii commented Jun 17, 2024

Example of updated docker stack

Run on port 80, optionally set puid\pgid to handle file permissions for downloads, TZ and cron to run each 2hr update all

version: '3.8'
services:
  toloka2web:
    image: maksii/toloka2web:latest
    container_name: toloka2web
    volumes:
      - /path/to/your/config:/app/data
       - /path/to/your/downlods:/path/to/your/downlods
    environment:
      - PORT=80 
      - PUID=1024
      - PGID=100
      - CRON_SCHEDULE=0 */2 * * *
      - TZ=Europe/Kiev
    restart: unless-stopped
    user: "${PUID}:${PGID}"

@maksii
Copy link
Owner Author

maksii commented Jun 21, 2024

image

@maksii maksii merged commit c26eacb into main Jun 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant