IIEleniII / strongbox

Strongbox is an artifact repository manager.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strongbox

Master Build Status Gitter

Welcome to the Strongbox artifact repository manager's home.

What's implemented:

  • Repositories:
    • Hosted
    • 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/2017):

  • Proxy repositories
  • NPM layout provider
  • Web UI
  • Logging:
    • Log tailing over HTTP
  • Deploy as a transaction
  • Dependency snippet generator over REST API
  • OSGI repository layouts (P2, OBR) [on hold]

Upcoming:

  • 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.

About

Strongbox is an artifact repository manager.

License:Apache License 2.0


Languages

Language:Java 100.0%Language:Groovy 0.0%