commit | 86103144360f8c518d3c8445bbec6030ec6091e7 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Fri Sep 03 15:13:20 2021 +0200 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Fri Sep 03 15:13:20 2021 +0200 |
tree | 0fe3cfc86e6ec598eac3c446e00efb9203a872bf | |
parent | 035b5431c1cd35d984e3e252e9e6f9c67e0cc871 [diff] |
Add WithNonactiveKillSwitches field to GetKillSwitchOverviewRequest This will be used by the extension to only get active kill switches. Change-Id: Ibe7ad4cdb74ab7b385f3d18b70e74da6b834375c
TWPT-server is the code for the TW Power Tools gRPC server and its frontend.
This repository is under active development, and is not ready yet for production.
To serve the frontend, follow these instructions:
docker-compose -f docker-compose.dev.yml up
to start the gRPC API, database and Envoy proxy (which will translate gRPC-Web <-> gRPC).mysql -u root twpt < schema/*.sql
.docker-compose -f docker-compose.dev.yml restart
.npm install
.make serve
.