mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 23:15:57 +03:00
[PR #209] [CLOSED] Added Install Script for Debian 10 #1564
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#1564
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/209
Author: @comprofix
Created: 12/16/2020
Status: ❌ Closed
Base:
develop← Head:debian📝 Commits (10+)
c84a9d0tactical-cli for managing docker installationsd22efe9Added Install Script for Debian 100076779Fixed Paths in ClearFirefoxCache.ps1 & ClearGoogleChromeCache.ps15c6ac75Merge pull request #210 from mckinnon81/scripts7abed47Merge branch 'develop' of https://github.com/wh1te909/tacticalrmm into develop9254532fix applying default policies in certain situations40db5d4remove debug print0a9c647Merge pull request #211 from sadnub/develop33442faAdded Install Script for Debian 1080451a8Updated install.sh for both Debian and Ubuntu Installs📊 Changes
10 files changed (+581 additions, -60 deletions)
View changed files
📝
api/tacticalrmm/accounts/views.py(+2 -2)📝
api/tacticalrmm/automation/models.py(+2 -2)📝
api/tacticalrmm/automation/tasks.py(+22 -2)📝
api/tacticalrmm/core/views.py(+6 -4)📝
api/tacticalrmm/scripts/migrations/0006_auto_20201210_2145.py(+5 -1)➕
docker/install.sh(+44 -0)➕
docker/tactical-cli(+439 -0)📝
install.sh(+45 -17)📝
scripts/ClearFirefoxCache.ps1(+9 -17)📝
scripts/ClearGoogleChromeCache.ps1(+7 -15)📄 Description
Updated api\tacticalrmm\accounts\views.py valid_window=500000
Here is the Install Script for Debian and updates to apt\tacticalrmm\accounts\views.py for 2FA to work.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.