560 Commits

Author SHA1 Message Date
Bill Zimmerman
32e191e55d
Merge pull request #1717 from RaspAP/feat/plugin-manager
Plugin Manager UI
2025-02-08 08:31:07 +01:00
RJ Johnston
55b6c81eca fix: Increase curl max-time to 15 seconds for connectivity check 2025-02-03 18:31:59 -05:00
Bill Zimmerman
aa49dcf32c
Merge pull request #1740 from RaspAP/feat/install-loader-check
Adds _check_internet() to install loader
2025-02-03 11:52:27 +01:00
billz
2f205fe9e4 Install ARM 64- or-32 bit isoquery from Debian pkg (Armbian) 2025-02-03 01:33:32 -08:00
billz
6b7b8ef8d0 Refine API response condition 2025-02-03 00:20:03 -08:00
billz
a9804b2f9c Update _get_release() w/ API rate limit and undefined release var check 2025-02-02 03:08:35 -08:00
billz
18114df2bd Define component 2025-01-30 00:39:16 -08:00
billz
e61dac332c Add _check_internet() function. Resolves #1729 2025-01-30 00:08:59 -08:00
billz
739057c7ac Fix quoting for dnsmasq_info(). Resolves #1738 2025-01-29 23:19:28 -08:00
billz
538e37ceb7 Add --recurse-submodules to git clone operation 2025-01-27 04:29:07 -08:00
billz
ad36695224 Set/read plugin-installed flag 2024-12-26 08:04:16 -08:00
billz
759e5dcf5d Add _create_plugin_scripts() 2024-12-25 18:57:59 -08:00
billz
bf74ff7057 Update w/ config, plugin actions 2024-12-25 12:27:47 -08:00
billz
4328f54270 Add visudo -cf, plugin_helper to sudoers 2024-12-24 22:48:21 -08:00
billz
44c99dacdf Initial commit 2024-12-24 22:45:18 -08:00
billz
2f4680bc23 Update _check_tcp_bbr_available() case insensitive 2024-10-29 02:14:06 -07:00
billz
fa42e0c3f1 Revise tcp_bbr check method, resolves #1656 2024-09-14 11:17:43 +02:00
billz
8f033e5920 Add failure check to execute sysctl 2024-08-17 10:34:34 +02:00
billz
0e31670d25 Add TCP BBR configuration option to installer, addresses #1624 2024-08-17 10:26:28 +02:00
billz
9543587786 Improve OpenVPN logging, thx @frankozland 2024-08-11 09:38:57 +02:00
billz
4afd67f0b0 Add status message 2024-08-03 08:10:45 +02:00
billz
0f78411efe Set root owner on installers/restapi.service 2024-08-02 20:25:37 +02:00
billz
543a5e098a Add net-tools dependency to Armbian, resolves #290 2024-05-11 07:39:20 +02:00
billz
e8a8ca6b65 Add _rfkill_info 2024-05-03 09:01:26 +02:00
billz
87143e174a Update install option vars, use indirect expansion 2024-04-01 16:58:55 +02:00
billz
5930a123d2 Remove _check_incompatible_distro 2024-03-31 17:57:46 +02:00
billz
5717d2f4a8 Update package check w/ dpkg-query 2024-03-25 19:47:19 +01:00
billz
fc77f79441 Add _check_incompatible_distro 2024-03-25 15:58:37 +01:00
billz
f4017ef29a Roll up install prompts with _prompt_install_features() 2024-03-24 16:31:21 +01:00
Bill Zimmerman
2de012cc85
Merge pull request #1519 from NL-TCH/REST-API
RestAPI installer integrated
2024-03-09 14:05:30 +01:00
billz
220709b698 fix: mv api files /facepalm 2024-03-09 11:24:36 +01:00
billz
1e840abbaf Update installer switches 2024-03-09 09:17:05 +01:00
billz
19fe43466e Remove --reload from ExecStart 2024-03-08 20:13:20 +01:00
billz
87216bdc02 Update sudoers .env permissions, systemd service user 2024-03-08 10:48:41 +01:00
billz
edc3a421ca Replace root user with %i, append --reload 2024-03-07 18:51:16 +01:00
billz
95acd497df Move /api dir to $raspap_dir 2024-03-07 18:50:39 +01:00
billz
cfa916632b Replace external dependencies w/ native DotEnv class 2024-02-28 19:27:10 +01:00
billz
4bf514c992 Add required php-mbstring to _install_dependencies 2024-02-27 11:49:21 +01:00
billz
9d7058527d Add start/stop restapi.service to sudoers 2024-02-19 18:57:02 +01:00
billz
bf41d88340 Add constant to config.php + enable with installer 2024-02-19 09:12:33 +01:00
billz
35bb48d050 Install loader compatibility fix 2024-02-16 10:18:17 +01:00
NL-TCH
910616ef43 fix path error in servicefile 2024-02-09 02:17:15 +01:00
NL-TCH
aec0279135 change python -> python3 2024-02-09 01:57:59 +01:00
NL-TCH
8eae2d1606 check if python is present 2024-02-09 01:56:02 +01:00
NL-TCH
ccd0d62a5a why am i stupid? 2024-02-09 01:50:46 +01:00
NL-TCH
8c82c41330 parsing of restapi var to common 2024-02-09 00:50:10 +01:00
NL-TCH
08db1e5b66 bruh, i am stupid 2024-02-09 00:38:03 +01:00
NL-TCH
c43d2ea7ab fix installer 2024-02-09 00:08:46 +01:00
NL-TCH
8357fcb5e4 fix typo 2024-02-08 23:57:48 +01:00
NL-TCH
2ac9ba580f pip fix 2024-02-08 23:46:08 +01:00