-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
n8n: new service #1630
base: main
Are you sure you want to change the base?
n8n: new service #1630
Conversation
13c929f
to
f5fbdba
Compare
f5fbdba
to
8c87d38
Compare
working, would appriciate a review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @i-am-logger. I've requested a bunch of minor changes, but otherwise looks good overall.
}; | ||
|
||
processes.n8n = { | ||
exec = "${pkgs.n8n}/bin/n8n"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's nice to have a package
option in the module to let people override the package used.
@@ -0,0 +1,7 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To test that it launches, you can add a .test.sh
script in this folder and curl
a health endpoint of some kind. There are lots of examples of this in the repo.
@@ -0,0 +1,2 @@ | |||
{ ... }: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The n8n
can be removed in favor of the test.
@i-am-logger, I think quite a few of the requested changes are also applicable to your previous PR. I'll be happy to review it once updated. |
Co-authored-by: sander <[email protected]>
Co-authored-by: sander <[email protected]>
Co-authored-by: sander <[email protected]>
Co-authored-by: sander <[email protected]>
Co-authored-by: sander <[email protected]>
Co-authored-by: sander <[email protected]>
Co-authored-by: sander <[email protected]>
having an issue #1628 will appriciate the help.