{"id":21759502,"url":"https://github.com/thnee/filemanager","last_synced_at":"2026-05-08T17:35:24.018Z","repository":{"id":220596605,"uuid":"751433827","full_name":"thnee/filemanager","owner":"thnee","description":"File manager web app","archived":false,"fork":false,"pushed_at":"2025-05-09T11:21:02.000Z","size":91,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T03:56:11.641Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Svelte","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/thnee.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-01T15:52:57.000Z","updated_at":"2025-05-09T11:21:06.000Z","dependencies_parsed_at":"2025-05-26T17:50:24.375Z","dependency_job_id":null,"html_url":"https://github.com/thnee/filemanager","commit_stats":null,"previous_names":["thnee/filemanager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thnee/filemanager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thnee%2Ffilemanager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thnee%2Ffilemanager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thnee%2Ffilemanager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thnee%2Ffilemanager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thnee","download_url":"https://codeload.github.com/thnee/filemanager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thnee%2Ffilemanager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32790593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-26T11:33:01.322Z","updated_at":"2026-05-08T17:35:24.008Z","avatar_url":"https://github.com/thnee.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# filemanager\n\nFile management web application.\n\nThe name filemanager is a placeholder name, it should probably be changed to something cooler.\n\nCurrently developed and tested on Linux, specifically Ubuntu 22.04.\n\n### Features\n\n- Web GUI with file management functionality.\n- Browse directories in gallery or table view.\n- View file details with support for various file formats.\n- Looks and feels like a desktop application.\n- Multiple users and multiple main directories.\n- Simple configuration via yaml config file.\n- Security is built with established and proven libraries.\n- Really fast and lean.\n\n### Tech details\n\n- Deployed as a single stand-alone self-contained compiled binary executable file.\n- Listens on a single port using HTTP.\n- Serves web app and API on the same port, under `/` and `/api` respectively.\n- Backend is built with Golang, and Chi.\n- Frontend is built with JavaScript, Svelte, and SvelteKit.\n\n\n\n## Installation\n\nFor now, download and compile source code (see Development, it's very straight forward).\n\n\n\n## Development\n\nLanguages and tools are installed via [mise][mise].\n\nInstall mise.\n\n```bash\ncurl https://mise.run | sh\n```\n\nInstall requirements with mise.\n\n```bash\nmise install\n```\n\nInstall go packages.\n\n```bash\ncd api\ngo get\n```\n\nInstall npm packages.\n\n```bash\ncd web\nnpm install\n```\n\nRun dev servers.\n\n```bash\ncd api\njust\n```\n\n```bash\ncd web\njust\n```\n\nBuild production executable.\n\n```bash\njust build\n```\n\nRun production executable.  \nThe example config file has one user with username demo and password demo, and one file area for the path `/tmp`.\n\n```bash\n./main server --config config.yml\n```\n\n\n\n[mise]: https://github.com/jdx/mise\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthnee%2Ffilemanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthnee%2Ffilemanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthnee%2Ffilemanager/lists"}