{"id":21094411,"url":"https://github.com/nesktf/chenga_store","last_synced_at":"2026-05-06T11:36:25.685Z","repository":{"id":261713046,"uuid":"885104471","full_name":"nesktf/chenga_store","owner":"nesktf","description":"Simple manga e-commerce written in Lua","archived":false,"fork":false,"pushed_at":"2025-12-16T15:33:11.000Z","size":14468,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-18T22:33:04.452Z","etag":null,"topics":["chen","college-project","htmx","lapis","lua","manga","openresty","picocss","postgresql"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nesktf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-11-08T00:51:23.000Z","updated_at":"2025-12-16T15:33:14.000Z","dependencies_parsed_at":"2024-11-08T02:27:20.420Z","dependency_job_id":"f64448d8-4d74-47f8-b1da-e600370aa20d","html_url":"https://github.com/nesktf/chenga_store","commit_stats":null,"previous_names":["nesktf/chenga_store"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nesktf/chenga_store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nesktf%2Fchenga_store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nesktf%2Fchenga_store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nesktf%2Fchenga_store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nesktf%2Fchenga_store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nesktf","download_url":"https://codeload.github.com/nesktf/chenga_store/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nesktf%2Fchenga_store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32692333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T08:33:17.875Z","status":"ssl_error","status_checked_at":"2026-05-06T08:33:17.221Z","response_time":117,"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":["chen","college-project","htmx","lapis","lua","manga","openresty","picocss","postgresql"],"created_at":"2024-11-19T22:17:26.892Z","updated_at":"2026-05-06T11:36:25.680Z","avatar_url":"https://github.com/nesktf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cpicture\u003e\n        \u003csource\n            media=\"(prefers-color-scheme: dark)\"\n            srcset=\"static/logo_dark.png\" /\u003e\n        \u003csource\n            media=\"(prefers-color-scheme: light), (prefers-color-scheme: no-preference)\"\n            srcset=\"static/logo_light.png\" /\u003e\n        \u003cimg alt=\"chenga\" src=\"static/logo_light.png\" /\u003e\n    \u003c/picture\u003e\n\u003c/div\u003e\n\n# Chenga\nSimple manga e-commerce I made for a college project. Writen in Lua, using \n[lapis](https://github.com/leafo/lapis),\n[htmx](https://github.com/bigskysoftware/htmx),\nand [picocss](https://github.com/picocss/pico).\n\n## Installing\nTested on Debian 12 Bookworm and Arch Linux, but it should work fine on other distros.\n\nFirst you need to install openresty, LuaJIT and luarocks. Follow the installation instructions from\n[openresty's installation page](https://openresty.org/en/installation.html) or install it from\nyour package manager if it's available.\n\nYou need to install the following dependencies from luarocks:\n```sh\nluarocks install lapis lua-cjson bcrpyt tableshape bit lpeg --local --lua-version=5.1\n```\n\nFor the database you have two options, either run PostgreSQL locally and create the user\nand database specified in `config.lua`, or just use docker with the provided `docker-compose.yml`\n\nLastly, you have to define a secret in the `data/secret.lua` file. It just has to return\na string that will be used as a secret token, like the following:\n```lua\n-- data/secret.lua\nreturn \"myfunnysecrethehehaha\"\n```\n\n## Running\nRun one of the following commands (don't forget to load your luarocks environment):\n```sh\nlapis server development # to run in dev mode\nlapis server production # to run in production mode\n```\n\nThe website runs on port 8080 by default.\n\n## Images\n### Home page\n![chenga_home](img/chenga_home.png)\n### Details page\n![chenga_mofuark](img/chenga_mofuark.png)\n### Dashboard\n![chenga_admin](img/chenga_admin.png) \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnesktf%2Fchenga_store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnesktf%2Fchenga_store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnesktf%2Fchenga_store/lists"}