diff --git a/docs/User-Guide_Armbian-Config/Localisation.md b/docs/User-Guide_Armbian-Config/Localisation.md index 183f6517..f9cc7146 100644 --- a/docs/User-Guide_Armbian-Config/Localisation.md +++ b/docs/User-Guide_Armbian-Config/Localisation.md @@ -7,9 +7,9 @@ comments: true ## Change Global timezone - -[![Change Global timezone](/images/LO001.png)](#) - + +[![Change Global timezone](/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 ~~~ diff --git a/docs/User-Guide_Armbian-Config/Network.md b/docs/User-Guide_Armbian-Config/Network.md index 1f9fb7c1..152e0008 100644 --- a/docs/User-Guide_Armbian-Config/Network.md +++ b/docs/User-Guide_Armbian-Config/Network.md @@ -118,7 +118,7 @@ Advanced bridged network configuration Add / change interface - + ``` mermaid graph LR A[Network] --> B[Add / Change interface]; @@ -133,7 +133,7 @@ graph LR F -->W[Access point]; ``` - + **Author:** @igorpecovnik @@ -141,11 +141,11 @@ graph LR ~~~ custombash -armbian-config --cmd NEA001 +armbian-config --cmd NEA002 ~~~ - + === "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. - + ~~~ 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 - -[![WireGuard](/images/WG001.png)](#) - + +[![WireGuard](/images/WRG001.png)](#) + - + 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. - + **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 ~~~ - + === "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: - + ~~~ 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 ~~~ diff --git a/docs/User-Guide_Armbian-Config/System.md b/docs/User-Guide_Armbian-Config/System.md index 52ec592e..a31acf20 100644 --- a/docs/User-Guide_Armbian-Config/System.md +++ b/docs/User-Guide_Armbian-Config/System.md @@ -120,6 +120,8 @@ armbian-config --cmd DTO001 Select Odroid board configuration +**Author:** @GeoffClements + **Status:** Preview diff --git a/docs/User-Guide_Armbian-Software/HomeAutomation.md b/docs/User-Guide_Armbian-Software/HomeAutomation.md index 84eb05ed..5f0c9931 100644 --- a/docs/User-Guide_Armbian-Software/HomeAutomation.md +++ b/docs/User-Guide_Armbian-Software/HomeAutomation.md @@ -24,6 +24,32 @@ armbian-config --cmd HAB001 ~~~ + +=== "Access to the web interface" + + The web interface is accessible via port **8444**: + + - URL: `https://: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 + ``` + + + + ~~~ bash title="openHAB remove:" armbian-config --cmd HAB002 ~~~ diff --git a/docs/User-Guide_Armbian-Software/Media.md b/docs/User-Guide_Armbian-Software/Media.md index 0293159b..d98aad39 100644 --- a/docs/User-Guide_Armbian-Software/Media.md +++ b/docs/User-Guide_Armbian-Software/Media.md @@ -132,6 +132,12 @@ Syncthing continuous file synchronization [![Syncthing](/images/STC001.png)](#) + + +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. + + + **Author:** @igorpecovnik **Status:** Stable @@ -142,6 +148,29 @@ armbian-config --cmd STC001 ~~~ + +=== "Access to the web interface" + + The web interface is accessible via port **8884**: + + - URL: `https://: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 + ``` + + + + ~~~ bash title="Syncthing remove:" armbian-config --cmd STC002 ~~~ diff --git a/docs/User-Guide_Armbian-Software/Music.md b/docs/User-Guide_Armbian-Software/Music.md index 767c3d3c..94419e32 100644 --- a/docs/User-Guide_Armbian-Software/Music.md +++ b/docs/User-Guide_Armbian-Software/Music.md @@ -14,6 +14,12 @@ Navidrome music server and streamer compatible with Subsonic/Airsonic [![Navidrome](/images/NAV001.png)](#) + + +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. + + + **Author:** @armbian **Status:** Stable diff --git a/docs/User-Guide_Armbian-Software/Software.md b/docs/User-Guide_Armbian-Software/Software.md index 58a8e591..a272007b 100644 --- a/docs/User-Guide_Armbian-Software/Software.md +++ b/docs/User-Guide_Armbian-Software/Software.md @@ -90,6 +90,32 @@ armbian-config --cmd HAB001 ~~~ + +=== "Access to the web interface" + + The web interface is accessible via port **8444**: + + - URL: `https://: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 + ``` + + + + ~~~ bash title="openHAB remove:" armbian-config --cmd HAB002 ~~~ @@ -501,6 +527,12 @@ Navidrome music server and streamer compatible with Subsonic/Airsonic [![Navidrome](/images/NAV001.png)](#) + + +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. + + + **Author:** @armbian **Status:** Stable @@ -1868,6 +1900,12 @@ Syncthing continuous file synchronization [![Syncthing](/images/STC001.png)](#) + + +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. + + + **Author:** @igorpecovnik **Status:** Stable @@ -1878,6 +1916,29 @@ armbian-config --cmd STC001 ~~~ + +=== "Access to the web interface" + + The web interface is accessible via port **8884**: + + - URL: `https://: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 + ``` + + + + ~~~ bash title="Syncthing remove:" armbian-config --cmd STC002 ~~~ diff --git a/docs/images/LOC001.png b/docs/images/LOC001.png new file mode 100644 index 00000000..b0469cf8 Binary files /dev/null and b/docs/images/LOC001.png differ diff --git a/docs/images/WRG001.png b/docs/images/WRG001.png new file mode 100644 index 00000000..a60dc836 Binary files /dev/null and b/docs/images/WRG001.png differ