GitbookIO / nuts

:chestnut: Releases/downloads server with auto-updater and GitHub as a backend
http://nuts.gitbook.com
Apache License 2.0
1.25k stars 299 forks source link

added option for download url prefix #107

Open heinzbeinz opened 7 years ago

heinzbeinz commented 7 years ago

I installed Nuts behind an apache reverse proxy and mapping a subpath (e.g. http://download.myapp.com/nuts/) to the Nuts server. Afterwards nuts returned invalid urls like http://download.myapp.com/download instead of http://download.myapp.com/nuts/download. I added an environment variable PREFIX_URL for this use case. Maybe you too find it useful.

loprima-l commented 1 year ago

Hi, I merged the project to a new repo to start maintain it, I would be glad if you can put your pull request here : https://github.com/loprima-l/nuts-2