Business App Builder Platform. (Dashboards • Automations • Databases)
Gigamono
is a secure serverless platform for building workspaces that can host any number of web apps. Although Gigamono comes bundled with some development and productivity apps, the framework itself is unopinionated on what kind of functionality you want out of your workspace.
Workspaces are great for isolation but they are not enough to deal with privilege escalation issues that come from running third-party modules. The capability-based security system built into the framework means that each running module would require the permission of an admin to access sensitive system resources, and the nice thing is that this applies to frontend apps and extensions running in your UI as well.
Clone repository and run docker-compose
git clone https://github.com/gigamono/gigamono
cd gigamono
docker-compose --env-file ./sample.env -f docker/compose/compose.repo.yaml up
Test apis.
curl "localhost:5050/api/v1/system/apps?enabled=true" | json_pp
Visit page.
open http://127.0.0.1:5050/dashboard