Skip to content

Commit 78850d6

Browse files
committed
feat(n8n development): add submodule for n8n node development)
1 parent 329a7d6 commit 78850d6

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "n8n-nodes-actual-budget-rest-api"]
2+
path = n8n-nodes-actual-budget-rest-api
3+
url = git@github.com:ZoneMix/n8n-nodes-actual-budget-rest-api.git
4+
branch = main

docker-compose.dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,12 @@ services:
3131
- "5678:5678"
3232
environment:
3333
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
34+
# For local development of the Actual Budget REST API n8n node
35+
#- N8N_CUSTOM_EXTENSIONS=/home/node/.n8n/custom
3436
volumes:
3537
- ./data/dev/n8n:/home/node/.n8n
38+
# For local development of the Actual Budget REST API n8n node
39+
#- ./n8n-nodes-actual-budget-rest-api:/home/node/.n8n/custom/node_modules/n8n-nodes-actual-budget-rest-api
3640
depends_on:
3741
- actual-api-wrapper
3842

n8n-nodes-actual-budget-rest-api

0 commit comments

Comments
 (0)