Skip to content

PlinkerUI! - Remotely coded tasks, run as root! - Demonstration usage for Plinker PHP RPC client/server library.

License

Notifications You must be signed in to change notification settings

lcherone/PlinkerUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlinkerUI! - Remotely coded tasks, run as root!

About:

A little PHP script which is a demonstration usage for Plinker PHP RPC client/server.

What does it do?

  • 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


::Nodes::

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

Screens

Section - Nodes Section - Nodes Edit Section - Nodes Files Section - Nodes Files Section - Nodes Files


::Tasks::

Configure bite-sized maintenance task directly on target nodes with simple PHP or Bash scripting.

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

Screens

Section - Tasks Section - Task Section - Edit


::Develop (master branch)::

Install master branch with .gits/

composer create-project lcherone/plinkerui --stability dev

About

PlinkerUI! - Remotely coded tasks, run as root! - Demonstration usage for Plinker PHP RPC client/server library.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published