mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[PR #1022] [CLOSED] Linux Agent Functionality #3768
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#3768
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?
📋 Pull Request Information
Original PR: https://github.com/amidaware/tacticalrmm/pull/1022
Author: @redanthrax
Created: 3/26/2022
Status: ❌ Closed
Base:
develop← Head:linuxagent📝 Commits (10+)
3287b4aMerge branch 'develop'081ad3cMerge branch 'develop'29b04eeMerge branch 'develop'4992002Merge branch 'develop'192e418Merge branch 'develop'1f77acdMerge branch 'develop'cf0941cMerge branch 'develop'c2a9685Merge branch 'develop'293f44cRelease 0.1.04d27f2bRelease 0.1.1📊 Changes
8 files changed (+440 additions, -95 deletions)
View changed files
📝
api/tacticalrmm/agents/urls.py(+1 -0)📝
api/tacticalrmm/agents/utils.py(+20 -1)📝
api/tacticalrmm/agents/views.py(+52 -24)📝
api/tacticalrmm/core/agent_linux.sh(+88 -67)➕
api/tacticalrmm/tacticalrmm/private/exe/agent_linux.sh(+202 -0)📝
api/tacticalrmm/tacticalrmm/settings.py(+5 -0)📝
web/src/components/modals/agents/InstallAgent.vue(+20 -3)➕
web/src/components/modals/agents/LinuxAgent.vue(+52 -0)📄 Description
Added functionality to generate bash one-liner for linux agent deployment.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.