mirror of
https://github.com/linuxserver/kasm_workspaces_registry.git
synced 2026-03-23 00:01:19 +08:00
33 lines
747 B
JSON
33 lines
747 B
JSON
{
|
|
"description": "DB Browser for SQLite (DB4S) is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.",
|
|
"docker_registry": "https://ghcr.io/",
|
|
"image_src": "sqlitebrowser.png",
|
|
"run_config": {
|
|
"security_opt": [
|
|
"seccomp=unconfined"
|
|
],
|
|
"entrypoint": [
|
|
"/kasminit"
|
|
],
|
|
"user": 1000,
|
|
"environment": {
|
|
"HOME": "/home/kasm-user"
|
|
}
|
|
},
|
|
"exec_config": {},
|
|
"categories": [
|
|
"Development"
|
|
],
|
|
"friendly_name": "SQLiteBrowser",
|
|
"architecture": [
|
|
"amd64",
|
|
"arm64"
|
|
],
|
|
"compatibility": [
|
|
{
|
|
"version": "1.16.x",
|
|
"image": "lscr.io/linuxserver/sqlitebrowser:latest",
|
|
"uncompressed_size_mb": 1070
|
|
}
|
|
]
|
|
} |