Skip to content

Commonjava/indy-generic-proxy-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b86f684 · Jan 22, 2025
Dec 5, 2024
Jan 22, 2025
Dec 9, 2024
Jan 22, 2025
Aug 31, 2021
Sep 27, 2024
Oct 23, 2023
Aug 12, 2021
Mar 16, 2022
Dec 9, 2024

Repository files navigation

Indy Generic Proxy Service

Indy Generic Proxy Service is a single full-functional service providing a generic HTTP proxy interface to Indy cached content, for non-Maven, non-NPM builds.

Prerequisite for building

  1. jdk11
  2. mvn 3.6.2+

Configure

see src/main/resources/application.yaml for details

Try it

There are a few steps to set it up.

  1. Build (make sure you use jdk11 and mvn 3.6.2+)
$ git clone git@github.com:Commonjava/indy-generic-proxy-service.git
$ cd indy-generic-proxy-service
$ mvn clean compile
  1. Before running this service, it's required to have a running Indy instance
...
services:
  - host: localhost
...
repo-service-api/mp-rest/uri: http://localhost:8080
...
  1. Start in debug mode
$ mvn quarkus:dev

About

Indy microservice providing a generic HTTP proxy interface to Indy cached content, for non-Maven, non-NPM builds

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 6

Languages