You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.0 KiB
57 lines
1.0 KiB
modules = ["python-3.12", "bash", "web"]
|
|
|
|
[workflows]
|
|
runButton = "Project"
|
|
|
|
[[workflows.workflow]]
|
|
name = "Project"
|
|
mode = "parallel"
|
|
author = "agent"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "workflow.run"
|
|
args = "FreeDMR Server"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "workflow.run"
|
|
args = "Password Dashboard"
|
|
|
|
[[workflows.workflow]]
|
|
name = "FreeDMR Server"
|
|
author = "agent"
|
|
|
|
[workflows.workflow.metadata]
|
|
outputType = "console"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "shell.exec"
|
|
args = "python bridge_master.py -c ./config/adn.cfg"
|
|
|
|
[[workflows.workflow]]
|
|
name = "Password Dashboard"
|
|
author = "agent"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "shell.exec"
|
|
args = "python dashboard.py"
|
|
waitForPort = 5000
|
|
|
|
[workflows.workflow.metadata]
|
|
outputType = "webview"
|
|
|
|
[[ports]]
|
|
localPort = 4321
|
|
externalPort = 3000
|
|
|
|
[[ports]]
|
|
localPort = 5000
|
|
externalPort = 80
|
|
|
|
[agent]
|
|
expertMode = true
|
|
integrations = ["github:1.0.0"]
|
|
|
|
[nix]
|
|
channel = "stable-25_05"
|
|
packages = ["cargo", "gitFull", "glibcLocales", "libiconv", "libxcrypt", "openssl", "pkg-config", "rustc", "wkhtmltopdf"]
|