From de28e29c6b5eca79bb9cd3b5984294d2fbbdfdc9 Mon Sep 17 00:00:00 2001 From: MrDoobPG <46342172+MrDoobPG@users.noreply.github.com> Date: Tue, 15 Oct 2019 11:37:49 +0200 Subject: [PATCH] Update scommands --- menu/alias/templates/scommands | 72 ++++++++++++++++++++++++++++++++-- 1 file changed, 68 insertions(+), 4 deletions(-) diff --git a/menu/alias/templates/scommands b/menu/alias/templates/scommands index 70024142..be3476a0 100644 --- a/menu/alias/templates/scommands +++ b/menu/alias/templates/scommands @@ -1,8 +1,72 @@ #!/bin/bash -# # Title: PTS List commands # Author(s): MrDoobPG -# GNU: General Public License v3.0 -################################################################################ -sudo cat /opt/plexguide/menu/alias/alias.yml +############################################################## + - name: PTSUpdate + command: ptsupdate + Info : Update PTS-Edition + + - name: PTS + command: plexguide + Info: Open PTS Interface + + - name: server reboot + command: reboot + Info : Reboot the Server + + - name: list systemd services + command: slist + Info: List all running services + + - name: list pts commands + command: scommand + Info: open short command info + + - name: update server + command: update + Info: update server to the latest packages / remove old apt-cache + + - name: upgrade server + command: update + Info: upgrade server to the latest packages / remove old apt-cache + + - name: install appname + command: install [[ name of app ]] + Info: Install [[ name of app ]] automatic + + - name: autoremove unused packages after app install + command: autoremove + Info: automatic removing old [[ not used software ]] + + - name: Prune docker containers appname + command: prune + Info : docker autoprune unused docker / volumes + + - name: Install PTS-User ADD + command: ptsadd + Info: create a user with UID 1000 with all permissions + + - name: Install rclone updater + command: rcupdate + Info: Open rClone update interface + + - name: Install mergerfes updater + command: mgupdate + Info: Open mergerfs update interface + + - name: Install Backup & Restore + command: backup + Info: open Backup & Restore ( short command ) + + - name: GCE + command: gce + Info: open Google Cloud Engine ( short command ) + + - name: purge old Journal files + command: jpurge + Info: cleanup old Journal files + + - name: purge old log files + command: kill_logs + Info: remove old log files from /var/log for your security