Skip to content

Final version for master practical - #1

Open
Philippm01 wants to merge 25 commits into
mainfrom
pmr
Open

Philippm01 wants to merge 25 commits into
mainfrom
pmr

Conversation

@Philippm01

Copy link
Copy Markdown
Collaborator

No description provided.

@stefanDeveloper
stefanDeveloper self-requested a review September 4, 2026 09:17
@stefanDeveloper stefanDeveloper added the enhancement New feature or request label Sep 7, 2026

@stefanDeveloper stefanDeveloper left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

There are some questions before merging.

Comment thread nginx/sites.tar.gz

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Why is there a tar.gz committed?

Comment thread orchestrator/Dockerfile
ARG GITHUB_TOKEN
ENV GITHUB_TOKEN=${GITHUB_TOKEN}
RUN mkdir -p /opt/vcpkg/downloads && \
curl -sL -H "Authorization: token ${GITHUB_TOKEN}" -o /opt/vcpkg/downloads/Thalhammer-jwt-cpp-v0.7.2.tar.gz https://github.com/Thalhammer/jwt-cpp/archive/v0.7.2.tar.gz && \

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

GITHUB_TOKEN in the container?

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

a wait, it is in the build stage

Comment thread docker-compose.yml
condition: service_healthy
environment:
HONEYPOT_LOG_FILE: /app/logs/honeypot.jsonl
HONEYPOT_LOG_FILE: /dev/null

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Why /dev/null ?

Comment thread docker-compose.yml
context: ./honeybot
dockerfile: Dockerfile
args:
- GITHUB_TOKEN=${GITHUB_TOKEN:-}

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

??? Why do we need a Github Token for local builds?

@stefanDeveloper stefanDeveloper added the question Further information is requested label Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request question Further information is requested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants