Billing Platform for Proxmox. Users can enter their rate card and currencies to generate a usage-based invoice.
This is a rough guide on installing Coram. The application is still under development. Thus, it is advised to use it with caution. Please flag all issues that you come across so that the quality of the application can be improved.
- Ensure you have Golang installed (version > go1.25.5).
-
Download the latest release: Clone or download the repository from GitHub.
-
Navigate to the server directory:
cd dist/ -
Run the Go server:
./app
-
Access the application: Open your web browser and go to
http://localhost:5173.
- The
distfolder contains the latest built files from the React application, so you don't need to set up a development environment. - Report any issues or feedback via the project's GitHub page.
- Currently the above steps DO NOT work as there is a known issue with environment variables. Currently there is an ongoing work on creating a CLI tool to handle this.