An open API service indexing awesome lists of open source software.

https://github.com/jamofer/guhs-server

GRUB UEFI HTTP Selector Server
https://github.com/jamofer/guhs-server

api-rest grub grub2 http remote-configuration uefi-boot

Last synced: 30 days ago
JSON representation

GRUB UEFI HTTP Selector Server

Awesome Lists containing this project

README

          

# GUHS Server

### GRUB UEFI HTTP Selector Server.
GUHS Server exposes the GUHS application configuration storage.

This application it's part of [GRUB UEFI HTTP Selector](https://github.com/jamofer/grub-uefi-http-selector), for
further information please visit the GitHub project.

## Requirements
* python3.7

## Installation
```shell
pip3 install guhs-server
```

## Usage
```shell
# Run gush-server command and take the hostname:port for GUHS CLI
gush-server
```