start backend work

This commit is contained in:
Lee
2024-10-08 15:32:02 +01:00
parent 04ce91b459
commit aa0a0c4c16
445 changed files with 367 additions and 11413 deletions

View File

@ -10,7 +10,7 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`ssr.fascinated.cc`) && PathPrefix(`/api`)
- match: Host(`ssr.fascinated.cc`) && PathPrefix(`/api-test`)
kind: Rule
middlewares:
- name: default-headers

View File

@ -7,4 +7,4 @@ metadata:
spec:
stripPrefix:
prefixes:
- "/api"
- "/api-test"

View File

@ -1,15 +1,15 @@
name: "Deploy Website"
on:
workflow_dispatch:
push:
branches:
- master
paths:
- website/**
- common/**
- .gitea/kubernetes/website/**
- .gitea/workflows/deploy-website.yml
#on:
# workflow_dispatch:
# push:
# branches:
# - master
# paths:
# - website/**
# - common/**
# - .gitea/kubernetes/website/**
# - .gitea/workflows/deploy-website.yml
jobs:
deploy: