setup agent runtime requirements (#7)

This commit is contained in:
Hari 2026-04-01 00:37:15 -04:00 committed by GitHub
parent 5d97c33d7e
commit e75b3f98a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 424 additions and 28 deletions

12
.env.agent.example Normal file
View file

@ -0,0 +1,12 @@
BETTERNAS_CLONE_NAME=betternas-main
COMPOSE_PROJECT_NAME=betternas-main
BETTERNAS_CONTROL_PLANE_PORT=3001
BETTERNAS_NODE_AGENT_PORT=3090
BETTERNAS_NEXTCLOUD_PORT=8080
BETTERNAS_EXPORT_PATH=.state/betternas-main/export
BETTERNAS_VERSION=local-dev
BETTERNAS_NODE_DIRECT_ADDRESS=http://localhost:${BETTERNAS_NODE_AGENT_PORT}
BETTERNAS_EXAMPLE_MOUNT_URL=http://localhost:${BETTERNAS_NODE_AGENT_PORT}/dav/
NEXTCLOUD_BASE_URL=http://localhost:${BETTERNAS_NEXTCLOUD_PORT}
NEXTCLOUD_ADMIN_USER=admin
NEXTCLOUD_ADMIN_PASSWORD=admin