Automatic documentation update

This commit is contained in:
igorpecovnik
2025-07-16 13:55:05 +00:00
committed by Igor
parent 2f0e937aa4
commit f4287c6850
3 changed files with 24 additions and 18 deletions

View File

@@ -81,7 +81,10 @@ Mariadb SQL database server
<!--- header START from tools/include/markdown/DAT001-header.md --->
Mariadb is one of the most popular database servers. Made by the original developers of MySQL.
**MariaDB** is a fast, open-source relational database server developed by the original creators of MySQL. It is designed to be fully compatible with MySQL while offering improved performance, enhanced security, and additional features.
MariaDB supports a wide range of storage engines, advanced SQL capabilities, and both single-node and clustered deployments. It is widely used in web, cloud, and
<!--- header STOP from tools/include/markdown/DAT001-header.md --->
@@ -105,7 +108,7 @@ armbian-config --cmd DAT001
- create normal user
- create password for normal user
- Database host: `<your.IP>`
- Database host: `<your.IP>:3307`
=== "Directories"

View File

@@ -142,24 +142,24 @@ armbian-config --cmd HAB001
<!--- footer START from tools/include/markdown/HAB001-footer.md --->
=== "Access to the web interface"
The web interface is accessible via port **8080**:
The web interface is accessible via port **2080**:
- URL: `https://<your.IP>:8080`
- URL: `https://<your.IP>:2080`
- Username/Password: Are set at first web interface login
=== "Directories"
- Install directory: `/usr/share/openhab`
- Site configuration directory: `/etc/openhab`
- Config file: `/etc/default/openhab`
- Data directory: `/var/lib/openhab`
- Install directory: `/armbian/openhab`
- Site configuration directory: `/armbian/openhab/conf`
- Userdata directory: `/armbian/openhab/userdata`
- Addons directory: `/armbian/openhab/addons`
See also [openHAB file locations](https://www.openhab.org/docs/installation/linux.html#file-locations).
=== "View logs"
```sh
journalctl -u openhab
docker logs -f openhab
```
<!--- footer STOP from tools/include/markdown/HAB001-footer.md --->

View File

@@ -598,7 +598,10 @@ Mariadb SQL database server
<!--- header START from tools/include/markdown/DAT001-header.md --->
Mariadb is one of the most popular database servers. Made by the original developers of MySQL.
**MariaDB** is a fast, open-source relational database server developed by the original creators of MySQL. It is designed to be fully compatible with MySQL while offering improved performance, enhanced security, and additional features.
MariaDB supports a wide range of storage engines, advanced SQL capabilities, and both single-node and clustered deployments. It is widely used in web, cloud, and
<!--- header STOP from tools/include/markdown/DAT001-header.md --->
@@ -622,7 +625,7 @@ armbian-config --cmd DAT001
- create normal user
- create password for normal user
- Database host: `<your.IP>`
- Database host: `<your.IP>:3307`
=== "Directories"
@@ -1755,24 +1758,24 @@ armbian-config --cmd HAB001
<!--- footer START from tools/include/markdown/HAB001-footer.md --->
=== "Access to the web interface"
The web interface is accessible via port **8080**:
The web interface is accessible via port **2080**:
- URL: `https://<your.IP>:8080`
- URL: `https://<your.IP>:2080`
- Username/Password: Are set at first web interface login
=== "Directories"
- Install directory: `/usr/share/openhab`
- Site configuration directory: `/etc/openhab`
- Config file: `/etc/default/openhab`
- Data directory: `/var/lib/openhab`
- Install directory: `/armbian/openhab`
- Site configuration directory: `/armbian/openhab/conf`
- Userdata directory: `/armbian/openhab/userdata`
- Addons directory: `/armbian/openhab/addons`
See also [openHAB file locations](https://www.openhab.org/docs/installation/linux.html#file-locations).
=== "View logs"
```sh
journalctl -u openhab
docker logs -f openhab
```
<!--- footer STOP from tools/include/markdown/HAB001-footer.md --->