Added a few commands

This commit is contained in:
2022-01-13 19:07:09 +01:00
parent d8a5ece3f0
commit 12b88b1592
+19 -1
View File
@@ -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) 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 git on Synology via SynoCommunity (https://synocommunity.com/)
Install the SynoCommunity package source 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 ## use git version control on the local gitea client
https://community.home-assistant.io/t/sharing-your-configuration-on-github/195144 https://community.home-assistant.io/t/sharing-your-configuration-on-github/195144
(use gitea instead of github)
Ensure a sensible .gitignore and secrets.yaml 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 ## Editing in Emacs
Now, the synology homeassistant drive can be mounted and files be 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-c C-c : commit
C-x v P