mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-24 21:47:26 +00:00
fix errors
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "Split-Pro",
|
||||
"name": "Split Pro",
|
||||
"slug": "split-pro",
|
||||
"categories": [
|
||||
12
|
||||
@@ -20,8 +20,8 @@
|
||||
"script": "ct/split-pro.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 10,
|
||||
"ram": 4096,
|
||||
"hdd": 6,
|
||||
"os": "debian",
|
||||
"version": "13"
|
||||
}
|
||||
@@ -33,23 +33,11 @@
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "First visit will prompt you to create an account",
|
||||
"type": "info"
|
||||
"text": "Before first use you must configure email credentials or authentication (OAuth/OIDC) provider in `/opt/split-pro/.env` and restart the service `systemctl restart split-pro`.",
|
||||
"type": "warning"
|
||||
},
|
||||
{
|
||||
"text": "Installation builds Next.js application from source - takes 5-10 minutes",
|
||||
"type": "info"
|
||||
},
|
||||
{
|
||||
"text": "PostgreSQL database with pg_cron extension is installed automatically",
|
||||
"type": "info"
|
||||
},
|
||||
{
|
||||
"text": "Supports OAuth (Google), OIDC providers, and email authentication",
|
||||
"type": "info"
|
||||
},
|
||||
{
|
||||
"text": "Receipt uploads are stored in /opt/splitpro_data/uploads",
|
||||
"text": "Receipt uploads are stored in `/opt/split-pro_data/uploads`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user