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:
@@ -7,9 +7,9 @@ comments: true
|
||||
## Change Global timezone
|
||||
|
||||
|
||||
<!--- section image START from tools/include/images/LO001.png --->
|
||||
[](#)
|
||||
<!--- section image STOP from tools/include/images/LO001.png --->
|
||||
<!--- section image START from tools/include/images/LOC001.png --->
|
||||
[](#)
|
||||
<!--- section image STOP from tools/include/images/LOC001.png --->
|
||||
|
||||
**Author:** @armbian
|
||||
|
||||
@@ -17,22 +17,22 @@ comments: true
|
||||
|
||||
|
||||
~~~ custombash
|
||||
armbian-config --cmd LO001
|
||||
armbian-config --cmd LOC001
|
||||
~~~
|
||||
|
||||
|
||||
~~~ bash title="Change Locales reconfigure the language and character set:"
|
||||
armbian-config --cmd LO002
|
||||
armbian-config --cmd LOC002
|
||||
~~~
|
||||
|
||||
|
||||
~~~ bash title="Change Keyboard layout:"
|
||||
armbian-config --cmd LO003
|
||||
armbian-config --cmd LOC003
|
||||
~~~
|
||||
|
||||
|
||||
~~~ bash title="Change System Hostname:"
|
||||
armbian-config --cmd LO005
|
||||
armbian-config --cmd LOC005
|
||||
~~~
|
||||
|
||||
|
||||
|
||||
@@ -118,7 +118,7 @@ Advanced bridged network configuration
|
||||
Add / change interface
|
||||
|
||||
|
||||
<!--- header START from tools/include/markdown/NEA001-header.md --->
|
||||
<!--- header START from tools/include/markdown/NEA002-header.md --->
|
||||
``` mermaid
|
||||
graph LR
|
||||
A[Network] --> B[Add / Change interface];
|
||||
@@ -133,7 +133,7 @@ graph LR
|
||||
F -->W[Access point];
|
||||
```
|
||||
|
||||
<!--- header STOP from tools/include/markdown/NEA001-header.md --->
|
||||
<!--- header STOP from tools/include/markdown/NEA002-header.md --->
|
||||
|
||||
**Author:** @igorpecovnik
|
||||
|
||||
@@ -141,11 +141,11 @@ graph LR
|
||||
|
||||
|
||||
~~~ custombash
|
||||
armbian-config --cmd NEA001
|
||||
armbian-config --cmd NEA002
|
||||
~~~
|
||||
|
||||
|
||||
<!--- footer START from tools/include/markdown/NEA001-footer.md --->
|
||||
<!--- footer START from tools/include/markdown/NEA002-footer.md --->
|
||||
=== "Wired device check"
|
||||
|
||||
In order to configure your network devices, they need to be supported the kernel.
|
||||
@@ -170,24 +170,24 @@ armbian-config --cmd NEA001
|
||||
|
||||
It is usually something like `wlan0`, `wlo1` or `wlx12334c47dec3`. If you get blank response, it means your WiFi device / dongle is not supported by the kernel.
|
||||
|
||||
<!--- footer STOP from tools/include/markdown/NEA001-footer.md --->
|
||||
<!--- footer STOP from tools/include/markdown/NEA002-footer.md --->
|
||||
|
||||
|
||||
~~~ bash title="Revert to Armbian defaults:"
|
||||
armbian-config --cmd NEA002
|
||||
~~~
|
||||
|
||||
|
||||
~~~ bash title="Show configuration:"
|
||||
armbian-config --cmd NEA003
|
||||
~~~
|
||||
|
||||
|
||||
~~~ bash title="Show active status:"
|
||||
~~~ bash title="Show configuration:"
|
||||
armbian-config --cmd NEA004
|
||||
~~~
|
||||
|
||||
|
||||
~~~ bash title="Show active status:"
|
||||
armbian-config --cmd NEA005
|
||||
~~~
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -197,14 +197,14 @@ armbian-config --cmd NEA004
|
||||
WireGuard VPN client / server
|
||||
|
||||
|
||||
<!--- section image START from tools/include/images/WG001.png --->
|
||||
[](#)
|
||||
<!--- section image STOP from tools/include/images/WG001.png --->
|
||||
<!--- section image START from tools/include/images/WRG001.png --->
|
||||
[](#)
|
||||
<!--- section image STOP from tools/include/images/WRG001.png --->
|
||||
|
||||
|
||||
<!--- header START from tools/include/markdown/WG001-header.md --->
|
||||
<!--- header START from tools/include/markdown/WRG001-header.md --->
|
||||
WireGuard is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. Initially released for the Linux kernel, it is now cross-platform (Windows, macOS, BSD, iOS, Android) and widely deployable. Regarded as the most secure, easiest to use, and simplest VPN solution in the industry.
|
||||
<!--- header STOP from tools/include/markdown/WG001-header.md --->
|
||||
<!--- header STOP from tools/include/markdown/WRG001-header.md --->
|
||||
|
||||
**Author:** @armbian
|
||||
|
||||
@@ -212,11 +212,11 @@ WireGuard is an extremely simple yet fast and modern VPN that utilizes state-of-
|
||||
|
||||
|
||||
~~~ custombash
|
||||
armbian-config --cmd WG001
|
||||
armbian-config --cmd WRG001
|
||||
~~~
|
||||
|
||||
|
||||
<!--- footer START from tools/include/markdown/WG001-footer.md --->
|
||||
<!--- footer START from tools/include/markdown/WRG001-footer.md --->
|
||||
=== "Access to the server from internet"
|
||||
|
||||
Remember to open/forward the port 51820 (UDP) through NAT on your router.
|
||||
@@ -243,21 +243,21 @@ Enjoy private network! Its that easy.
|
||||
More informations:
|
||||
|
||||
<https://docs.linuxserver.io/images/docker-wireguard/>
|
||||
<!--- footer STOP from tools/include/markdown/WG001-footer.md --->
|
||||
<!--- footer STOP from tools/include/markdown/WRG001-footer.md --->
|
||||
|
||||
|
||||
~~~ bash title="WireGuard remove:"
|
||||
armbian-config --cmd WG002
|
||||
armbian-config --cmd WRG002
|
||||
~~~
|
||||
|
||||
|
||||
~~~ bash title="WireGuard clients QR codes:"
|
||||
armbian-config --cmd WG003
|
||||
armbian-config --cmd WRG003
|
||||
~~~
|
||||
|
||||
|
||||
~~~ bash title="WireGuard purge with data folder:"
|
||||
armbian-config --cmd WG004
|
||||
armbian-config --cmd WRG004
|
||||
~~~
|
||||
|
||||
|
||||
|
||||
@@ -120,6 +120,8 @@ armbian-config --cmd DTO001
|
||||
|
||||
Select Odroid board configuration
|
||||
|
||||
**Author:** @GeoffClements
|
||||
|
||||
**Status:** Preview
|
||||
|
||||
|
||||
|
||||
@@ -24,6 +24,32 @@ 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 **8444**:
|
||||
|
||||
- URL: `https://<your.IP>:8444`
|
||||
- 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`
|
||||
|
||||
See also [openHAB file locations](https://www.openhab.org/docs/installation/linux.html#file-locations).
|
||||
|
||||
=== "View logs"
|
||||
|
||||
```sh
|
||||
journalctl -u openhab
|
||||
```
|
||||
|
||||
<!--- footer STOP from tools/include/markdown/HAB001-footer.md --->
|
||||
|
||||
|
||||
~~~ bash title="openHAB remove:"
|
||||
armbian-config --cmd HAB002
|
||||
~~~
|
||||
|
||||
@@ -132,6 +132,12 @@ Syncthing continuous file synchronization
|
||||
[](#)
|
||||
<!--- section image STOP from tools/include/images/STC001.png --->
|
||||
|
||||
|
||||
<!--- header START from tools/include/markdown/STC001-header.md --->
|
||||
Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.
|
||||
|
||||
<!--- header STOP from tools/include/markdown/STC001-header.md --->
|
||||
|
||||
**Author:** @igorpecovnik
|
||||
|
||||
**Status:** Stable
|
||||
@@ -142,6 +148,29 @@ armbian-config --cmd STC001
|
||||
~~~
|
||||
|
||||
|
||||
<!--- footer START from tools/include/markdown/STC001-footer.md --->
|
||||
=== "Access to the web interface"
|
||||
|
||||
The web interface is accessible via port **8884**:
|
||||
|
||||
- URL: `https://<your.IP>:8884`
|
||||
- Username/Password: There is none, but it is highly suggested setting a password for this container. To do this go to Actions -> Settings -> set user/password for the webUI.
|
||||
|
||||
=== "Directories"
|
||||
|
||||
- Install directory: `/armbian/syncthing`
|
||||
- Site configuration directory: `/armbian/syncthing/config`
|
||||
- Data directory: `/armbian/syncthing/data1` `/armbian/syncthing/data2`
|
||||
|
||||
=== "View logs"
|
||||
|
||||
```sh
|
||||
docker logs -f syncthing
|
||||
```
|
||||
|
||||
<!--- footer STOP from tools/include/markdown/STC001-footer.md --->
|
||||
|
||||
|
||||
~~~ bash title="Syncthing remove:"
|
||||
armbian-config --cmd STC002
|
||||
~~~
|
||||
|
||||
@@ -14,6 +14,12 @@ Navidrome music server and streamer compatible with Subsonic/Airsonic
|
||||
[](#)
|
||||
<!--- section image STOP from tools/include/images/NAV001.png --->
|
||||
|
||||
|
||||
<!--- header START from tools/include/markdown/NAV001-header.md --->
|
||||
Navidrome is a modern, lightweight, and self-hosted music server and streamer. It's designed to be compatible with the Subsonic and Airsonic APIs, making it a drop-in replacement for users of those systems. With Navidrome, you can stream your personal music collection from anywhere using any compatible Subsonic client (mobile or desktop). It supports multi-user access, real-time updates, album artwork, and is built with performance and simplicity in mind—perfect for organizing and accessing large music libraries.
|
||||
|
||||
<!--- header STOP from tools/include/markdown/NAV001-header.md --->
|
||||
|
||||
**Author:** @armbian
|
||||
|
||||
**Status:** Stable
|
||||
|
||||
@@ -90,6 +90,32 @@ 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 **8444**:
|
||||
|
||||
- URL: `https://<your.IP>:8444`
|
||||
- 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`
|
||||
|
||||
See also [openHAB file locations](https://www.openhab.org/docs/installation/linux.html#file-locations).
|
||||
|
||||
=== "View logs"
|
||||
|
||||
```sh
|
||||
journalctl -u openhab
|
||||
```
|
||||
|
||||
<!--- footer STOP from tools/include/markdown/HAB001-footer.md --->
|
||||
|
||||
|
||||
~~~ bash title="openHAB remove:"
|
||||
armbian-config --cmd HAB002
|
||||
~~~
|
||||
@@ -501,6 +527,12 @@ Navidrome music server and streamer compatible with Subsonic/Airsonic
|
||||
[](#)
|
||||
<!--- section image STOP from tools/include/images/NAV001.png --->
|
||||
|
||||
|
||||
<!--- header START from tools/include/markdown/NAV001-header.md --->
|
||||
Navidrome is a modern, lightweight, and self-hosted music server and streamer. It's designed to be compatible with the Subsonic and Airsonic APIs, making it a drop-in replacement for users of those systems. With Navidrome, you can stream your personal music collection from anywhere using any compatible Subsonic client (mobile or desktop). It supports multi-user access, real-time updates, album artwork, and is built with performance and simplicity in mind—perfect for organizing and accessing large music libraries.
|
||||
|
||||
<!--- header STOP from tools/include/markdown/NAV001-header.md --->
|
||||
|
||||
**Author:** @armbian
|
||||
|
||||
**Status:** Stable
|
||||
@@ -1868,6 +1900,12 @@ Syncthing continuous file synchronization
|
||||
[](#)
|
||||
<!--- section image STOP from tools/include/images/STC001.png --->
|
||||
|
||||
|
||||
<!--- header START from tools/include/markdown/STC001-header.md --->
|
||||
Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.
|
||||
|
||||
<!--- header STOP from tools/include/markdown/STC001-header.md --->
|
||||
|
||||
**Author:** @igorpecovnik
|
||||
|
||||
**Status:** Stable
|
||||
@@ -1878,6 +1916,29 @@ armbian-config --cmd STC001
|
||||
~~~
|
||||
|
||||
|
||||
<!--- footer START from tools/include/markdown/STC001-footer.md --->
|
||||
=== "Access to the web interface"
|
||||
|
||||
The web interface is accessible via port **8884**:
|
||||
|
||||
- URL: `https://<your.IP>:8884`
|
||||
- Username/Password: There is none, but it is highly suggested setting a password for this container. To do this go to Actions -> Settings -> set user/password for the webUI.
|
||||
|
||||
=== "Directories"
|
||||
|
||||
- Install directory: `/armbian/syncthing`
|
||||
- Site configuration directory: `/armbian/syncthing/config`
|
||||
- Data directory: `/armbian/syncthing/data1` `/armbian/syncthing/data2`
|
||||
|
||||
=== "View logs"
|
||||
|
||||
```sh
|
||||
docker logs -f syncthing
|
||||
```
|
||||
|
||||
<!--- footer STOP from tools/include/markdown/STC001-footer.md --->
|
||||
|
||||
|
||||
~~~ bash title="Syncthing remove:"
|
||||
armbian-config --cmd STC002
|
||||
~~~
|
||||
|
||||
BIN
docs/images/LOC001.png
Normal file
BIN
docs/images/LOC001.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
BIN
docs/images/WRG001.png
Normal file
BIN
docs/images/WRG001.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user