All Projects → armbian → Config

armbian / Config

Licence: gpl-2.0
Armbian configuration utility

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Config

Media Docker
all-in-one deployment and configuration for an all-in-one media server, running on docker.
Stars: ✭ 148 (-53.31%)
Mutual labels:  radarr, sonarr, plex-media-server, transmission
Netkiller.github.io
Netkiller Free ebook - 免费电子书
Stars: ✭ 861 (+171.61%)
Mutual labels:  mysql, openvpn, nginx, apache
Heimdall
As the name suggests Heimdall Application Dashboard is a dashboard for all your web applications. It doesn't need to be limited to applications though, you can add links to anything you like.
Stars: ✭ 3,501 (+1004.42%)
Mutual labels:  radarr, sonarr, server, nginx
Dockerfiles
Dockerfiles: Check_Mk, Couchpotato, Deluge, Gollum, Headphones, Jackett, Lazy Librarian, Miniflux, Nginx/PHP-FPM, OpenVPN PIA client, Plex, Privatebin, Radarr, Sabnzbd, Samba, SSH Socks Proxy server, Sonarr, Syncthing, Stringer,Transmission, Unifi Controller.
Stars: ✭ 499 (+57.41%)
Mutual labels:  radarr, sonarr, openvpn, transmission
Devilbox
A modern Docker LAMP stack and MEAN stack for local development
Stars: ✭ 3,598 (+1035.02%)
Mutual labels:  mysql, lamp, nginx, apache
Dockerweb
A docker-powered bash script for shared web hosting management. The ultimate Docker LAMP/LEMP Stack.
Stars: ✭ 89 (-71.92%)
Mutual labels:  mysql, nginx, apache
Owasp Mth3l3m3nt Framework
OWASP Mth3l3m3nt Framework is a penetration testing aiding tool and exploitation framework. It fosters a principle of attack the web using the web as well as pentest on the go through its responsive interface.
Stars: ✭ 139 (-56.15%)
Mutual labels:  mysql, nginx, apache
Developer
Gameserver, Voiceserver, Rootserver Webinterface
Stars: ✭ 161 (-49.21%)
Mutual labels:  mysql, nginx, apache
Docker Lamp
Docker with Apache, MySql, PhpMyAdmin and Php
Stars: ✭ 276 (-12.93%)
Mutual labels:  mysql, lamp, apache
Docker Testing
Stars: ✭ 18 (-94.32%)
Mutual labels:  mysql, nginx, apache
Lnmp
LNMP一键安装包是一个用Linux Shell编写的可以为CentOS/RHEL/Fedora/Aliyun/Amazon、Debian/Ubuntu/Raspbian/Deepin/Mint Linux VPS或独立主机安装LNMP(Nginx/MySQL/PHP)、LNMPA(Nginx/MySQL/PHP/Apache)、LAMP(Apache/MySQL/PHP)生产环境的Shell程序。
Stars: ✭ 2,119 (+568.45%)
Mutual labels:  mysql, lamp, nginx
Organizr
HTPC/Homelab Services Organizer - Written in PHP
Stars: ✭ 3,605 (+1037.22%)
Mutual labels:  radarr, sonarr, server
Phpwpinfo
Provides an equivalent to the `phpinfo()` but with more WordPress requirements details.
Stars: ✭ 52 (-83.6%)
Mutual labels:  mysql, server, apache
Docs4dev
后端开发常用框架文档及中文翻译,包含 Spring 系列文档(Spring, Spring Boot, Spring Cloud, Spring Security, Spring Session),大数据(Apache Hive, HBase, Apache Flume),日志(Log4j2, Logback),Http Server(NGINX,Apache),Python,数据库(OpenTSDB,MySQL,PostgreSQL)等最新官方文档以及对应的中文翻译。
Stars: ✭ 974 (+207.26%)
Mutual labels:  mysql, nginx, apache
Oneinstack
OneinStack - A PHP/JAVA Deployment Tool
Stars: ✭ 1,983 (+525.55%)
Mutual labels:  mysql, lamp, nginx
Guacamole Install Rhel 7
Apache Guacamole installation bash script for RHEL 7 and CentOS 7 including options for Nginx, HTTPS, SSL, LDAP, Let's Encrypt certificates and more
Stars: ✭ 174 (-45.11%)
Mutual labels:  mysql, nginx, apache
Addarr
Telegram Bot for adding series/movies to Sonarr/Radarr or for changing the download speed of Transmission/Sabnzbd
Stars: ✭ 150 (-52.68%)
Mutual labels:  sonarr, transmission, radarr
Lnmp
LEMP stack/LAMP stack/LNMP stack installation scripts for CentOS/Redhat Debian and Ubuntu
Stars: ✭ 2,488 (+684.86%)
Mutual labels:  mysql, lamp, nginx
MySB
MySB (MySeedBox) is more than a simplified installation script of a multi-users Seedbox. There are many solutions to install a Seedbox, but we never talk about safety and regular operations. MySB could be renamed MySSB (MySecuredSeedBox).
Stars: ✭ 105 (-66.88%)
Mutual labels:  openvpn, nextcloud, plex-media-server
htk8s
HTPC services running on Kubernetes
Stars: ✭ 69 (-78.23%)
Mutual labels:  sonarr, transmission, radarr

