jonschoning / espial

Espial is an open-source, web-based bookmarking server.
GNU Affero General Public License v3.0
785 stars 27 forks source link

Espial subpath? #58

Open risturiz opened 4 months ago

risturiz commented 4 months ago

Hi, i see there are some variables on settings.yml but i dont know if i can configure espial to run on subpath https://www.domain.com/espial ?

Thanks for any advice :-)

jonschoning commented 4 months ago

The easiest way will probably be using some sort of Reverse Proxy. nginx is well-known, but can be complex to setup. You could also try something simple like Caddy which accepts different subpath matchers

risturiz commented 4 months ago

Yes, im using NPM... For now i have https://espial.domain.com working with docker... I need to figure out how to rewrite url like /auth/login & /u:user ( so i can have www.domain.com/espial/auth/login )... Thanks!