Update readme and rename license file

This commit is contained in:
Guilherme Werner 2025-12-16 18:36:38 -03:00
parent 82d19b6305
commit f685b3a37b
3 changed files with 28 additions and 4 deletions

3
.gitignore vendored
View file

@ -1,2 +1 @@
node_modules node_modules/
package-lock.json

View file

@ -1,3 +1,4 @@
Apache License Apache License
Version 2.0, January 2004 Version 2.0, January 2004
http://www.apache.org/licenses/ http://www.apache.org/licenses/

View file

@ -1,2 +1,26 @@
# proxmox-ve-openapi # Proxmox VE OpenAPI
An OpenAPI Spec for the ProxMox VE Rest API
Generate OpenAPI spec from Proxmox VE REST API.
[![Apache 2.0 License][apache-badge]][apache-url]
[![Discord Chat][discord-badge]][discord-url]
[apache-badge]: https://img.shields.io/badge/license-Apache%202.0-blue.svg
[apache-url]: https://github.com/tribufu-forks/proxmox-ve-openapi/blob/master/LICENSE.txt
[discord-badge]: https://img.shields.io/discord/276504514616623104.svg?logo=discord&style=flat-square
[discord-url]: https://www.tribufu.com/discord
[Website](https://www.tribufu.com) |
[Discord](https://www.tribufu.com/discord)
## Credits
This project was forked from: [LUMASERV/proxmox-ve-openapi].
[LUMASERV/proxmox-ve-openapi]: https://github.com/LUMASERV/proxmox-ve-openapi
## License
This project is licensed under the [Apache License 2.0].
[Apache License 2.0]: https://github.com/tribufu-forks/proxmox-ve-openapi/blob/master/LICENSE.txt