mirror of
https://github.com/tale/headplane.git
synced 2026-09-03 10:48:17 +00:00
docs: agent config was not under its correct section
This commit is contained in:
@@ -26,6 +26,7 @@ FROM node:22-alpine
|
|||||||
RUN apk add --no-cache ca-certificates
|
RUN apk add --no-cache ca-certificates
|
||||||
RUN mkdir -p /var/lib/headplane
|
RUN mkdir -p /var/lib/headplane
|
||||||
RUN mkdir -p /usr/libexec/headplane
|
RUN mkdir -p /usr/libexec/headplane
|
||||||
|
RUN mkdir -p /var/lib/headplane/agent
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=build /app/build /app/build
|
COPY --from=build /app/build /app/build
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ headscale:
|
|||||||
|
|
||||||
# Integration configurations for Headplane to interact with Headscale
|
# Integration configurations for Headplane to interact with Headscale
|
||||||
integration:
|
integration:
|
||||||
|
agent:
|
||||||
# The Headplane agent allows retrieving information about nodes
|
# The Headplane agent allows retrieving information about nodes
|
||||||
# This allows the UI to display version, OS, and connectivity data
|
# This allows the UI to display version, OS, and connectivity data
|
||||||
# You will see the Headplane agent in your Tailnet as a node when
|
# You will see the Headplane agent in your Tailnet as a node when
|
||||||
|
|||||||
Reference in New Issue
Block a user