HomeBridge setup

HomeBridge setup and supported accessories. Homebridge instalation. Simple way to install it, is using docker and docker compose. version: '2' services: homebridge: image: oznu/homebridge:ubuntu restart: always network_mode: host environment: - PGID=1000 - PUID=1000 - HOMEBRIDGE_CONFIG_UI=1 - HOMEBRIDGE_CONFIG_UI_PORT=8581 - TZ=Canberra/Australia volumes: - ./volumes/homebridge:/homebridge For more ways to install and for configuration options head to the official docs of HomeBridge here.

April 11, 2021 · 1 min · 59 words · Me

Getting Started with iOS App

Basic steps to start developing. Jump Right In Start Developing iOS Apps (Swift) is the perfect starting point for learning to create apps that run on iPhone and iPad. View this set of incremental lessons as a guided introduction to building your first app—including the tools, major concepts, and best practices that will ease your path. Each lesson contains a tutorial and the conceptual information you need to complete it. The lessons build on each other, walking you through a step-by-step process of creating a simple, real-world iOS app....

April 4, 2021 · 3 min · 512 words · Me

Randomizer3 iPhone App

Simple app that generates random Dota 2 heroes and also tasty food. Randomizer3 on Github

January 12, 2021 · 1 min · 15 words · Me