A tiny plugin for Reposilite 3 that redirects repository-less urls to the main repository.
- Insert jar file into
/plugins
directory - Set incoming path prefix via
PATH_REDIRECTS
environment variable:- The format is
<mapping>=<repository>
,<mapping>
is any valid Javalin path (see: here) - Example:
/com*=/releases
, this would redirect all urls starting with/com
to/releases/com
- You can supply multiple redirects as a comma-separated list
- The format is
- Profit!