Skip to content

Conversation

@TimUx
Copy link
Owner

@TimUx TimUx commented Nov 17, 2025

Summary

  • add an access-code gate on the home page with env-driven config and localStorage unlocking
  • guard the wish and donation pages behind the same code and style a prominent entry field
  • document the ACCESS_CODE variable and generate it into config.js via the entrypoint
  • provide a .env.example template and README note for configuring deployments quickly

Testing

  • python -m py_compile app.py

Codex Task

@TimUx TimUx merged commit cc3f983 into main Nov 17, 2025
@chatgpt-codex-connector
Copy link

💡 Codex Review

https://github.com/TimUx/fpp-control/blob/34b0439fdc356c68ba72d45af645fa8c1bef61ca/Dockerfile#L8
P1 Badge Include new HTML pages in Docker image

The Docker build still copies only index.html and styles.css, so the newly added donation.html and requests.html never make it into the image. Running the container as documented will return 404s for /donation and /requests because those files are missing while the Flask routes expect them. Add the new pages to the COPY list so they are served in Docker deployments.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@TimUx TimUx deleted the codex/research-falcon-player-api-and-endpoints-9t2aig branch November 17, 2025 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants