- Move frontend/public/json/ to json/ (top-level) - Update all workflow path references to json/ - Delete frontend-cicd.yml workflow - Delete frontend/ directory entirely - Clean up .gitattributes (remove frontend entries)
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "VersityGW",
|
|
"slug": "versitygw",
|
|
"categories": [
|
|
11
|
|
],
|
|
"date_created": "2026-03-10",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 7070,
|
|
"documentation": "https://github.com/versity/versitygw/wiki",
|
|
"config_path": "/etc/versitygw.d/gateway.conf",
|
|
"website": "https://www.versity.com/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/versitygw.webp",
|
|
"description": "VersityGW is a high-performance, cloud-native S3-compatible gateway that provides S3 API access to various storage backends including POSIX filesystems.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/versitygw.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 8,
|
|
"os": "Debian",
|
|
"version": "13"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "S3 access credentials are generated during installation and stored in /etc/versitygw.d/gateway.conf",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "Data is stored in /opt/versitygw-data (POSIX backend)",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "Use any S3-compatible client to connect to the gateway endpoint",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|