Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Gabriel-Valin/control-infra-api
https://github.com/Gabriel-Valin/control-infra-api
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Gabriel-Valin/control-infra-api
- Owner: Gabriel-Valin
- Created: 2022-11-25T17:47:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T15:09:06.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T21:57:54.829Z (4 months ago)
- Language: TypeScript
- Size: 315 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a repository for you control your HOST Machine via WEB API.
## Documentation
http://localhost:1337/docs - OpenAPI
## Context
This WebApi is created for you control infrastructure of your Host Machine (EC2, VM, Personal PC...).
Currently, the WebApi have minimal functions to Read/Change processes of Host as:- Update NodeJS version by NVM ✅
- See currently NodeJS version ✅
- Get Free Memory (Gigabytes) ✅
- Get specifications about CPU'S ✅
- Work with Value Objects ✅
- Informations about Docker Containers (up, sleep, list all containers) ✅
- Docker
- `docker ps`
- `docker ps -a`
- `docker logs `### Future features:
- Change variable in .env file at specific project ⚙️### Planning Features
- Install libraries on linux as curl, awk, ntp, ssh, etc... 💭
- Schedule tasks 💭
## How to contribute?
**Fork project, create a feature or fix a bug and open Pull Request!
Let`s go!**## Currently Contributors