# STaaS-GUI **Repository Path**: mirrors_CESNET/STaaS-GUI ## Basic Information - **Project Name**: STaaS-GUI - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/CESNET/STaaS-GUI.svg?branch=master)](https://travis-ci.org/CESNET/STaaS-GUI) # GUI Modules This repo contains modules for [Liberouter GUI](https://github.com/CESNET/liberouter-gui) The repo serves as a submodule for Liberouter GUI. # Currently Available Modules * FTAS * NERD * Security Cloud * NEMEA (currently not in this repo) # Configuration Each module must contain a `config.json` file which specifies a given folder is a module for Liberouter GUI. Example configuration is located in `examples/example_config.json`. # Module Structure A module consists of two parts: backend and fronend. Frontend is used in frontend modules in Liberouter GUI and backend is loaded via REST API of Liberouter GUI.