Skip to content

Commit 08fd0c2

Browse files
committed
Automatic documentation update
1 parent 59c219d commit 08fd0c2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

DOCUMENTATION.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,6 +1005,7 @@ These helper functions facilitate various operations related to job management,
10051005
| Netplan wrapper | simple advanced type stations select store restore dhcp static help | @igorpecovnik
10061006
| Exit with error code 1, optionally printing a message to stderr | run_critical_function || die 'The world is about to end' | @dimitry-ishenko
10071007
| Reload service | srv_reload ssh.service | @dimitry-ishenko
1008+
| Revert network config back to Armbian defaults | default_network_config | @igorpecovnik
10081009
| Webmin setup and service setting. | help install remove start stop enable disable status check | @Tearran
10091010
| Install HA supervised container | install remove purge status help | @armbian
10101011
| Display a menu from pipe | show_menu <<< armbianmonitor -h ; | @Tearran
@@ -1029,17 +1030,16 @@ These helper functions facilitate various operations related to job management,
10291030
| Deploy Armbian KVM instances | install remove save drop restore list help | @igorpecovnik
10301031
| Install OpenMediaVault (OMV) | install remove status help | @igorpecovnik
10311032
| Unmask service | srv_unmask ssh.service | @dimitry-ishenko
1032-
| Migrated procedures from Armbian config. | connect_bt_interface | @armbian
10331033
| Display a message box | show_message <<< 'hello world' | @Tearran
10341034
| Manage self hosted runners | install remove remove_online purge status help | @igorpecovnik
10351035
| Install domoticz container | install remove purge status help | @armbian
10361036
| Install and configure automatic updates | install remove configure status defaults help | @igorpecovnik
10371037
| Menu for armbianmonitor features | see_monitoring | @Tearran
10381038
| Enable/disable device tree overlays | | @viraniac
10391039
| XFCE desktop packages | install remove disable enable status auto manual login help | @igorpecovnik
1040-
| Show or generate QR code for Google OTP | qr_code generate | @igorpecovnik
10411040
| Remove package | pkg_remove nmap | @dimitry-ishenko
10421041
| Install Immich (photo and video backup solution) | install remove purge status help |
1042+
| Check the internet connection with fallback DNS | see_ping | @Tearran
10431043
| Samba setup and service setting. | help install remove start stop enable disable configure default status | @Tearran
10441044
| Check when apt list was last updated and suggest updating or update | see_current_apt or see_current_apt update | @Tearran
10451045
| Install/uninstall/check status of portainer container | install remove purge status help | @armbian
@@ -1053,7 +1053,6 @@ These helper functions facilitate various operations related to job management,
10531053
| Install openssh-server container | install remove purge status help | @armbian
10541054
| Upgrade installed packages | pkg_upgrade | @dimitry-ishenko
10551055
| Install lidarr container | install remove purge status help | @armbian
1056-
| Check if a domain is reachable via IPv4 and IPv6 | check_ip_version google.com | @Tearran
10571056
| Install package | pkg_install neovim | @dimitry-ishenko
10581057
| Install wireguard container | install client server remove purge qrcode status help | @armbian
10591058
| Secure Web Application Gateway | install remove purge status password help | @igorpecovnik
@@ -1072,11 +1071,11 @@ These helper functions facilitate various operations related to job management,
10721071
| Fix dependency issues | pkg_fix | @igorpecovnik
10731072
| Install radarr container | install remove purge status help | @armbian
10741073
| Install mysql container | install remove purge status help | @igorpecovnik
1075-
| Toggle IPv6 on or off | toggle_ipv6 | @Tearran
10761074
| Adjust welcome screen (motd) | adjust_motd clear, header, sysinfo, tips, commands | @igorpecovnik
10771075
| Install embyserver container | install remove purge status help | @schwar3kat
10781076
| Install duplicati container | install remove purge status help | @armbian
10791077
| Install qbittorrent container | install remove purge status help | @qbittorrent
1078+
| Show or generate QR code for Google OTP | module_qr_code generate | @igorpecovnik
10801079
| Reload systemd configuration | srv_daemon_reload | @dimitry-ishenko
10811080
| Generate JSON-like object file. | generate_json | @Tearran
10821081
| Install actualbudget container | install remove purge status help | @armbian
@@ -1085,9 +1084,9 @@ These helper functions facilitate various operations related to job management,
10851084
| Install navidrome container | install remove purge status help | @armbian
10861085
| Install Openhab | install remove purge status help | @igorpecovnik
10871086
| Uses Avalible (Whiptail, DIALOG, READ) for the menu interface | <function_name> | Tearran
1088-
| Netplan wrapper | network_config | @igorpecovnik
10891087
| Install medusa container | install remove purge status help | @armbian
10901088
| Install prometheus container | install remove purge status help | @armbian
1089+
| Netplan wrapper | module_network_config | @igorpecovnik
10911090
| Install syncthing container | install remove purge status help | @igorpecovnik
10921091
| Install Zerotier | help install remove start stop enable disable status check | @jnovos
10931092
| Install grafana container | install remove purge status help | @armbian
@@ -1103,12 +1102,13 @@ These helper functions facilitate various operations related to job management,
11031102
| Install nfs client | install remove servers mounts help | @igorpecovnik
11041103
| pipeline strings to an infobox | show_infobox <<< 'hello world' ; | @Tearran
11051104
| Install uptimekuma container | install remove purge status help | @armbian
1106-
| Stop hostapd, clean config | default_wireless_network_config | @igorpecovnik
11071105
| Install homepage container | install remove purge status help | @armbian
11081106
| Generate desktop packages list | | @igorpecovnik
1107+
| Toggle IPv6 on or off | toggle_ipv6 | @Tearran
11091108
| Update sub-submenu descriptions based on conditions | update_sub_submenu_data MenuID SubID SubSubID CMD | @Tearran
11101109
| Parse json to get list of desired menu or submenu items | parse_menu_items 'menu_options_array' | @viraniac
11111110
| Show the usage of the functions. | see_use | @Tearran
1111+
| Stop hostapd, clean config | default_wireless_network_config | @igorpecovnik
11121112
| Check if service is enabled | srv_enabled ssh.service | @dimitry-ishenko
11131113
| Download and flash Armbian OS images for selected hardware | install remove purge status help |
11141114
| Install adguardhome container | install remove purge status help | @igorpecovnik
@@ -1120,16 +1120,16 @@ These helper functions facilitate various operations related to job management,
11201120
| Install Redis in a container (In-Memory Data Store) | install remove purge status help | @armbian
11211121
| Stop service | srv_stop ssh.service | @dimitry-ishenko
11221122
| Configure an unconfigured package | pkg_configure | @dimitry-ishenko
1123+
| Check if a domain is reachable via IPv4 and IPv6 | module_check_ip_version google.com | @Tearran
11231124
| Install Pi-hole container | install remove purge password status help | @armbian
11241125
| Generate a Help message for cli commands. | see_cmd_list [category] | @Tearran
11251126
| Install mariadb container | install remove purge status help | @igorpecovnik
11261127
| Disable service | srv_disable ssh.service | @dimitry-ishenko
1127-
| Revert network config back to Armbian defaults | default_network_config | @igorpecovnik
11281128
| Check if the current OS is supported based on /etc/armbian-distribution-status | help | @Tearran
11291129
| Install prowlarr container | install remove purge status help | @Prowlarr
11301130
| Install nfsd server | install remove manage add status clients servers help | @igorpecovnik
11311131
| Install and configure Armbian rsyncd. | install remove status help | @igorpecovnik
1132-
| Check the internet connection with fallback DNS | see_ping | @Tearran
1132+
| Migrated procedures from Armbian config. | module_connect_bt_interface | @armbian
11331133
| Make sure param contains only valid chars | sanitize 'foo_bar_42' | @Tearran
11341134
| Install docker from a repo using apt | install remove purge status help | @schwar3kat
11351135
| Upgrade to next stable or rolling release | release_upgrade stable verify | @igorpecovnik

0 commit comments

Comments
 (0)