[PR #1207] [CLOSED] Removed 22.04 options due to libssl version breaking use of focal repos #1836

Closed
opened 2026-03-02 02:24:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm/pull/1207
Author: @ninjamonkey198206
Created: 7/13/2022
Status: Closed

Base: developHead: develop-installer-update-ws


📝 Commits (10+)

📊 Changes

28 files changed (+3716 additions, -1 deletions)

View changed files

📝 api/tacticalrmm/core/management/commands/pre_update_tasks.py (+1 -1)
default-configs/celery/celery.conf (+16 -0)
default-configs/mesh/config.json (+34 -0)
default-configs/nginx/frontend.conf (+41 -0)
default-configs/nginx/meshcentral.conf (+47 -0)
default-configs/nginx/rmm.conf (+88 -0)
default-configs/python/local_settings.py (+25 -0)
default-configs/uwsgi/app.ini (+24 -0)
installer-util.sh (+448 -0)
script-cfg/CertificateFunctions.cfg (+229 -0)
script-cfg/ConfigAndServiceFunctions.cfg (+345 -0)
script-cfg/DatabaseFunctions.cfg (+21 -0)
script-cfg/InputAndError.cfg (+47 -0)
script-cfg/InstallFunctions.cfg (+335 -0)
script-cfg/MiscFunctions.cfg (+360 -0)
script-cfg/NetworkFunctions.cfg (+70 -0)
script-cfg/ParentFunctions.cfg (+831 -0)
script-cfg/SystemInfoFunctions.cfg (+112 -0)
script-cfg/TroubleshootingFunctions.cfg (+128 -0)
script-cfg/UpdateRestoreFunctions.cfg (+136 -0)

...and 8 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/amidaware/tacticalrmm/pull/1207 **Author:** [@ninjamonkey198206](https://github.com/ninjamonkey198206) **Created:** 7/13/2022 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop-installer-update-ws` --- ### 📝 Commits (10+) - [`72fb742`](https://github.com/amidaware/tacticalrmm/commit/72fb7425790f2e1997967a0fda01cb8286ec81de) Create config.json - [`a7f79a2`](https://github.com/amidaware/tacticalrmm/commit/a7f79a2b8bea8f737d71319ee9d12f30ee1f22ef) Change URLs to defaults for editing during install - [`ab02d87`](https://github.com/amidaware/tacticalrmm/commit/ab02d877dda22fa6fd1aac715fa4c8ff19cf93f6) Update config.json - [`2646267`](https://github.com/amidaware/tacticalrmm/commit/26462672a98e9c6c1a8c38aefeaabe4b666fc479) Create local_settings.py - [`8799af4`](https://github.com/amidaware/tacticalrmm/commit/8799af46e9d9c37d25a83123bf5a71790b1c83dd) Create app.ini - [`84a39dd`](https://github.com/amidaware/tacticalrmm/commit/84a39dd72f97c8c20b8cebabc801c0f941e70c53) Create rmm.service - [`f026940`](https://github.com/amidaware/tacticalrmm/commit/f026940362390ac5bb7bedcabab77d10943f3300) Create daphne.service - [`6b9b081`](https://github.com/amidaware/tacticalrmm/commit/6b9b081350352dfbc176424b18768e5c62e05bed) Create nats.service - [`d0f932c`](https://github.com/amidaware/tacticalrmm/commit/d0f932cc79014c4997f670bbbac940ec1d4a44e3) Create nats-api.service - [`52867db`](https://github.com/amidaware/tacticalrmm/commit/52867db790fb47eafa90fb9b7386c879d2bb75ed) Create celery.service ### 📊 Changes **28 files changed** (+3716 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `api/tacticalrmm/core/management/commands/pre_update_tasks.py` (+1 -1) ➕ `default-configs/celery/celery.conf` (+16 -0) ➕ `default-configs/mesh/config.json` (+34 -0) ➕ `default-configs/nginx/frontend.conf` (+41 -0) ➕ `default-configs/nginx/meshcentral.conf` (+47 -0) ➕ `default-configs/nginx/rmm.conf` (+88 -0) ➕ `default-configs/python/local_settings.py` (+25 -0) ➕ `default-configs/uwsgi/app.ini` (+24 -0) ➕ `installer-util.sh` (+448 -0) ➕ `script-cfg/CertificateFunctions.cfg` (+229 -0) ➕ `script-cfg/ConfigAndServiceFunctions.cfg` (+345 -0) ➕ `script-cfg/DatabaseFunctions.cfg` (+21 -0) ➕ `script-cfg/InputAndError.cfg` (+47 -0) ➕ `script-cfg/InstallFunctions.cfg` (+335 -0) ➕ `script-cfg/MiscFunctions.cfg` (+360 -0) ➕ `script-cfg/NetworkFunctions.cfg` (+70 -0) ➕ `script-cfg/ParentFunctions.cfg` (+831 -0) ➕ `script-cfg/SystemInfoFunctions.cfg` (+112 -0) ➕ `script-cfg/TroubleshootingFunctions.cfg` (+128 -0) ➕ `script-cfg/UpdateRestoreFunctions.cfg` (+136 -0) _...and 8 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 02:24:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#1836
No description provided.