{"id":18451195,"url":"https://github.com/vityok/ambar","last_synced_at":"2025-09-04T16:35:08.110Z","repository":{"id":151247720,"uuid":"316297792","full_name":"vityok/ambar","owner":"vityok","description":"A primitive read-only file server for Raspberry Pi","archived":false,"fork":false,"pushed_at":"2020-12-02T08:39:29.000Z","size":366,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-20T00:46:07.457Z","etag":null,"topics":["common-lisp","commonlisp","fileserver","raspberry-pi","raspberry-pi-3","raspberrypi"],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vityok.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2020-11-26T17:31:37.000Z","updated_at":"2021-04-14T20:20:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"c5e8ded0-d8b4-4448-b00e-d7119080d750","html_url":"https://github.com/vityok/ambar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vityok/ambar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vityok%2Fambar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vityok%2Fambar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vityok%2Fambar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vityok%2Fambar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vityok","download_url":"https://codeload.github.com/vityok/ambar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vityok%2Fambar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263120628,"owners_count":23416857,"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","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":["common-lisp","commonlisp","fileserver","raspberry-pi","raspberry-pi-3","raspberrypi"],"created_at":"2024-11-06T07:27:51.458Z","updated_at":"2025-07-02T10:32:08.191Z","avatar_url":"https://github.com/vityok.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ambar\n\nA primitive file server with a very simple Web UI meant to run in a\nlocal network and serve files from a Raspberry Pi (or any other\nLinux-based computer).\n\nWritten in Common Lisp, served by Hunchentoot, HTML is generated using\nCL-WHO, filesystem is traversed using CL-FAD.\n\n## License\n\nMIT\n\n## Running\n\nEither clone repository or download a snapshot.\n\nThen make it available for Quicklisp by following the [\"local projects\" mechanism](http://blog.quicklisp.org/2018/01/the-quicklisp-local-projects-mechanism.html). Or create a symlink to `ambar.asd` from the local-projects `directory`.\n\nLaunch your favorite Common Lisp (tested to work with SBCL and ECL,\nbut there is hardly a reason it won't work on CCL) and execute:\n\n```lisp\n;; load the package\n(ql:quickload :ambar)\n\n;; start Hunchentoot easy acceptor on default port 4242 and serve\n;; files from the given directory\n(ambar:run #\"/home/user/Downloads/\")\n```\n\nNow visit http://localhost:4242/dir (substitute for the real host name\nor IP address).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvityok%2Fambar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvityok%2Fambar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvityok%2Fambar/lists"}