mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-23 16:01:01 +00:00
13 lines
1.1 KiB
JSON
13 lines
1.1 KiB
JSON
{
|
|
"repository": "https://github.com/tgdrive/teldrive",
|
|
"dockerDocs": "https://github.com/tgdrive/teldrive-docs/blob/main/docs/getting-started/usage.md#running-with-docker",
|
|
"composeFile": "https://github.com/tgdrive/teldrive/blob/main/docker/compose/teldrive.yml",
|
|
"notes": [
|
|
"Issue request: https://github.com/okxlin/appstore/issues/2251",
|
|
"Official docs require PostgreSQL and show the ghcr.io/tgdrive/teldrive image.",
|
|
"The upstream compose directory provides teldrive.yml and postgres.yml examples.",
|
|
"A real 1Panel linkage audit against the store PostgreSQL runtime failed because Teldrive's migration 20240711163538_search.sql requires the pgroonga extension, which is not available in the current stock postgresql runtime.",
|
|
"A separate disposable-panel smoke proved that a local MySQL runtime app can install and run as localmysql, but /apps/services/mysql still returns null and no reusable row is written into the databases table. Based on the shared local-database registration path in current 1Panel source, this is evidence that a local PostgreSQL runtime variant is not yet a safe dependency-binding replacement for Teldrive."
|
|
]
|
|
}
|