{"id":13556400,"url":"https://github.com/thomasleveil/docker-sqliteweb","last_synced_at":"2026-03-16T22:31:06.065Z","repository":{"id":136418375,"uuid":"104274508","full_name":"thomasleveil/docker-sqliteweb","owner":"thomasleveil","description":"SQLite database web administration tool running on Docker","archived":false,"fork":false,"pushed_at":"2017-09-20T23:11:35.000Z","size":3,"stargazers_count":17,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T00:07:07.361Z","etag":null,"topics":["admin-ui","docker","docker-compose","docker-image","sqlite","web-interface"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/tomdesinto/sqliteweb/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thomasleveil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-09-20T22:37:22.000Z","updated_at":"2025-03-14T17:03:58.000Z","dependencies_parsed_at":"2024-01-14T16:08:29.141Z","dependency_job_id":"0a46b8bf-53a7-4516-a496-15392d4d246b","html_url":"https://github.com/thomasleveil/docker-sqliteweb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thomasleveil/docker-sqliteweb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasleveil%2Fdocker-sqliteweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasleveil%2Fdocker-sqliteweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasleveil%2Fdocker-sqliteweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasleveil%2Fdocker-sqliteweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasleveil","download_url":"https://codeload.github.com/thomasleveil/docker-sqliteweb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasleveil%2Fdocker-sqliteweb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268241967,"owners_count":24218382,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin-ui","docker","docker-compose","docker-image","sqlite","web-interface"],"created_at":"2024-08-01T12:03:48.850Z","updated_at":"2026-03-16T22:31:01.028Z","avatar_url":"https://github.com/thomasleveil.png","language":null,"funding_links":[],"categories":["Others","docker"],"sub_categories":[],"readme":"# docker-sqliteweb\nSQLite database web administration tool running on Docker\n\nRead more on sqlite-web at [charlesleifer.com](http://charlesleifer.com/blog/web-based-sqlite-database-browser-using-flask/).\n\n## Usage\n\nLet say your project uses a SQLite database file `./my_database.db`, run the docker container with:\n\n    docker run -d -p 8080:8080 -v $(pwd)/my_database.db:/db/my_database.db tomdesinto/sqliteweb my_database.db\n    \n\n## docker-compose example\n\n```\nsqliteweb:\n  image: tomdesinto/sqliteweb\n  ports:\n    - 8080:8080\n  volumes:\n    - ./my_database.db:/db/my_database.db\n  command: my_database.db\n```\n\n----\n\n## Build the docker image yourself\n\n    git clone https://github.com/thomasleveil/docker-sqliteweb.git\n    docker build -t sqliteweb docker-sqliteweb\n    \nThen test it: \n\n    docker run --rm sqliteweb --help\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasleveil%2Fdocker-sqliteweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasleveil%2Fdocker-sqliteweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasleveil%2Fdocker-sqliteweb/lists"}