mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #1005] Feature request: A central "pool" for files. #611
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#611
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 @DirectITServicesUK on GitHub (Mar 15, 2022).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1005
Can we have a "files pool". Where installation and/or config files can be stored.
So then when a script is scheduled on an agent, for example to install an application, it automagically downloads the file to where the script is run on the agent, rather than having to script the downloading of the file first.
Example of use:- BGINFO
Lets say you have a BGINFO executable, and a config file, that you want on all machines. That .BGI file will need to be hosted somewhere, and a script needs to grab that file, and place it.
Example from competitor - https://community.syncromsp.com/t/scripting-overview/592#required_files
@wh1te909 commented on GitHub (Mar 16, 2022):
good request yes we can do something like that
@silversword411 commented on GitHub (Apr 7, 2022):
Probably best to do in TRMM long term, but mesh can also do it now:
https://www.youtube.com/watch?v=UOIjWnsxsN8
@sadnub commented on GitHub (Apr 17, 2022):
How do you envision the permissions to work on the uploaded files? Should those be downloadable publicly or just available to the agent?
@sadnub commented on GitHub (Apr 17, 2022):
On another note, I have had really good luck embedded plain text files in powershell as here strings.
Now the script has no external dependencies and will run on anything anywhere.
@dinger1986 commented on GitHub (Apr 17, 2022):
Accessible via the token the agent uses? Not public I don't think.
Would be useful for scripts to have a repository to download files from and maybe place them there as well?
@jlydia commented on GitHub (Mar 27, 2023):
Any updates on this?
@rwright-bci commented on GitHub (Feb 22, 2024):
Also very interested in this. Having it function like Syncro's implementation of it would be fantastic. We used Syncro for a time and that was one of its best features.