You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
Usually for any kind of app, if we need to execute some operations like backup, restore, other options, we will attach to docker container and run some commands. In fewer cases, we also need to refer service configuration in database (like postgresql DSN)
Describe the solution you'd like
We need to extend the docs of stack, where we can provide this custom action buttons.
Specs will be like
Button Name
Required Inputs
Name of Input
Description
Type of Input (Text, Number, Dropdown)
Output
Title
Description
Type (Text, File [Temporary, will be destroyed after download])
Message
Success Message
Error Message
Warning before executing Message
Command
Type (Exec, Text Interpolation)
Command / Text Format
It can have specific syntax and will be replaced by swiftwave before executing, like $env.<variable_name>
Note: If in any case, we need to store thing in file, using exec store in a temp directory and later use docker cp to copy from container to host and then from host using rsync, move to swiftwave node
Are you working on this?
Yes
The text was updated successfully, but these errors were encountered:
Let's go ahead without this for v2 first release. People can use the web shell to run something (manual)
Current target is to make swiftwave stable and provide different config of apps (with sqlite / with mysql / with external mysql)
Is your feature request related to a problem? Please describe
Usually for any kind of app, if we need to execute some operations like backup, restore, other options, we will attach to docker container and run some commands. In fewer cases, we also need to refer service configuration in database (like postgresql DSN)
Describe the solution you'd like
We need to extend the docs of stack, where we can provide this custom action buttons.
Specs will be like
$env.<variable_name>
Note: If in any case, we need to store thing in file, using exec store in a temp directory and later use
docker cp
to copy from container to host and then from host using rsync, move to swiftwave nodeAre you working on this?
Yes
The text was updated successfully, but these errors were encountered: