2 Commits

Author SHA1 Message Date
renovate[bot]
539ad59869 Update dependency eslint-plugin-vue to v10 2025-04-18 20:30:01 +00:00
Dave Gallant
fd51e7364b Change DNS and other small tweaks 2025-04-18 16:29:12 -04:00
6 changed files with 345 additions and 420 deletions

View File

@@ -1,8 +1,5 @@
rfd.davegallant.ca {
file_server
reverse_proxy /api/* backend:8080
}
rfd.davegallant.ca
rfd.fyi {
redir https://rfd.davegallant.ca{uri} 301
}
file_server
reverse_proxy /api/* backend:8080

View File

@@ -10,7 +10,7 @@ COPY . .
RUN npm run build
FROM caddy:2.10.0-alpine as runtime
FROM caddy:2.9.1-alpine as runtime
WORKDIR /my-site

View File

@@ -1,4 +1,4 @@
# rfd-fyi
# rfd.fyi
This repository provides a simple, less-distracting overlay for hot deals posted on https://forums.redflagdeals.com.

View File

@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.15
# syntax=docker/dockerfile:1.14
FROM cgr.dev/chainguard/go:latest as build
WORKDIR /src

744
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -20,7 +20,7 @@
"vue": "^3.3.4",
"vue-github-button": "^3.0.3",
"vue-loading-overlay": "^6.0.3",
"vue-router": "4.5.1"
"vue-router": "4.5.0"
},
"devDependencies": {
"@babel/core": "^7.22.10",
@@ -31,7 +31,7 @@
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "^5.0.8",
"eslint": "^8.47.0",
"eslint-plugin-vue": "^9.17.0",
"eslint-plugin-vue": "^10.0.0",
"postcss-cli": "^11.0.0"
},
"eslintConfig": {