1 Commits

Author SHA1 Message Date
2805dd552f Update Caddyfile 2026-01-02 20:25:53 -05:00
4 changed files with 376 additions and 705 deletions

View File

@@ -1,8 +1,4 @@
{
auto_https off
}
:80 {
file_server
reverse_proxy /api/* rfd-fyi-backend:8080
reverse_proxy /api/* backend:8080
}

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.21
FROM cgr.dev/chainguard/go:latest AS build
# syntax=docker/dockerfile:1.20
FROM cgr.dev/chainguard/go:latest as build
WORKDIR /src

1063
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -16,12 +16,12 @@
"axios": "^1.12.0",
"core-js": "^3.32.1",
"cssnano": "^7.0.0",
"jquery": "^4.0.0",
"jquery": "^3.7.0",
"moment": "^2.29.4",
"vue": "^3.5.17",
"vue-github-button": "^3.0.3",
"vue-loading-overlay": "^6.0.3",
"vue-router": "^5.0.0",
"vue-router": "^4.5.1",
"vuetify": "^3.9.6"
},
"devDependencies": {
@@ -36,8 +36,8 @@
"postcss-cli": "^11.0.0",
"sass-embedded": "^1.89.2",
"unplugin-fonts": "^1.3.1",
"unplugin-vue-components": "^31.0.0",
"vite": "^7.0.0",
"unplugin-vue-components": "^30.0.0",
"vite": "^6.3.6",
"vite-plugin-vuetify": "^2.1.1"
},
"eslintConfig": {