Replies: 1 comment 1 reply
-
In the next stable version, there will be improvements in file transfers via SFTP.
I have been using n8n alongside ShellHub for personal projects. Moreover, I have been testing n8n on ShellHub's internal services to measure server latency and health. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I was wondering if anyone had tried using a automation tool through shellhub.
I think ansible is the most present on the market, but I couldn't get it to work with shellhub.
I think this is because it uses unix socket forwarding and it's not supported at the moment.
To be able to automate tasks I tried another software called SPOT which is nice.
This one is less complex than ansible and offers the same kind of automation functionality.
It uses a simple exec to run a command on the hosts, and sftp upload the file to the hosts.
For the moment I have succeeded in getting the executions to work with a simple command, however there seems to be a bug when transfers via sftp are used.
In your projects do you use tools to automate tasks through shellhub?
Beta Was this translation helpful? Give feedback.
All reactions