GithubHelp home page GithubHelp logo

alealexpro100 / webwin Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 563 KB

Control your Windows Server Core instance remotly!

License: MIT License

HTML 51.71% PowerShell 7.30% Go 20.34% CSS 2.86% JavaScript 15.92% Batchfile 1.86%

webwin's Introduction

WebWin

What is it?

This is Web Admin Panel for Windows Server Core. The aim of this project is to create lightweight Web Admin Control and make it easy-to-use. If you don't have a real lack of RAM (only 10MB!), please use Microsoft's Windows Admin Center.

Architecture

  • There are two parts: client and server.
  • Client is written using Materialize, Material icons and JQuery.
  • Server is written using Golang and Echo.
  • There is "plugins" architecture, that allows easily add more functionality.

Plugin

  • To see example of building plugin see 003_Components plugin.
  • Plugins use PowerShell to execute server side's jobs. Also, you can use only .bat file without PowerShell.

API

  • /api/plugins?action=list - Get json file with list of plugins. NOTE: Plugin list is updated only on startup.
  • /api/plugins?action=get_status&id=your_id - Get status of job with your_id id.
  • /api/plugins?action=jobs_clear - Clear completed jobs. Sends bad requested if any job is not completed.
  • /api/plugins/your_plugin?action=add&param=your_param - Start your_plugin with your_param parameter.
  • /api/internal?action=set_auth&user=your_user&pass_hash=your_pass_hash - Set defined user and pass_hash.

Notes

  • This is proof-of-concept project. It tries to demonstrate that Go + PowerShell are effective combination for web applications.
  • Please, do not use it in production. It is education project.

webwin's People

Contributors

alealexpro100 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.