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

Testing

  • python -m py_compile app.py

Codex Task

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ 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".

COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt

COPY index.html styles.css config.template.js docker-entrypoint.sh app.py .

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Copy request/donation pages into Docker image

The Dockerfile only copies index.html, styles.css, config.template.js, docker-entrypoint.sh, and app.py, but the newly added requests.html and donation.html pages are not included. When building and running the container (the documented deployment path), the Flask routes /requests and /donation will serve 404s because the underlying files are missing from the image, so the new access-gated pages are unusable.

Useful? React with 👍 / 👎.

@TimUx TimUx merged commit be200a2 into main Nov 17, 2025
@TimUx TimUx deleted the codex/research-falcon-player-api-and-endpoints branch November 20, 2025 21:46
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