{"id":15734836,"url":"https://github.com/laynefyc/arm-nginx","last_synced_at":"2026-01-08T08:08:48.615Z","repository":{"id":85928104,"uuid":"62409405","full_name":"laynefyc/arm-nginx","owner":"laynefyc","description":"arm nginx","archived":false,"fork":false,"pushed_at":"2016-07-01T18:49:47.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T08:29:49.688Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/laynefyc.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}},"created_at":"2016-07-01T17:33:11.000Z","updated_at":"2016-07-01T18:38:21.000Z","dependencies_parsed_at":"2023-03-05T22:00:25.683Z","dependency_job_id":null,"html_url":"https://github.com/laynefyc/arm-nginx","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"2ab2846421cafefa23f9e3bef8260203a8148e01"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laynefyc%2Farm-nginx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laynefyc%2Farm-nginx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laynefyc%2Farm-nginx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laynefyc%2Farm-nginx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laynefyc","download_url":"https://codeload.github.com/laynefyc/arm-nginx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246413243,"owners_count":20773053,"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":[],"created_at":"2024-10-04T01:02:32.417Z","updated_at":"2026-01-08T08:08:48.530Z","avatar_url":"https://github.com/laynefyc.png","language":"HTML","readme":"## arm-nginx\nThis is my first arm images. I create it base on Hypriot.\n\n1. download path file\n    \n    ````bash\n    git clone git@github.com:laynefyc/arm-nginx.git\n    ````\n\n2. start nginx\n\n    ````bash\n    cd arm-nginx\n    \n    docker run -d -it -p 80:80 \\\n    -v `pwd`/www:/www  \\\n    -v `pwd`/config:/etc/nginx/sites-enabled \\\n    -v `pwd`/logs:/var/log/nginx \\\n    laynefyc/arm_nginx\n    ````\n\n## Source url\n* git url: [arm-nginx](https://github.com/laynefyc/arm-nginx/)\n\n* Dockerfile source: [arm-nginx](https://github.com/laynefyc/arm-nginx/blob/master/Dockerfile)\n\n* Dockerfile code\n\n    ````docker\n    FROM resin/rpi-raspbian:latest\n    MAINTAINER Layne Fyc \u003clayne.fyc@gmail.com\u003e\n\n    RUN apt-get update \\\n         \u0026\u0026 apt-get install -y nginx \\\n         \u0026\u0026 apt-get -y clean\n\n\n    RUN ln -sf /dev/stdout /var/log/nginx/access.log \\\n        \u0026\u0026 ln -sf /dev/stderr /var/log/nginx/error.log\n\n    EXPOSE 80 443\n    \n    CMD [\"nginx\", \"-g\", \"daemon off;\"]\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaynefyc%2Farm-nginx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaynefyc%2Farm-nginx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaynefyc%2Farm-nginx/lists"}