fix errors

This commit is contained in:
Johann Grobe
2026-02-12 22:01:51 +01:00
parent 0dfd3de37a
commit b0c0323a4d
3 changed files with 17 additions and 27 deletions

View File

@@ -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"
}
]