Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add software items to install/remove Plex Media Server, Emby Server and Docker #100

Merged
merged 7 commits into from
Sep 24, 2024

Conversation

igorpecovnik
Copy link
Member

Description

Add software items to install/remove Plex Media Server, Emby Server and Docker

Implementation Details

Add sub menu under Software, SW01.4 - Softy - 3rd party apps:
Add menu items with appropriate visibility:
SW22 - Install Plex Media server
SW23 - Remove Plex Media server
SW23 - Install Emby server
SW24 - Remove Emby server
SW25 - Install Docker Minimal
SW26 - Install Docker Engine
SW27 - Remove Docker
SW28 - Purge all Docker images, containers, and volumes

Added function modules into config.ng.software.sh
install_plexmediaserver
install_embyserver
install_docker

  • Key changes introduced by this PR
  • Justification for the changes
  • Confirmation that no new external dependencies or modules have been introduced

Documentation Summary

  • Metadata Included:

  • Document Generated:

Testing Procedure

All new menu items tested successfully on:

  • Test 1: UEFIx86 2GB Armbian 24.08.0 Bookworm
  • Test 2: Pine64 1GB Armbian 23.02.0 Focal
  • Test 3: Opizero+ 512MB Armbian 22.05.3 Jammy
  • Test 4: Rock-5C 32GB Armbian 24.11.0 Noble

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have ensured that my changes do not introduce new warnings or errors
  • No new external dependencies are included
  • Changes have been tested and verified
  • I have included necessary metadata in the code, including associative arrays

lib/armbian-configng/config.ng.jobs.json Outdated Show resolved Hide resolved
lib/armbian-configng/config.ng.software.sh Outdated Show resolved Hide resolved
lib/armbian-configng/config.ng.software.sh Outdated Show resolved Hide resolved
schwar3kat and others added 3 commits September 23, 2024 14:57
 to catch previously installed but not currently installed.
Plex Media Server, Emby Server, Docker Minimal, Docker Engine and Docker delete all images, containers, and volumes (if docker has been removed).
@github-actions github-actions bot added Scripts size/medium PR with more then 50 and less then 250 lines labels Sep 24, 2024
@igorpecovnik igorpecovnik added 11 Milestone: Fourth quarter release Ready to merge Reviewed, tested and ready for merge labels Sep 24, 2024
@igorpecovnik igorpecovnik merged commit 36ff716 into main Sep 24, 2024
13 checks passed
@igorpecovnik igorpecovnik deleted the schw branch September 24, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
11 Milestone: Fourth quarter release Ready to merge Reviewed, tested and ready for merge size/medium PR with more then 50 and less then 250 lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants