{"id":20195850,"url":"https://github.com/ralphv/simple-node-express","last_synced_at":"2026-07-01T03:32:18.994Z","repository":{"id":191243441,"uuid":"684172272","full_name":"ralphv/simple-node-express","owner":"ralphv","description":"A simple node express","archived":false,"fork":false,"pushed_at":"2023-08-30T17:48:23.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T17:08:13.737Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ralphv.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":"2023-08-28T15:49:44.000Z","updated_at":"2023-08-28T17:41:00.000Z","dependencies_parsed_at":"2025-08-20T18:45:09.428Z","dependency_job_id":"4e3ef3ba-f160-4a9e-ac91-f70f569b4503","html_url":"https://github.com/ralphv/simple-node-express","commit_stats":null,"previous_names":["ralphv/simple-node-express"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ralphv/simple-node-express","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralphv%2Fsimple-node-express","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralphv%2Fsimple-node-express/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralphv%2Fsimple-node-express/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralphv%2Fsimple-node-express/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ralphv","download_url":"https://codeload.github.com/ralphv/simple-node-express/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralphv%2Fsimple-node-express/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34992071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"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":[],"created_at":"2024-11-14T04:19:32.153Z","updated_at":"2026-07-01T03:32:18.957Z","avatar_url":"https://github.com/ralphv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Purpose\n\nUse this simple image in your quick projects to create containers that respond to any path/url/method with some simple output.\nYou can find this at [https://hub.docker.com/r/ralphv/simple-node-express](https://hub.docker.com/r/ralphv/simple-node-express)\n\nTo pull built image:\n```shell\ndocker pull ralphv/simple-node-express\n```\n\n### To build locally\n\n```shell\ndocker build --no-cache . -t ralphv/simple-node-express:latest`\n```\n\n### Environment variables:\n\n* `SERVICE_NAME`: Just a service name, an identity to give to the particular instance of this container, defaults to `N/A`\n* `PORT`: The port to listen to, defaults to `8080`\n\n### To run\n\n```shell\ndocker run -it --init --rm \\\n-p 8080:8080 \\\n-e PORT='8080' \\\n-e SERVICE_NAME='from-docker-run' \\\n--name simple-node-express \\\nralphv/simple-node-express:latest\n```\n\n### To build with buildx for multiple platforms using Windows/Raspberry pi 4 \n\n* Make sure raspberry pi doesn't need sudo [https://github.com/sindresorhus/guides/blob/main/docker-without-sudo.md](https://github.com/sindresorhus/guides/blob/main/docker-without-sudo.md)\n* Setup root access through ssh if the above doesn't work, either way the next command should work\n* This command should work `docker -H ssh://USER@HOST ps`\n* Run this command `docker buildx create --name localremote_builder --node localremote_builder0 --platform linux/arm64/v8,linux/amd64,linux/s390x --driver-opt env.BUILDKIT_STEP_LOG_MAX_SIZE=10000000 --driver-opt env.BUILDKIT_STEP_LOG_MAX_SPEED=10000000`\n* Run this command `docker buildx create --name localremote_builder --append --node pi --platform linux/arm/v7,linux/arm/v8 ssh://USER@HOST --driver-opt env.BUILDKIT_STEP_LOG_MAX_SIZE=10000000 --driver-opt env.BUILDKIT_STEP_LOG_MAX_SPEED=10000000`\n* Confirm with `docker buildx ls`\n* Use the context `docker buildx use localremote_builder`\n\nTo build\n```shell\ndocker buildx build --push --platform linux/arm64/v8,linux/amd64,linux/s390x,linux/arm/v7,linux/arm/v8 --tag ralphv/simple-node-express:latest .\n```\n\nTo fix raspberry pi 4 problems building\nhttps://blog.samcater.com/fix-workaround-rpi4-docker-libseccomp2-docker-20/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fralphv%2Fsimple-node-express","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fralphv%2Fsimple-node-express","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fralphv%2Fsimple-node-express/lists"}