{"id":50138744,"url":"https://github.com/ream88/linux.local","last_synced_at":"2026-05-24T00:02:20.324Z","repository":{"id":42680216,"uuid":"175633922","full_name":"ream88/linux.local","owner":"ream88","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-05T09:43:42.000Z","size":609,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-05T11:27:38.224Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://docker.local","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/ream88.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-03-14T14:04:04.000Z","updated_at":"2026-05-05T09:43:45.000Z","dependencies_parsed_at":"2023-12-26T13:49:50.624Z","dependency_job_id":"fea12061-f295-4742-853d-2c53a4cfa368","html_url":"https://github.com/ream88/linux.local","commit_stats":null,"previous_names":["ream88/linux.local"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ream88/linux.local","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ream88%2Flinux.local","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ream88%2Flinux.local/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ream88%2Flinux.local/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ream88%2Flinux.local/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ream88","download_url":"https://codeload.github.com/ream88/linux.local/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ream88%2Flinux.local/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33416315,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"ssl_error","status_checked_at":"2026-05-23T22:14:43.778Z","response_time":53,"last_error":"SSL_read: 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":[],"created_at":"2026-05-24T00:02:18.587Z","updated_at":"2026-05-24T00:02:20.313Z","avatar_url":"https://github.com/ream88.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# linux.local\n\nThe following configuration uses [Docker Compose](https://docs.docker.com/compose/)\nto run containers on a [mini PC](https://www.amazon.de/dp/B0GJ5HS2GC) running\nUbuntu 25.10.\n\n## Services\n\n- ### [Tailscale](https://tailscale.com)\n\n  Requires a `TS_AUTHKEY` environment variable to be set before starting:\n\n  ```sh\n  export TS_AUTHKEY=tskey-auth-xxxxxxxxxxxxxxxx\n  docker compose up -d tailscale\n  ```\n\n- ### [Homebridge](https://github.com/homebridge/docker-homebridge)\n\n  Homebridge is used to enable several appliances in my apartment to be compatible with HomeKit:\n\n  - Two [ceiling lights](https://amzn.to/3iQLGHk) controlled using\n    [ESPHome](https://esphome.io)-powered [Sonoff Basic\n    Switches](https://amzn.to/3mHHUSV) using\n    \u003chttps://github.com/arachnetech/homebridge-mqttthing\u003e.\n\n- ### [Mosquitto](https://mosquitto.org)\n\n  Mosquitto helps connect with my Sonoff lamps using MQTT. Here's the JSON setup\n  I used in Homebridge-UI for the lamps:\n\n  ```json\n  {\n    \"type\": \"lightbulb-OnOff\",\n    \"name\": \"Fridge\",\n    \"url\": \"http://10.0.0.254:1883\",\n    \"topics\": {\n        \"getOnline\": \"fridge/status\",\n        \"getOn\": \"fridge/switch/sonoff_lamp/state\",\n        \"setOn\": \"fridge/switch/sonoff_lamp/command\"\n    },\n    \"onlineValue\": \"online\",\n    \"offlineValue\": \"offline\",\n    \"retryLimit\": 3,\n    \"confirmationIndicateOffline\": true,\n    \"onValue\": \"ON\",\n    \"offValue\": \"OFF\",\n    \"accessory\": \"mqttthing\"\n  }\n  ```\n\n  ## Nuki MQTT Setup\n\n  To connect the Nuki Smart Lock with HomeKit (via HomeBridge and MQTT), configure the MQTT integration in the Nuki app:\n\n  1. Open the Nuki app and go to lock settings\n  2. Enable MQTT integration with the following settings:\n     - **Host:** `10.0.0.254`\n     - **Username:** `mqtt`\n     - **Password:** `mosquito`\n     - **Automatic discovery:** Off (disable the first setting for automatic device discovery)\n\n  Here is the configuration to add latch functionality to the Nuki Smart Lock Pro (5th generation):\n\n  ```json\n  {\n    \"type\": \"switch\",\n    \"name\": \"Türöffner\",\n    \"topics\": {\n      \"getOnline\": \"nuki/4529E16F/connected\",\n      \"getOn\": \"nuki/4529E16F/state\",\n      \"setOn\": \"nuki/4529E16F/lockAction\"\n    },\n    \"onlineValue\": \"true\",\n    \"offlineValue\": \"false\",\n    \"integerValue\": true,\n    \"onValue\": \"3\",\n    \"offValue\": \"1\",\n    \"resetStateAfterms\": 3,\n    \"manufacturer\": \"Nuki\",\n    \"model\": \"Smart Lock Pro\",\n    \"serialNumber\": \"4529E16F\",\n    \"firmwareRevision\": \"1.2.0\",\n    \"accessory\": \"mqttthing\"\n  }\n  ```\n\n- ### [Pi-hole](https://pi-hole.net)\n\n  The password for the Pi-hole admin interface can be set/unset via:\n\n  ```sh\n  docker exec -it pihole pihole setpassword\n  ```\n\n  or\n\n  ```sh\n  ssh -t mario@linux.local docker exec -it pihole pihole setpassword\n  ```\n\n- ### NGINX\n\n  Nginx is used to render a simple website at \u003chttp://linux.local\u003e.\n\n  - \u003chttps://stackoverflow.com/a/38783433/326984\u003e\n  - \u003chttps://github.com/ream88/nginx-test\u003e\n\n  Some useful commands during development:\n\n  ```sh\n  bun run build\n  rsync -vr dist linux.local:/home/mario/docker/nginx/\n  rsync -v nginx.conf linux.local:/home/mario/docker/nginx/\n  ssh linux.local 'cd ~/docker \u0026\u0026 docker compose restart nginx'\n  ```\n\n- ### [WatchYourLan](https://github.com/aceberg/WatchYourLAN)\n\n## Setup\n\n1. Install Docker:\n\n   ```sh\n   curl -fsSL https://get.docker.com | sudo sh\n   sudo usermod -aG docker $USER\n   ```\n\n2. Start all services:\n\n   ```sh\n   cd ~/docker\n   docker compose up -d\n   ```\n\n## Links\n\n- \u003chttps://docs.docker.com/compose/\u003e\n\n## License\n\n[MIT](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fream88%2Flinux.local","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fream88%2Flinux.local","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fream88%2Flinux.local/lists"}