mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-26 08:01:04 +00:00
Remove the localhost default from simplex-smp-server so 1Panel users must enter a real public domain or IP during installation, and align the README and env samples with that requirement. Add the official ghcr.io/jamiepine/voicebox:latest-cuda package as a latest-cuda version directory, keeping the same data/model persistence layout while adding the standard GPU reservation block used by existing appstore GPU variants. Verification: strict validate-v2 for simplex latest/6.5.2 and voicebox latest/latest-cuda; fresh 1Panel v2 smoke for simplex latest and 6.5.2 with an explicit ADDR; CUDA runtime smoke intentionally skipped on this host because no GPU is available.
9 lines
469 B
JSON
9 lines
469 B
JSON
{
|
|
"repository": "https://github.com/jamiepine/voicebox",
|
|
"dockerDocs": "https://github.com/jamiepine/voicebox/blob/main/docs/content/docs/overview/docker.mdx",
|
|
"gpuDocs": "https://github.com/jamiepine/voicebox/blob/main/docs/content/docs/overview/gpu-acceleration.mdx",
|
|
"composeFile": "https://github.com/jamiepine/voicebox/blob/main/docker-compose.yml",
|
|
"image": "ghcr.io/jamiepine/voicebox:latest",
|
|
"cudaImage": "ghcr.io/jamiepine/voicebox:latest-cuda"
|
|
}
|