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
- Host: GitHub
- URL: https://github.com/jamofer/guhs-server
- Owner: jamofer
- License: mit
- Created: 2022-01-15T02:33:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-15T05:09:18.000Z (about 4 years ago)
- Last Synced: 2025-12-17T04:23:06.998Z (4 months ago)
- Topics: api-rest, grub, grub2, http, remote-configuration, uefi-boot
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```