{"id":39820102,"url":"https://github.com/j-selby/leaffront","last_synced_at":"2026-01-18T12:56:04.748Z","repository":{"id":147561572,"uuid":"106244477","full_name":"j-selby/leaffront","owner":"j-selby","description":"A simple photoframe, weather station, and notification center for everywhere.","archived":false,"fork":false,"pushed_at":"2025-10-30T12:30:26.000Z","size":1904,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-30T14:24:07.774Z","etag":null,"topics":["gui","raspberry-pi","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/j-selby.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":"2017-10-09T06:27:00.000Z","updated_at":"2025-10-30T12:30:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3b33ace-33ac-40c1-af40-5415598a940a","html_url":"https://github.com/j-selby/leaffront","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/j-selby/leaffront","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-selby%2Fleaffront","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-selby%2Fleaffront/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-selby%2Fleaffront/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-selby%2Fleaffront/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/j-selby","download_url":"https://codeload.github.com/j-selby/leaffront/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-selby%2Fleaffront/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28536655,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"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":["gui","raspberry-pi","rust"],"created_at":"2026-01-18T12:56:04.015Z","updated_at":"2026-01-18T12:56:04.739Z","avatar_url":"https://github.com/j-selby.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Leaffront\n=========\n\n[![Build Status](https://ci.jselby.net/job/leaffront/job/master/badge/icon)](https://ci.jselby.net/job/leaffront/job/master/)\n\nA weather station and notification synchronisation platform, designed to run\n pretty much anywhere. Targeted at the Raspberry Pi.\n \n![Splash](example.jpg)\n\nBuilding\n--------\n\nBuilding the application should be fairly simple as long as you are compiling\n on the target platform.\n\n```bash\ncd station\ncargo build --features glutin\n```\n\nReplace `glutin` with your preferred frontend.\n\nRunning\n-------\n\nTwo things (other then the application binary) are required to run Leaffront\n in the working directory:\n\n- An `art` directory, containing `.jpg`s or `.png`s. This can be empty, but\n   Leaffront will only display a blank screen.\n- A `config.toml` file. An example can be found [here](example_config.toml).\n\nIf you want to use Redis for notifications, you also going to need this installed\n and running. This can be found in the Debian package `redis-server`.\n\nCross-compilation (for the Raspberry Pi)\n----------------------------------------\n\nCross-compiling *is* possible with the frontends provided (and is pretty much\n essential when targeting a platform such as the Pi), but requires a bit of\n hacking around.\n\nFirstly, ensure that you have Rustup installed on your building machine, then\n you are going to want to install the required cross-compiling utilities\n (For Debian):\n\n```bash\napt-get install build-essential gcc-aarch64-linux-gnu\nrustup target add aarch64-unknown-linux-gnu\n```\n\nUsing systemd\n-------------\n\nThere is a systemd .service file provided for the Raspberry Pi, which can\n be found [here](res/leaffront.service). This runs as a system service, not\n a user one, and is only really useful in automated systems where there\n is no requirement for a X server.\n\nThe best way to use Leaffront on a traditional desktop platform would by\n via launching the executable from your DE.\n\nD-Bus Notification support\n--------------------------\n\nThe D-Bus bridge allows for messages sent via Gnome's Notification system,\n which is used by a whole array of GUI applications.\n\nSee [here](dbus/README.md) for more information.\n\nNetworked notifications\n-----------------------\n\n(TODO)\n\nLicense\n-------\n\nLeaffront is licensed under the MIT license, which can be found [here](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-selby%2Fleaffront","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj-selby%2Fleaffront","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-selby%2Fleaffront/lists"}