1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-03-09 15:40:18 +00:00

update conf

This commit is contained in:
Tlams 2018-05-01 12:41:19 +01:00
parent 1599bdad52
commit 2df1a6a8f2
3 changed files with 9 additions and 10 deletions

View file

@ -53,3 +53,10 @@ You shouldn't use in production mode or... use at your risks !
# Screenshots
![alt text](https://github.com/ThomasGsp/HyperProxmox/blob/master/doc/screenshots/h-nodes.jpg)
![alt text](https://github.com/ThomasGsp/HyperProxmox/blob/master/doc/screenshots/h-vms.jpg)
![alt text](https://github.com/ThomasGsp/HyperProxmox/blob/master/doc/screenshots/h-sto.jpg)

View file

@ -30,4 +30,4 @@ If you loose it, you must delete the keys and delete the different entries in th
Currently there are not system to provide a full reset function. Use MongoDB shell to do it.
[Setup - Config](04-configs.md) <-- Previous | Next --> [Usage - Logs](05-first_start.md)
[Setup - Config](04-configs.md) <-- Previous | Next --> [Usage - Logs](06-logs.md)

View file

@ -1,8 +1,6 @@
# Usages
## API
Insert your first cluster (from host)
##  New cluster
``` bash
# Minimum:
curl -H -XPOST -d '{
@ -45,10 +43,4 @@ curl -H -XPOST -d '{
* "groups" : Symbolics groups for this node (list)
* "weight": Weight for the cluster auto-selection (int) [VALUE NOT EMPTY REQUIRED]
![alt text](https://github.com/ThomasGsp/HyperProxmox/blob/master/doc/screenshots/h-nodes.jpg)
![alt text](https://github.com/ThomasGsp/HyperProxmox/blob/master/doc/screenshots/h-vms.jpg)
![alt text](https://github.com/ThomasGsp/HyperProxmox/blob/master/doc/screenshots/h-sto.jpg)
[Usage - api](07-api.md) <-- Previous