Files
appstore/apps/gotosocial/source-evidence.json
T
2026-06-28 00:12:23 +08:00

18 lines
1.4 KiB
JSON

{
"website": "https://gotosocial.org/",
"repository": "https://codeberg.org/superseriousbusiness/gotosocial",
"dockerDocs": "https://docs.gotosocial.org/en/latest/getting_started/installation/container/",
"composeFile": "https://codeberg.org/superseriousbusiness/gotosocial/raw/branch/main/example/docker-compose/docker-compose.yaml",
"userCreationDocs": "https://docs.gotosocial.org/en/latest/getting_started/user_creation/",
"imageRegistry": "https://hub.docker.com/r/superseriousbusiness/gotosocial",
"release": "https://codeberg.org/superseriousbusiness/gotosocial/releases/tag/v0.21.3",
"notes": [
"Issue request: https://github.com/okxlin/appstore/issues/1018",
"The original issue links an old GitHub GoToSocial URL; the official site now links to Codeberg as the source repository.",
"Official container docs recommend Docker Compose with SQLite, /gotosocial/storage persistence, optional /gotosocial/.cache Wazero cache, and port 8080 inside the container.",
"Official docs recommend immutable X.Y.Z image tags over moving latest/snapshot tags; this adaptation pins image tag 0.21.3, matching the latest stable release v0.21.3 at adaptation time.",
"Docker manifest metadata for superseriousbusiness/gotosocial:0.21.3 shows linux/amd64 and linux/arm64.",
"GoToSocial requires initial users to be created with the container CLI; README documents this operational step."
]
}