Skip to content

Files

Latest commit

 

History

History
36 lines (23 loc) · 1.24 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.24 KB

Vela

📦 Lightweight Maven based artifact repository for Cloudflare Workers

Deploy to Cloudflare Workers

This project is a simple Maven based artifact repository for Cloudflare Workers platform. It isn't a full-fledged artifact repository like Nexus or Artifactory, but it's a simple solution for small projects that need to store and retrieve artifacts. I chose Cloudflare Workers because it's free and it's a serverless platform, so you don't need to worry about the infrastructure.

Features

  • Lightweight and easy to use.
  • Store and retrieve artifacts via API.
  • Basic authentication.
  • Maven, Gradle, etc. are supported.

Limitations

  • No UI for managing artifacts.
  • No support for listing/browsing artifacts.
  • Lack of features compared to full-fledged artifact repositories.

Infrastructure

Documentation

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.