40
json/spliit.json
Normal file
40
json/spliit.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "Spliit",
|
||||
"slug": "spliit",
|
||||
"categories": [
|
||||
23
|
||||
],
|
||||
"date_created": "2026-05-17",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 3000,
|
||||
"documentation": "https://github.com/spliit-app/spliit#readme",
|
||||
"website": "https://spliit.app/",
|
||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/spliit.webp",
|
||||
"description": "Spliit is a free and open-source alternative to Splitwise for sharing expenses with friends and groups, built with Next.js and PostgreSQL.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/spliit.sh",
|
||||
"config_path": "/opt/spliit/.env",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 2048,
|
||||
"hdd": 8,
|
||||
"os": "Debian",
|
||||
"version": "13"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "Database credentials are written to /opt/spliit/.env. To configure a default currency, set NEXT_PUBLIC_DEFAULT_CURRENCY_CODE in /opt/spliit/.env and rebuild: cd /opt/spliit && npm run build && systemctl restart spliit",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user