{"id":30729280,"url":"https://github.com/gusinfosec/daily-dashboard","last_synced_at":"2026-05-08T09:33:02.719Z","repository":{"id":312663180,"uuid":"1048177755","full_name":"gusinfosec/daily-dashboard","owner":"gusinfosec","description":"A simple Flask-based daily dashboard with weather + quote, packaged in Docker.","archived":false,"fork":false,"pushed_at":"2025-09-24T19:25:07.000Z","size":166,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-24T19:26:49.995Z","etag":null,"topics":["dashboard","docker","flask","ntfy","tailscale","weather"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gusinfosec.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":"ROADMAP.md","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-09-01T03:53:37.000Z","updated_at":"2025-09-24T19:25:11.000Z","dependencies_parsed_at":"2025-09-01T09:31:48.893Z","dependency_job_id":"d7face62-ae5a-4ae0-8148-e7122ca6d369","html_url":"https://github.com/gusinfosec/daily-dashboard","commit_stats":null,"previous_names":["gusinfosec/daily-dashboard"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gusinfosec/daily-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gusinfosec%2Fdaily-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gusinfosec%2Fdaily-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gusinfosec%2Fdaily-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gusinfosec%2Fdaily-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gusinfosec","download_url":"https://codeload.github.com/gusinfosec/daily-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gusinfosec%2Fdaily-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32774862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"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":["dashboard","docker","flask","ntfy","tailscale","weather"],"created_at":"2025-09-03T15:02:22.509Z","updated_at":"2026-05-08T09:33:02.704Z","avatar_url":"https://github.com/gusinfosec.png","language":"HTML","funding_links":["https://ko-fi.com/s/507501790f"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/assets/daily-dashboard-logo.png\" width=\"300\" alt=\"Daily Dashboard Logo\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eDaily Dashboard\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Your automated Google Sheets + Calendar + Alerts system for managing monthly budgets.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://ko-fi.com/s/507501790f\"\u003e\n    \u003cimg src=\"https://ko-fi.com/img/githubbutton_sm.svg\" alt=\"Support me on Ko-fi\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-MIT-brightgreen?style=flat-square\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/status-active-brightgreen?style=flat-square\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/stars/gusinfosec/daily-dashboard?style=social\" alt=\"GitHub Stars\"\u003e\n\u003c/p\u003e\n\n---\n\nA tiny Flask app in a Docker container that shows:\n- **Current weather** + next 24h and daily highs/lows (OpenWeather)\n- **Quote of the day**\n- **Local time** (per-city, if you apply the timezone patch)\n\n# Daily Dashboard\n\nA simple Dockerized Flask app for weather + quotes.\n\n![Screenshot of Daily Dashboard](docs/screenshot.png)\n\nRuns anywhere Docker/Podman runs. Includes a one-shot `install.sh` that:\n- Builds the image\n- Creates `/etc/daily-dashboard.env`\n- Sets up a **systemd** service (`daily-dashboard`)\n- Adds a desktop launcher\n- Starts the service\n\n---\n\n## Features\n\n- Weather from OpenWeather (current + forecast)\n- Local rotating quotes (works even if rate-limited)\n- Simple UI, zero JS frameworks\n- **Config via env only** (no rebuild needed when you change city/units)\n- Works with Docker or Podman\n\n---\n\n## Quick Start (one-liner)\n\n```bash\n# one-off local run (replace key and city)\ndocker build -t daily-dashboard:latest .\ndocker run --rm -p 5000:5000 \\\n  -e OWM_API_KEY=YOUR_KEY \\\n  -e CITY=\"Boca Raton\" -e COUNTRY=\"US\" -e UNITS=\"imperial\" \\\n  daily-dashboard:latest\n# open http://localhost:5000\n\n```\n\n### Roadmap\nSee [ROADMAP.md](ROADMAP.md) for planned features and future ideas.\n\n---\n\n## 📝 License\n\nMIT. See `LICENSE` for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgusinfosec%2Fdaily-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgusinfosec%2Fdaily-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgusinfosec%2Fdaily-dashboard/lists"}