mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 05:02:07 +00:00
setup agent runtime requirements (#7)
This commit is contained in:
parent
5d97c33d7e
commit
e75b3f98a6
17 changed files with 424 additions and 28 deletions
12
.env.agent.example
Normal file
12
.env.agent.example
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue