ModischFabrications / CutSolverFrontend

Simple frontend for CutSolver, a webservice to determine ideal cut placements
https://cutsolver.modisch.me
GNU General Public License v3.0
10 stars 2 forks source link

add url handling #16

Open ModischFabrications opened 4 years ago

ModischFabrications commented 4 years ago

plaintext is useful for healthchecks, won't need to build the site.

ModischFabrications commented 8 months ago

Easier with Caddy now, just remember to remap paths to /api

ModischFabrications commented 6 months ago

https://caddy.community/t/remove-path-prefix-on-reverse-proxy/14325

Caddyfile should contain a "handle" block that takes in /api/* for all calls to cutsolver.

Remember to change URL in docker compose as well!