Skip to content

martinhoefling/molten

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
September 3, 2018 15:02
October 9, 2015 22:40
October 9, 2019 12:53
August 28, 2019 14:52
January 13, 2016 00:23
October 26, 2017 00:00
February 28, 2016 14:48
November 21, 2015 14:11

Build Status

Molten - Salt Rest-API WebUI

Molten is a WebUI for the REST API exposed by Salt. Molten aims to make the API features accessible and to provide an easily deployable alternative to the salt cli interface. No additional service besides salt-api is required.

Molten Execution View

To get a quick impression have a look at the screenshots.

Features:

  • Fast. No page reloads, molten is a SPA (single page app) and keeps state during navigation.
  • Full access to all salt clients supported via Rest API.
  • Live updates, e.g. for events, jobs, ...
  • Job history and rescheduling of jobs
  • Simple deployment: no additional Python / Node.js or Go application required.

Quick Demo

Make sure that vagrant is installed.

Check out this repository init git submodules and start virtual machine via vagrant:

git clone https://github.com/martinhoefling/molten.git
cd molten
git submodule init
git submodule update
vagrant up demo

Connect to http://192.168.42.43:8000/molten/ as user test with password molten.

Releases

Current Release

Installation and Configuration

Compatibility

Molten should in principle be compatible with all salt versions that include the netapi.

Contribute:

  • Report bugs and feature requests to the issue tracker.
  • Pull requests are welcome!

Development