doc: administration documentation
This commit is contained in:
@@ -4,6 +4,8 @@ Welcome to public repository of my [Git Server](https://git.limbosolutions.com)
|
||||
|
||||
Using [gitea](https://git.limbosolutions.com/kb/gitea) and [duplicati](https://git.limbosolutions.com/kb/duplicati) for backups.
|
||||
|
||||
[Check](/doc/administration/README.md) for more information about admistration.
|
||||
|
||||
## Requirements
|
||||
|
||||
- Docker
|
||||
@@ -26,7 +28,7 @@ Using [duplicati](https://git.limbosolutions.com/kb/duplicati) to daily backups
|
||||
ls /db-dumps
|
||||
#select a file to import
|
||||
DB_FILE= "file name to import"
|
||||
#
|
||||
mysql --host db -uroot -p ${MYSQL_DATABASE} < /db-dumps/$DB_FILE
|
||||
#enter root password (root password is in enviromnent variable ${MYSQL_ROOT_PASSWORD})
|
||||
#root password (root password is the enviromnent variable ${MYSQL_ROOT_PASSWORD})
|
||||
```
|
||||
|
||||
|
||||
25
doc/administration/README.md
Normal file
25
doc/administration/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Administration
|
||||
|
||||
## HomeAssistant DashBoard
|
||||
|
||||

|
||||
|
||||
```yaml
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: entities
|
||||
entities:
|
||||
- type: weblink
|
||||
name: Homepage
|
||||
url: http://git.limbosolutions.com
|
||||
- type: weblink
|
||||
name: Backups
|
||||
url: http://wansrv01.dev.lan:8200/
|
||||
- type: weblink
|
||||
name: Hosting
|
||||
url: wansrv01
|
||||
- type: weblink
|
||||
name: Git
|
||||
url: wansrv01
|
||||
title: git.limbosolutions.com
|
||||
```
|
||||
BIN
doc/administration/images/git-homessistant-dashboard.png
Normal file
BIN
doc/administration/images/git-homessistant-dashboard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Reference in New Issue
Block a user