🚧 wip: traefik config for redirect

This commit is contained in:
Fred KISSIE
2026-09-16 19:30:10 +02:00
parent a0c77a4c85
commit c51bcbb578
4 changed files with 253 additions and 3 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ export const redirects = pgTable("redirects", {
rewritePathType: varchar("rewritePathType").$type<
"exact" | "prefix" | "regex" | "stripPrefix"
>(), // exact, prefix, regex, stripPrefix
priority: integer("priority").default(100),
permanent: boolean("permanent").notNull().default(false),
enabled: boolean("enabled").notNull().default(true)
});