You've already forked documentation
mirror of
https://github.com/armbian/documentation.git
synced 2026-01-06 10:13:36 -08:00
Automatic documentation update
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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 --->
|
||||
|
||||
@@ -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 --->
|
||||
|
||||
Reference in New Issue
Block a user