dzikoysk / reposilite

Lightweight and easy-to-use repository management software dedicated for the Maven based artifacts in the JVM ecosystem 📦
https://reposilite.com
Apache License 2.0
1.29k stars 169 forks source link

Guide - Wrong folder name for static files #2145

Closed ntt77 closed 6 days ago

ntt77 commented 1 week ago

What happened?

In the guide, section Static files, the document said that the

Reposilite creates public directory in workdir.

and

Using public directory you can implement frontend on your own. Because assets have lower priority, you have to disable frontend in the local configuration file:

However, when I created a folder name public/ and put my custom frontend, it didn't work Instead, I found that the folder name static/ is created, and when I put to that folder, it works!

So, I request you to update the Guide, section Static files with that information.

Reposilite version

3.x

Relevant log output

No response

dzikoysk commented 6 days ago

Thanks, fixed :ok_hand: