Skip to content

Next generation bash based configuration API

Notifications You must be signed in to change notification settings

armbian/configng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Armbian configuration utility

Utility for configuring your board, divided into four main sections:

  • System - system and security settings,
  • Network - wired, wireless, Bluetooth, access point,
  • Personal - timezone, language, hostname,
  • Software - system and 3rd party software install.

To Configure and change global sytem settings, run the following command: ./armbian-configng


Screenshots

edit-boot-env-2024-04-03 10-06-58 BT-connect-2024-04-03 10-06-58 Following was updated on: Fri Apr 12 01:33:08 AM MST 2024.


  • System

    • S01 - Description: Enable Armbina kernal upgrades
    • S02 - Description: Disable Armbina kernal upgrades
    • S03 - Description: Edit the boot enviroment (WIP)
  • Network

    • BT0 - Description: Install Bluetooth support
    • BT1 - Description: Remove Bluetooth support
    • BT3 - Description: Bluetooth Discover
    • IR0 - Description: Install Infrared support
    • IR1 - Description: Uninstall Infrared support
    • N00 - Description: Manage wifi network connections
    • N01 - Description: Advanced Edit /etc/network/interface
    • N02 - Description: Disconect and forget all wifi connections (Advanced)
    • N03 - Description: Toggle system IPv6/IPv4 internet protical
  • Localisation

    • L00 - Description: Change Globla timezone (WIP)
    • L01 - Description: Change Locales reconfigure the language and charitorset
    • L02 - Description: Change Keyboard layout
    • L03 - Description: Change APT mirrors
  • Software

    • I00 - Description: Update Application Repository
    • I01 - Description: CLI System Monitor
  • Help

    • H00 - Description: About This systme. (WIP)
    • H02 - Description: List of Config function(WIP)

Quick start

Run the following commands:

echo "deb [signed-by=/usr/share/keyrings/armbian.gpg] https://armbian.github.io/configng stable main"     | sudo tee /etc/apt/sources.list.d/armbian-development.list > /dev/null

armbian-configng --dev

If all goes well you should see the Text-Based User Inerface (TUI)

Development

Development test brances are available for testing. To clone the development branch, run the following commands:

git clone https://github.com/armbian/configng.git
cd configng

Note:

The Bash procedures embedded within the JSON structure are meticulously designed with a focus on clear naming conventions and the simplicity of key pairs. These procedures serve multiple purposes, including facilitating the generation of content in various formats, such as Whiptail, Markdown, json out and others. Moreover, they are utilized for evaluation and execution of commands outlined in the JSON structure.