Skip to content

erikjoh/strongbox

 
 

Repository files navigation

strongbox

Master Build Status RocketChat.Community.Channel License Help Contribute to Open Source Jenkins tests Codacy Badge Codacy Badge

Welcome to the Strongbox artifact repository manager's home.

What's implemented:

  • Repositories:
    • Hosted
    • Proxy
    • Group
      • Support for repository ordering
      • Support for routing rules
      • Support for nested group repositories
  • Layout providers:
  • Search providers:
    • OrientDB (default implementation for all repositories and layout formats)
    • Maven Indexer (additional implementation for Maven repositories)
  • Directory browsing
  • Security
    • HTTP Basic authentication
    • JWT authentication
    • LDAP
    • Custom authentication provider based on users that resides in second-level cache that exists in OrientDB
    • Users are predefined in the etc/conf/strongbox-security-users.xml file
  • REST API:
    • Features:
      • Search for artifacts
      • Manage the server's core configuration
      • Manage repositories
      • Manage users
      • Manage logging
      • Manage cron tasks
    • Automated generation of documentation using Swagger
    • Ready-to-use Java-based client(s) covering each REST command.
  • Cron Tasks
    • Implementations:
      • Java
      • Groovy
  • Event handling
  • Logging:
    • Retrieve logs over HTTP

What's in the works (Q1/2019):

  • Web UI
  • Spring Bootification
  • RPM distribution (#855)

Upcoming:

  • Logging:
    • Log tailing over HTTP
  • Deploy as a transaction
  • Debian/Ubuntu distribution

What's not yet implemented:

  • Plugins

Requirements:

  • Java 1.8.x
  • Maven 3.3.9 (or higher)

Download

Installation

Please check here for detailed instruction on how to install and setup up Strongbox on the supported platforms.

Building

Instructions on how to build the code, can be found here.

Contributing

Contributions and contributors are always welcome! For more details, please check here. We have a helpful community of developers on our channel, please feel free to drop by, if you have questions, issues, or would like to contribute!

About

Strongbox is an artifact repository manager.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • Other 0.3%