Handle bash and python code directly
Make it possible to write scripts (bash/python) directly
As discussed within twitter, maybe we could port https://github.com/nsacyber/WALKOFF-Apps/tree/master/LinuxShell. This would allow execution of shell commands locally and over ssh.
Good idea! We should probably do that for more than just shell commands as the apps in theory should work directly in Shuffle.
Could you please describe in more detail what this means? Cause I'm currently trying to port the app into shuffle.
Their new app format is the same format used for Shuffle, but I checked it again and saw that this is their old apps.
I'd suggest translating these ones instead, as they're the new format that uses Docker: https://github.com/nsacyber/WALKOFF/tree/master/apps/ssh/1.0.0
I guess this also means it's about time I write documentation for app creation :woman_dancing:
Their new app format is the same format used for Shuffle, but I checked it again and saw that this is their old apps.
I'd suggest translating these ones instead, as they're the new format that uses Docker: https://github.com/nsacyber/WALKOFF/tree/master/apps/ssh/1.0.0
I guess this also means it's about time I write documentation for app creation 💃
Thanks for pointing that out I will try to use this application. When I saw the WALKOFF app for the first time it seemed to be in an older format. But then I don't have to lose energy in rewriting to the new format.
Hey @n3x77, have you gotten any farther? I'll be working on app docs this weekend (finally have time!) :)
Hi Frikky,
Sorry I couldn't find the time for it. I did see testing but think you're documentation will help a lot.
Frikky [email protected] schrieb am Do., 30. Juli 2020, 07:41:
Hey @n3x77 https://github.com/n3x77, have you gotten any farther? I'll be working on app docs this weekend (finally have time!) :)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/frikky/Shuffle-apps/issues/10#issuecomment-666130455, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE5543CPNVLBDXWYVKCD363R6EBW3ANCNFSM4PCEQ3YA .
Bash works! https://twitter.com/shuffleio/status/1304037645006168066?s=20
Now for python...