doc: administration documentation

This commit is contained in:
2023-03-11 12:55:52 +00:00
parent 01fb09e12d
commit e131129f3f
3 changed files with 29 additions and 2 deletions

View File

@@ -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})
```

View File

@@ -0,0 +1,25 @@
# Administration
## HomeAssistant DashBoard
![Home Assistant Dashboard](images/git-homessistant-dashboard.png "Home Assistant 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
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB