From 12b88b159212747fa7c497437a64e007fee076f1 Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Thu, 13 Jan 2022 19:07:09 +0100 Subject: [PATCH] Added a few commands --- installation.txt | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/installation.txt b/installation.txt index 1678641..93eb790 100755 --- a/installation.txt +++ b/installation.txt @@ -22,6 +22,9 @@ Click on “Next” and then “Apply” Your Home Assistant within Docker should now run and will serve the web interface from port 8123 on your Docker host (this will be your Synology NAS IP address - for example http://10.0.0.142:8123) +dethlefsen:8123 +(claus og Moulin Rouge) + ## Install git on Synology via SynoCommunity (https://synocommunity.com/) Install the SynoCommunity package source @@ -37,9 +40,23 @@ https://thomes.blog/2020/12/09/how-to-gitea-on-synology/ ## use git version control on the local gitea client https://community.home-assistant.io/t/sharing-your-configuration-on-github/195144 -(use gitea instead of github) Ensure a sensible .gitignore and secrets.yaml +git init +git config user.email "you@example.com" +git config user.name "Your Name" +git add . +git commit + +(use gitea instead of github) + +Make repos on gitea and use the commands at the initial page to do +git remote add origin + + +http://dethlefsen:12080/ +(claus og Moulin Rouge) + ## Editing in Emacs Now, the synology homeassistant drive can be mounted and files be @@ -53,3 +70,4 @@ C-x v v : vc-next-action C-c C-c : commit +C-x v P