{"id":27248755,"url":"https://github.com/puresesh/homeassistant-supervised-ubuntu","last_synced_at":"2025-04-10T23:42:56.624Z","repository":{"id":252847741,"uuid":"841642361","full_name":"puresesh/homeassistant-supervised-ubuntu","owner":"puresesh","description":"HomeAssistant for Ubuntu and Debian.","archived":false,"fork":false,"pushed_at":"2025-04-09T12:06:55.000Z","size":37,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T23:42:49.156Z","etag":null,"topics":["debian","homeassistant","ubuntu","ubuntu-server"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/puresesh.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":"2024-08-12T20:19:41.000Z","updated_at":"2025-04-09T12:09:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"4eafcb38-0fce-4d5b-bcbf-59fec9a1b01f","html_url":"https://github.com/puresesh/homeassistant-supervised-ubuntu","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"32cf72f7fc8f940a20d6887ae7c6ce94520a4283"},"previous_names":["gitsticks/homeassistant-supervised-ubuntu","snowyboop/homeassistant-supervised-ubuntu","fagdogboy/homeassistant-supervised-ubuntu","northstarz/homeassistant-supervised-ubuntu","bioaccumulation/homeassistant-supervised-ubuntu","pureopulence/homeassistant-supervised-ubuntu","angelsnowy/homeassistant-supervised-ubuntu","kourna/homeassistant-supervised-ubuntu","bloodredsnow/homeassistant-supervised-ubuntu","eternalmonologue/homeassistant-supervised-ubuntu","telegore/homeassistant-supervised-ubuntu","pitchblacksnow/homeassistant-supervised-ubuntu","snowxngels/homeassistant-supervised-ubuntu","puresesh/homeassistant-supervised-ubuntu"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puresesh%2Fhomeassistant-supervised-ubuntu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puresesh%2Fhomeassistant-supervised-ubuntu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puresesh%2Fhomeassistant-supervised-ubuntu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puresesh%2Fhomeassistant-supervised-ubuntu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puresesh","download_url":"https://codeload.github.com/puresesh/homeassistant-supervised-ubuntu/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248317726,"owners_count":21083527,"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":["debian","homeassistant","ubuntu","ubuntu-server"],"created_at":"2025-04-10T23:42:56.076Z","updated_at":"2025-04-10T23:42:56.608Z","avatar_url":"https://github.com/puresesh.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This installation includes a patch to work for debian and ubuntu / ubuntu server. \n# Currently there is no known bugs on the above operating systems.\n\n## Make sure you understand [the requirements](https://github.com/home-assistant/architecture/blob/master/adr/0014-home-assistant-supervised.md)\n\n# Install Home Assistant Supervised\n\nThis installation method provides the full Home Assistant experience on a regular operating system. This means, all components from the Home Assistant method are used, except for the Home Assistant Operating System. This system will run the Home Assistant Supervisor. The Supervisor is not just an application, it is a full appliance that manages the whole system. It will clean up, repair or reset settings to default if they no longer match expected values.\n\nBy not using the Home Assistant Operating System, the user is responsible for making sure that all required components are installed and maintained. Required components and their versions will change over time. Home Assistant Supervised is provided as-is as a foundation for community supported do-it-yourself solutions. We only accept bug reports for issues that have been reproduced on a freshly installed, fully updated Debian with no additional packages.\n\nThis method is considered advanced and should only be used if one is an expert in managing a Linux operating system, Docker and networking.\n\n## Installation\n\nRun the following commands as root (`su -` or `sudo su -` on machines with sudo installed):\n\nStep 1: Install the following dependencies with this command:\n\n```bash\napt install \\\napparmor \\\nbluez \\\ncifs-utils \\\ncurl \\\ndbus \\\njq \\\nlibglib2.0-bin \\\nlsb-release \\\nnetwork-manager \\\nnfs-common \\\nsystemd-journal-remote \\\nsystemd-resolved \\\nudisks2 \\\nwget -y\n```\n\nIf you haven't been using NetworkManager before, you might see instructions on how to let NetworkManager manage the current network interface.\n\n```\n...\nSetting up network-manager (1.42.4-1) ...\n\nThe following network interfaces were found in /etc/network/interfaces\nwhich means they are currently configured by ifupdown:\n- enp1s0\nIf you want to manage those interfaces with NetworkManager instead\nremove their configuration from /etc/network/interfaces.\n...\n```\n\nFollow these steps before continuing!\n\nStep 2: Install Docker-CE with the following command:\n\n```bash\ncurl -fsSL get.docker.com | sh\n```\n\nStep 3: Install the OS-Agent:\n\nInstructions for installing the OS-Agent can be found [here](https://github.com/home-assistant/os-agent/tree/main#using-home-assistant-supervised-on-debian)\n\nStep 4: Install the Home Assistant Supervised Debian Package:\n\n```bash\nwget -O homeassistant-supervised.deb https://github.com/gitsticks/homeassistant-supervised-ubuntu/releases/download/homeassistant/homeassistant-supervised.deb\napt install ./homeassistant-supervised.deb\n```\n\n## Supported Machine types\n\n- generic-x86-64\n- odroid-c2\n- odroid-c4\n- odroid-n2\n- odroid-xu\n- qemuarm\n- qemuarm-64\n- qemux86\n- qemux86-64\n- raspberrypi\n- raspberrypi2\n- raspberrypi3\n- raspberrypi4\n- raspberrypi3-64\n- raspberrypi4-64\n- raspberrypi5-64\n- tinker\n- khadas-vim3\n\n## Configuration\n\nThe default path for our `$DATA_SHARE` is `/usr/share/hassio`.\nThis path is used to store all home assistant related things.\n\nYou can reconfigure this path during installation with\n\n```bash\nDATA_SHARE=/my/own/homeassistant dpkg --force-confdef --force-confold -i homeassistant-supervised.deb\n```\n\n## Troubleshooting\n\nIf something's going wrong, use `journalctl -f` to get your system logs. If you are not familiar with Linux and how you can fix issues, we recommend to use our Home Assistant OS.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuresesh%2Fhomeassistant-supervised-ubuntu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuresesh%2Fhomeassistant-supervised-ubuntu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuresesh%2Fhomeassistant-supervised-ubuntu/lists"}