Skip to content

Commit

Permalink
Add Api Token
Browse files Browse the repository at this point in the history
  • Loading branch information
franklupo committed Jul 25, 2020
1 parent 1029a54 commit 90881db
Show file tree
Hide file tree
Showing 8 changed files with 920 additions and 582 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/vendor/
composer.phar
phpdox.phar
phpdox.xml
phpDocumentor.phar
/vendor/
composer.phar
phpdox.phar
phpdox.xml
phpDocumentor.phar
/nbproject/private/
14 changes: 7 additions & 7 deletions 3rd-party-licenses.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# License overview of included 3rd party libraries

The project is licensed under the terms of the [LICENSE.md](LICENSE.md)

However, includes several third-party Open-Source libraries, which are licensed under their own respective Open-Source licenses.

## Libraries directly included
# License overview of included 3rd party libraries

The project is licensed under the terms of the [LICENSE.md](LICENSE.md)

However, includes several third-party Open-Source libraries, which are licensed under their own respective Open-Source licenses.

## Libraries directly included
50 changes: 25 additions & 25 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# License

Copyright (C) Corsinvest Srl

This software is available under two different licenses:

* GNU General Public License version 3 (GPLv3)
* Corsinvest Enterprise License (CEL)

The default license, without a valid Corsinvest Enterprise License (CEL) agreement, is the Open-Source GPLv3 license.

## GNU General Public License version 3 (GPLv3)

If you decide to choose the GPLv3 license, you must comply with the following terms:
[GPLv3](gpl-3.0.txt)

## Corsinvest Enterprise License (CEL)

Alternatively, commercial and supported versions of the program - also known as Enterprise Distributions - must be used in accordance with the terms and conditions contained in a separate written agreement between you and Corsinvest Srl. For more information about the Corsinvest Enterprise License (CEL) please visit [site](https://www.corsinvest.it/open-source#license)

Please see also (files in this directory):

[GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - gpl-3.0.txt](gpl-3.0.txt)

[Libraries used including their own licenses - 3rd-party-licenses.md](3rd-party-licenses.md)
# License

Copyright (C) Corsinvest Srl

This software is available under two different licenses:

* GNU General Public License version 3 (GPLv3)
* Corsinvest Enterprise License (CEL)

The default license, without a valid Corsinvest Enterprise License (CEL) agreement, is the Open-Source GPLv3 license.

## GNU General Public License version 3 (GPLv3)

If you decide to choose the GPLv3 license, you must comply with the following terms:
[GPLv3](gpl-3.0.txt)

## Corsinvest Enterprise License (CEL)

Alternatively, commercial and supported versions of the program - also known as Enterprise Distributions - must be used in accordance with the terms and conditions contained in a separate written agreement between you and Corsinvest Srl. For more information about the Corsinvest Enterprise License (CEL) please visit [site](https://www.corsinvest.it/open-source#license)

Please see also (files in this directory):

[GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - gpl-3.0.txt](gpl-3.0.txt)

[Libraries used including their own licenses - 3rd-party-licenses.md](3rd-party-licenses.md)
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ The result is class **Result** and contain methods:
* Return object/array data
* default object disable from client.setResultIsObject(false)
* ClientBase lite function
* Form Proxmox VE 6.2 support Api Token for user

## Api token

From version 6.2 of Proxmox VE is possible to use [Api token](https://pve.proxmox.com/pve-docs/pveum-plain.html).
This feature permit execute Api without using user and password.
If using **Privilege Separation** when create api token remember specify in permission.
Format USER@REALM!TOKENID=UUID

## Installation

Expand Down
Loading

0 comments on commit 90881db

Please sign in to comment.