woodpecker/server/web
qwerty287 b90e7904a5
Support path prefix (#1714)
closes #1636 
closes #1429
supersedes #1586

Uses a different approach: just take the index.html compiled by vite and
replace the paths to js and other files using regex. This is not
compatible with the dev proxy which is also the reason why we can't use
go templates for this.
2023-04-29 17:51:50 +02:00
..
config.go Support path prefix (#1714) 2023-04-29 17:51:50 +02:00
web.go Support path prefix (#1714) 2023-04-29 17:51:50 +02:00