NOTICE: We are refactoring this tool. Your input & help is more then welcome!

Armbian configuration utility

Utility for configuring your board, adjusting services and installing applications. It comes with Armbian by default.

Login as root and type:

armbian-config

  • system
    • install to SATA, eMMC, NAND or USB
    • freeze and unfreeze kernel and BSP upgrades
    • switching between available kernels and nightly builds
    • edit boot environment
    • reconfigure board settings with DT overlays or FEX (Allwinner legacy)
    • select dedicated DTB (Solidrun i.MX6 and Odroid XU4/HC1/HC2 boards)
    • adjust SSH daemon features
    • 3G/4G LTE modem management
    • run apt update and upgrade
    • toggle BASH/ZSH with Oh My ZSH and tmux
    • toggle desktop and login manager (desktop builds)
    • adjusting the display resolution (some boards)
    • enabling read only root filesystem (Ubuntu)
  • network
    • select dynamic or static IP address
    • hotspot management. Automatic detection of: nl80211, realtek, 802.11n, 802.11a and 802.11ac
    • iperf3. Toggle bandwidth measuring server
    • connect to wireless
    • install IR support
    • install support, pair and connect Bluetooth devices
    • edit IFUPDOWN interfaces
  • personal
    • change timezone, languages and hostname
    • select welcome screen items
  • software
  • help
    • Links to documentation, support and sources

Run this utility on 3rd party Debian based distributions

echo "deb [arch=arm64] http://apt.armbian.com $(lsb_release -cs) main" > /etc/apt/sources.list.d/armbian.list
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 9F0E78D5
apt update
apt install armbian-config

Development version:

# Install dependencies
apt install git iperf3 psmisc curl bc expect dialog network-manager sunxi-tools \
debconf-utils unzip dirmngr software-properties-common psmisc jq

git clone https://github.com/armbian/config
cd config
bash debian-config

Software testings

Application name Buster Stretch* Bionic* Test install
TV headend (IPTV server) ✔️ ✔️ ✔️ 15.11.2020
Syncthing (personal cloud) ✔️ ✔️ ✔️ 15.11.2020
SoftEther VPN server (VPN server) ✔️ ✔️ 09.03.2019
Plex (Plex media server) ✔️ ✔️ ✔️ 15.07.2019
Emby (Emby server) ✔️ ✔️ 24.07.2019
Radarr (Movie downloading server) ✔️ ✔️ ✔️ 10.06.2019
Sonarr (TV shows downloading server) ✔️ ✔️ ✔️ 10.06.2019
Transmission (torrent server) ✔️ ✔️ ✔️ 10.06.2019
ISPConfig (WEB, SMTP, POP, IMAP, FTPD, MYSQL server) ✔️ ✔️ 29.09.2018
NCP (Nextcloud personal cloud) ✔️ n/a 19.05.2019
OpenMediaVault NAS (NAS server) ✔️ ✔️ n/a 24.07.2019
OpenHAB2 (Smarthome suite) ✔️ ✔️ ✔️ 17.12.2019
Home Assistant (Smarthome suite within Docker) ✔️ ✔️ ✔️ 09.03.2019
PI hole (ad blocker) ✔️ ✔️ 09.03.2019
UrBackup (client/server backup system) ✔️ ✔️ ✔️ 10.06.2019
Docker (Docker CE engine) ✔️ ✔️ ✔️ 10.06.2019
Mayan EDMS (Document management system within Docker) ✔️ ✔️ 29.09.2018
MiniDLNA (Media sharing) ✔️ ✔️ ✔️ 10.06.2019

* no longer supported

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].