mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #2093] [Feature request] Dynamic script config from code #1303
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#1303
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @P6g9YHK6 on GitHub (Dec 3, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2093
Originally assigned to: @silversword411 on GitHub.
Is your feature request related to a problem? Please describe.
currently updating all the script base information from GIT is a annoying due to how the api works for uploading code
Describe the solution you'd like
a way to overwrite by default any value from the scripts settings by flaging them in the code directly
when the value for exemple "Name: XXX" is set in the script trmm would take this value for the script name by default and ignore any changes made on the UI.
the exemple block could be added in any language in comment block as ps,py,nu,sh,bat all can have either comment block or goto skip
this would also be usefull if one day people start sharing their own repo
Describe alternatives you've considered
niet
Additional context

I have also added a draft for a new way of handeling community scripts submission that would help automate/speedup/standardize code review but this is not required for this request