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

Update readme

This commit is contained in:
Tlams 2018-04-30 19:41:26 +01:00
parent 226b5cc4ad
commit cb54597b14
5 changed files with 239 additions and 7 deletions

View file

@ -9,7 +9,7 @@ You have to the possibility to access on the Proxmox API with an Administrative
Setting up Proxmox policies is out of scope for this tutorial.
Report you to the official Proxmox documentation.
## Recent environment for installing this project
## Environment
This project need an recent environment to work correctly.
Typically, in this documentation, we'll use an Debian 9 environment.
You can use an other distribution, but just check if theses software are available:
@ -21,8 +21,8 @@ You can use an other distribution, but just check if theses software are availab
This project is separate in two parts: Frontend and backend.
Backend is writing in python and frontend in PHP/HTML/CSS/JS.
You have the possibility to use these two parts on different machines,
but du performance you should use the same (low network latency).
You have the possibility to use these two parts on different machines,
but due to performance you should use the same (low network latency).
In more, the API authentication system is currently not implemented and this architecture can expose you
to security issues.
@ -33,6 +33,6 @@ But on a large production system, it can need more resources, especially for the
If your Proxmox infrastructure is very large, the data generated can be really important,
and cause a slowly working if your hardware is too low.
In some case, it can be necessary to use an independent MongoDB machine or cluster.
In some case, it can be necessary to use an independent MongoDB server or cluster.
[Readme](../../README2.md) <-- Previous | Next --> [Setup - Backend](doc/md/02-backend.md)
[Readme](../../README2.md) <-- Previous | Next --> [Setup - Backend](02-backend.md)