mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
fix: correct PocketBase URL to db.community-scripts.org
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# should be updated accordingly.
|
||||
|
||||
# PocketBase - public API for script metadata (mirrors the community website)
|
||||
PB_URL="https://pocketbase.community-scripts.org"
|
||||
PB_URL="https://db.community-scripts.org"
|
||||
|
||||
# Repository - used for downloading actual .sh script files
|
||||
REPO_URL="https://github.com/community-scripts/ProxmoxVE"
|
||||
|
||||
@@ -12,7 +12,7 @@ export const env = createEnv({
|
||||
.enum(["development", "test", "production"])
|
||||
.default("development"),
|
||||
// PocketBase Configuration
|
||||
PB_URL: z.string().url().default("https://pocketbase.community-scripts.org"),
|
||||
PB_URL: z.string().url().default("https://db.community-scripts.org"),
|
||||
// Repository Configuration (for downloading script files)
|
||||
REPO_URL: z.string().url().optional(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user