You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sven Slootweg e10935c79a WIP: Various web-y things. 5 years ago
bin WIP: Various web-y things. 5 years ago
frontend Monster commit; work on Node.js rewrite so far 6 years ago
lib WIP: Various web-y things. 5 years ago
migrations Monster commit; work on Node.js rewrite so far 6 years ago
notes Various administrative trivia 5 years ago
public WIP: Various web-y things. 5 years ago
src WIP: Various web-y things. 5 years ago
views WIP: Various web-y things. 5 years ago
.eslintrc.js Add ESLint configuration 5 years ago
.gitignore Monster commit; work on Node.js rewrite so far 6 years ago
.graphqlconfig WIP: Hardware query API 5 years ago
README.md Various administrative trivia 5 years ago
build.js Switch to build-thing + budo-express 5 years ago
knexfile.js Monster commit; work on Node.js rewrite so far 6 years ago
package.json WIP: Hardware query API 5 years ago
yarn.lock Various administrative trivia 5 years ago

README.md

CVM

A non-commercial, fully open-source VPS management panel.

Current status

Definitely not ready for production use yet. Check back later!

Roadmap

TBD. Initially, only QEMU/KVM will be supported. Support for other virtualization and/or containerization technologies may follow later, if there's enough demand.

Contributing

Contributions are very welcome! Please keep the following things in mind:

  • "Contributions" don't just include code commits, they also include bug reports, translations, documentation fixes, triaging, and so on.
  • Anybody is welcome (and encouraged!) to leave code reviews on Pull Requests. You don't need to be a maintainer!
  • You agree that any contributions you make, are licensed under both the WTFPL and the CC0 (which more or less means they are public domain). You keep copyright ownership over your work.
  • If you're making a Pull Request, make sure that each PR has its own branch in your fork, so that commits between PRs don't get mixed up.
  • Because of the security-sensitive nature of CVM, we very tightly control who can directly commit to the repository, even for regular contributors. This is not because we don't trust the quality of your commits, but as an extra layer of security and review.

We welcome contributions from developers of any experience level, but we do have a very high code quality standard. Don't worry if you're not sure how to reach that standard; when you submit a PR, we'll help you get there by doing a code review.

This does mean that you should only create a Pull Request if you're willing to work on incrementally improving it before it gets merged! "Hit-and-run" PRs will very likely be closed.

Code of Conduct

Quite simple, really:

  • The goal is for this project to be collaborative, and welcoming to contributors of any demographic and experience level. Arrogance, elitism, etc. are therefore not welcome.
  • Don't be an asshole. Treat people respectfully. Assume good faith.
  • Constructive criticism is fine, personal attacks are not. Don't just tell somebody that they're doing it wrong, help them understand why, and how to do it better.
  • No bigoted or discriminatory behaviour or remarks. That includes "jokes".
  • Anything related to the alt-right or other hateful ideologies, is banned on sight. If you feel the need to explain how your thing "isn't related", it's probably related.

Bans and other repercussions are at the discretion of maintainers.