Skip to content
This repository was archived by the owner on Apr 29, 2023. It is now read-only.

dmintz7/puzzles

Repository files navigation

Puzzles

Download Daily Newsday Crossword and Daily Sudoku with Frontend Calendar

Puzzles will be saved as: BASE-PATH-TO-SAVE-PUZZLES
crosswords
puzzle solution sudoku
puzzle solution

If the puzzle fails to download, it will redirect to live link

Example Docker-Compose File

puzzles:
    container_name: puzzles
    image: puzzles
    build:
        dockerfile: ./Puzzles/Dockerfile
        context: ./Puzzles
    ports:
        - EXTERNAL-PORT:80
    environment:
        - WEB_ROOT=/
    volumes:
        - BASE-PATH-TO-SAVE-PUZZLES:/app/docs
        - BASE-PATH-TO-LOGS:/app/logs
    restart: unless-stopped

About

Download Daily Newsday Crossword and Daily Sudoku with Frontend Calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published