{"id":17838238,"url":"https://github.com/marcelcoding/node-red-docker","last_synced_at":"2025-04-02T13:47:48.352Z","repository":{"id":40468737,"uuid":"332338255","full_name":"MarcelCoding/node-red-docker","owner":"MarcelCoding","description":"Node-RED Docker image with dashboard nodes and a dark theme","archived":false,"fork":false,"pushed_at":"2023-12-01T09:55:33.000Z","size":78,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T04:46:46.465Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MarcelCoding.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":"2021-01-24T00:41:34.000Z","updated_at":"2021-12-03T20:00:24.000Z","dependencies_parsed_at":"2024-12-15T06:23:56.974Z","dependency_job_id":"ba6cd0c7-bb65-4066-b22d-a897fa4e4bc2","html_url":"https://github.com/MarcelCoding/node-red-docker","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelCoding%2Fnode-red-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelCoding%2Fnode-red-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelCoding%2Fnode-red-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelCoding%2Fnode-red-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarcelCoding","download_url":"https://codeload.github.com/MarcelCoding/node-red-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246827758,"owners_count":20840464,"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-27T20:54:53.145Z","updated_at":"2025-04-02T13:47:48.318Z","avatar_url":"https://github.com/MarcelCoding.png","language":"JavaScript","readme":"# Node-RED Docker\n\n[![Releases](https://img.shields.io/github/v/tag/MarcelCoding/node-red-docker?label=latest%20version\u0026style=flat-square)](https://github.com/marcelcoding/node-red-docker/releases)\n[![Build](https://img.shields.io/github/workflow/status/MarcelCoding/node-red-docker/CI?label=CI\u0026style=flat-square)](https://github.com/marcelcoding/node-red-docker/actions)\n\nThis is a docker container for [Node-RED](https://nodered.org/). It is based on the\n\"official\" [Node-RED Docker Image](https://github.com/node-red/node-red-docker/) but withe\nthe [Node-RED Dashboard](https://github.com/node-red/node-red-dashboard)\nand [addon](https://github.com/node-red/node-red-ui-nodes/) nodes,\na [dark theme](https://github.com/node-red-contrib-themes/dark), and some environment variables.\n\n## Deployment\n\nThis image is available in [DockerHub](https://hub.docker.com/r/marcelcoding/node-red) and the\n[GitHub Container Registry](https://github.com/users/MarcelCoding/packages/container/package/node-red):\n\n```\nmarcelcoding/node-red:latest\nghcr.io/marcelcoding/node-red:latest\n```\n\n### Docker \"run\" Command\n\n```bash\ndocker run \\\n  -p 1880:1880 \\\n  -e PASSWORD=SECURE_PASSWORD \\\n  --restart always \\\n  --mount \"./node-red-data:/data\"\n  marcelcoding/node-red:latest\n```\n\n### Docker Compose\n\n````yaml\n# docker-compose.yaml\nversion: '3.8'\n\nservices:\n  node-red-docker:\n    image: marcelcoding/node-red:latest\n    restart: always\n    environment:\n    # - 'USERNAME=admin'           # \u003c- Webinterface username (optional, default: \"admin\")\n    # - 'PASSWORD=SECURE_PASSWORD' # \u003c- Webinterface password (optional, default: \"admin\")\n    ports:\n      - '1880:1880'                # \u003c- Http Web Interface\n    volumes:\n      - ./node-red-data:/data      # \u003c- Data Persistence\n````\n\n## License\n\n[LICENSE](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelcoding%2Fnode-red-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelcoding%2Fnode-red-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelcoding%2Fnode-red-docker/lists"}