2017 © Pedro Peláez
 

project plinkerui

A little PHP script which is a demonstration usage for Plinker - Remote coded tasks run as root!

image

lcherone/plinkerui

A little PHP script which is a demonstration usage for Plinker - Remote coded tasks run as root!

  • Thursday, January 25, 2018
  • by lcherone
  • Repository
  • 1 Watchers
  • 1 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

PlinkerUI! - Remotely coded tasks, run as root!

About:, (*1)

A little PHP script which is a demonstration usage for Plinker PHP RPC client/server., (*2)

What does it do?, (*3)

  • You can write bite-sized maintenance tasks in PHP or Bash directly on your target systems which can be executed instantly or on per-second intervals.
  • Create, delete and edit target systems files inside /var/www/html.
  • It's very speedy! Instant and live updates through RPC.
  • I've chosen to write it with a "no-framework" style for easy digestion.
  • I've chosen good'old SB Admin with Bootswatch (yeti) theme as to keep assets and HTML minimal.

::Install with Composer::

composer create-project lcherone/plinkerui, (*4)


::Nodes::

Nodes are any instances of the script, or at least Plinker plinker/core, plinker/tasks, plinker/system components installed in your project., (*5)

Screens, (*6)

Section - Nodes Section - Nodes Edit Section - Nodes Files Section - Nodes Files Section - Nodes Files, (*7)


::Tasks::

Configure bite-sized maintenance task directly on target nodes with simple PHP or Bash scripting., (*8)

  • Which are either executed instantly or on per-second intervals as root user.

Screens, (*9)

Section - Tasks Section - Task Section - Edit, (*10)


::Develop (master branch)::

Install master branch with .gits/, (*11)

composer create-project lcherone/plinkerui --stability dev, (*12)

The Versions