Skip to content

goel-sunny/strongbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strongbox

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

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:
    • Maven 2.x/3.x
    • NuGet v2
  • 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 (Q4/2018):

  • Layout providers
    • NPM layout provider
    • Raw layout provider
  • Web UI
  • Spring Bootification

Upcoming:

  • Logging:
    • Log tailing over HTTP
  • Deploy as a transaction
  • RPM distribution
  • 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

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.7%
  • Other 0.3%