{"id":41997448,"url":"https://github.com/nooblk-98/lighthouse","last_synced_at":"2026-01-26T01:08:06.688Z","repository":{"id":331181509,"uuid":"1112012542","full_name":"nooblk-98/lighthouse","owner":"nooblk-98","description":"A process for automating Docker container image updates ( alternative to watchtower with ui ).","archived":false,"fork":false,"pushed_at":"2026-01-02T11:40:56.000Z","size":1586,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-04T04:04:54.701Z","etag":null,"topics":["contributions-welcome","docker","lighthouse","linux","monitring","open-source","watchtower"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nooblk-98.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-08T02:54:23.000Z","updated_at":"2026-01-02T11:41:01.000Z","dependencies_parsed_at":"2026-01-04T15:06:54.087Z","dependency_job_id":null,"html_url":"https://github.com/nooblk-98/lighthouse","commit_stats":null,"previous_names":["nooblk-98/lighthouse"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/nooblk-98/lighthouse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nooblk-98%2Flighthouse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nooblk-98%2Flighthouse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nooblk-98%2Flighthouse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nooblk-98%2Flighthouse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nooblk-98","download_url":"https://codeload.github.com/nooblk-98/lighthouse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nooblk-98%2Flighthouse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28763194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T00:37:26.264Z","status":"ssl_error","status_checked_at":"2026-01-26T00:37:25.959Z","response_time":113,"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":["contributions-welcome","docker","lighthouse","linux","monitring","open-source","watchtower"],"created_at":"2026-01-26T01:08:06.102Z","updated_at":"2026-01-26T01:08:06.681Z","avatar_url":"https://github.com/nooblk-98.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./images/full-logo.png\" width=\"360\" alt=\"Lighthouse logo\" /\u003e\n\n  # Lighthouse\n\n  A process for automating Docker container base image updates (alternative to watchtower).\n\n  \u003cdiv\u003e\n    \u003ca href=\"https://hub.docker.com/r/lahiru98s/lighthouse-ui\"\u003e\u003cimg src=\"https://img.shields.io/docker/pulls/lahiru98s/lighthouse-ui.svg\" alt=\"Docker UI pulls\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/nooblk-98/lighthouse/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/nooblk-98/lighthouse?logo=github\" alt=\"Latest release\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/nooblk-98/lighthouse/actions/workflows/docker-build-push.yml\"\u003e\u003cimg src=\"https://github.com/nooblk-98/lighthouse/actions/workflows/docker-build-push.yml/badge.svg\" alt=\"CI\" /\u003e\u003c/a\u003e\n     \u003ca href=\"https://creativecommons.org/licenses/by-nc/2.0/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-CC%20BY--NC%202.0-blue.svg\" alt=\"License: CC BY-NC 2.0\" /\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n\n---\n\n## Features\n\n- **Real-time Container Monitoring** - View live container stats and status\n- **Manual \u0026 Auto Updates** - Check/update containers and skip exclusions\n- **Email Notifications** - Optional SMTP alerts after updates\n- **Multi-architecture Support** - `linux/amd64`, `linux/arm64`, `linux/arm/v7`\n- **Modern Web UI** - React + Tailwind\n- **RESTful API** - Python backend\n- **Docker Compose Ready** - Quick setup with docker-compose\n\n## Quick Start\n\n### Prerequisites\n- Docker \u0026 Docker Compose (v3.8+)\n- Port 8066 (frontend) and 8000 (backend) available\n\n### Installation\n\nRun using pre-built images\n   ```bash\n   docker-compose -f docker-compose.production.yml up -d\n   ```\n\n\n## Docker Compose (pre-built images)\n\nUse `docker-compose.production.yml` to run the published images without building:\n\n```yaml\nservices:\n  lighthouse:\n    image: lahiru98s/lighthouse:latest\n    container_name: lighthouse\n    ports:\n      - \"8066:80\"\n    volumes:\n      - /var/run/docker.sock:/var/run/docker.sock\n      - ./settings.json:/app/settings.json\n    restart: always\n    networks:\n      - lighthouse-net\n\nnetworks:\n  lighthouse-net:\n    driver: bridge\n```\n\n## Using Pre-built Images\n\nInstead of building locally, pull the published images:\n\n```bash\n# Docker Hub\ndocker pull lahiru98s/lighthouse:latest\n\n# GitHub Container Registry\ndocker pull ghcr.io/nooblk-98/lighthouse:latest\n```\n\nRun with compose:\n```bash\ndocker-compose -f docker-compose.production.yml up -d\n```\n\nRun FrontEnd with remote Backend For developement \n```bash\n$env:VITE_API_PROXY_TARGET=\"http://80.225.221.245:8000\"; npm run dev\n```\nDev with compose:\n```bash\ndocker compose -f docker-compose.dev.yml up --build\n```\n\n## UI Preview\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./images/ui/ui_1.png\" alt=\"Lighthouse UI preview 1\" width=\"800\" /\u003e\n  \u003cbr/\u003e\u003cbr/\u003e\n  \u003cimg src=\"./images/ui/ui_2.png\" alt=\"Lighthouse UI preview 2\" width=\"800\" /\u003e\n\u003c/div\u003e\n\n## Development\n\n### Run both services with Docker (recommended)\n```bash\ndocker compose -f docker-compose.dev.yml up --build\n```\n\n### Run locally without Docker\n\n**Backend**\n```bash\ncd server\npip install -r requirements.txt\npython main.py\n```\n\n**Frontend**\n```bash\ncd client\nnpm install\nnpm run dev\n```\n\nFor a non-local backend, set `VITE_API_PROXY_TARGET` before running Vite:\n```bash\n$env:VITE_API_PROXY_TARGET=\"http://your-backend:8000\"\n```\n\n### Build images locally\n```bash\ndocker-compose build\n```\n\n### View logs\n```bash\ndocker-compose logs -f backend\ndocker-compose logs -f frontend\n```\n\nContributions welcome\n\n## TODO / Ideas\n- Create login page for UI\n- ~~Support custom registry credentials~~\n- Improve scheduler UI: show detailed history and allow pause/resume.\n- Add image cleanup after updates (configurable retention).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnooblk-98%2Flighthouse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnooblk-98%2Flighthouse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnooblk-98%2Flighthouse/lists"}