mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-18 11:02:07 +00:00
Stabilize the node agent runtime loop.
Keep the NAS-side runtime bounded to the configured export path, make WebDAV and registration behavior env-driven, and add runtime coverage so the first storage loop can be verified locally. Generated with [Devin](https://cli.devin.ai/docs) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
a7f85f4871
commit
273af4b0ab
14 changed files with 3294 additions and 36 deletions
|
|
@ -9,7 +9,9 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /out/node-agent ./cmd/node-agent
|
|||
FROM alpine:3.21
|
||||
|
||||
WORKDIR /app
|
||||
RUN apk add --no-cache ca-certificates
|
||||
COPY --from=build /out/node-agent /usr/local/bin/node-agent
|
||||
ENV BETTERNAS_NODE_LISTEN_ADDRESS=:8090
|
||||
|
||||
EXPOSE 8090
|
||||
CMD ["node-agent"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue