Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic documentation update and JSON join #239

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ sudo armbian-config
- ### Remove hostname broadcast via mDNS (avahi-daemon)


- ### DNS blockers
- ### Install Pi-hole DNS ad blocker
- ### Set Pi-hole web admin password
- ### Remove Pi-hole DNS ad blocker


- ### Development
- ### Install tools for cloning and managing repositories (git)
- ### Remove tools for cloning and managing repositories (git)
Expand Down Expand Up @@ -251,6 +257,10 @@ Outputs:
--cmd NET006 - Remove IP LAN monitor (iptraf-ng)
--cmd NET007 - Install hostname broadcast via mDNS (avahi-daemon)
--cmd NET008 - Remove hostname broadcast via mDNS (avahi-daemon)
DNS - DNS blockers
--cmd DNS001 - Install Pi-hole DNS ad blocker
--cmd DNS002 - Set Pi-hole web admin password
--cmd DNS003 - Remove Pi-hole DNS ad blocker
DevTools - Development
--cmd DEV001 - Install tools for cloning and managing repositories (git)
--cmd DEV001 - Remove tools for cloning and managing repositories (git)
Expand Down Expand Up @@ -548,6 +558,16 @@ Jobs:
No commands available
~~~

### DNS

DNS blockers

Jobs:

~~~
No commands available
~~~

### DevTools

Development
Expand Down Expand Up @@ -658,6 +678,7 @@ These helper functions facilitate various operations related to job management,
| Menu for armbianmonitor features | see_monitoring | @Tearran
| Enable/disable device tree overlays | manage_dtoverlays | @viraniac
| Show or generate QR code for Google OTP | qr_code generate | @igorpecovnik
| Install/uninstall/check status of pi-hole container | pi_hole install|uninstall|status|password | @armbian
| Check if kernel headers are installed | are_headers_installed | @viraniac
| Check when apt list was last updated and suggest updating or update | see_current_apt or see_current_apt update | @Tearran
| Install/uninstall/check status of portainer container | module_portainer install|uninstall|status | @armbian
Expand Down