Commit Graph

615 Commits

Author SHA1 Message Date
Bill Zimmerman
589126a83c Merge pull request #1955 from RaspAP/feat/plugin-installer-dpkgs
Feature: Extend plugin installer with .deb package support
2025-10-11 09:57:29 +02:00
Bill Zimmerman
4b67191823 Merge pull request #1962 from brazier/fix/no-vpn-provider
Fix: Empty VPN providers info when selecting 'None'
2025-10-11 08:43:29 +02:00
brazier
895b880d69 fix empty providers info
Fix empty providers infor when selecting "0 None" in the list
2025-10-11 00:32:52 +02:00
brazier
e0d0ec05e3 refrence source_dir instead of hardlink
Change hardlink to $source_dir
2025-10-10 20:01:54 +02:00
brazier
29be30479e Update common.sh
Add -x/--use-ssh
Add missing "f" at "rm -r $sourcedir"
Add missing "_" infront of functions
2025-10-10 18:31:40 +02:00
brazier
ae09dda000 Update raspbian.sh
Add -x/--use-ssh
Fix duplicate -n(username/uninstall) temp -z
2025-10-10 18:28:32 +02:00
billz
e3e9adb63e Extend plugin-helper to install .deb packages 2025-10-10 04:22:10 -07:00
billz
f1dc6b3078 Update uninstaller for Debian trixie 2025-09-25 03:02:02 -07:00
billz
0114325a18 Allow copy of temporary wpa_supplicant.conf 2025-09-25 01:56:53 -07:00
billz
9e911847c5 Fix: correctly capture curl exit status after wait 2025-09-25 01:54:56 -07:00
billz
4bc18f93e7 Set php_package = php8.4-fpm (trixie), exec lighty-enable-mod 2025-09-25 01:53:28 -07:00
billz
63491b17d6 Run wpa_supplicant in background mode (-B) 2025-08-02 13:12:39 -07:00
billz
5cd07a83a9 Revise /sbin/iw permissions scope 2025-07-19 06:07:54 -07:00
billz
2b2a76c512 Update w/ reload dnsmasq.service 2025-07-18 14:43:47 -07:00
billz
6f380299db Update sudoers w/ wireguard permissions 2025-07-14 07:08:35 -07:00
billz
697c622f76 Return _install_status 0 2025-07-10 22:26:53 -07:00
billz
780803b0ec Create _install_raspap_hostapd() 2025-07-10 12:18:22 -07:00
billz
ad22fb693b Initial commit 2025-07-10 12:07:51 -07:00
billz
8b3694fd5c Substitute ANSI_GREEN for ANSI_LT_AQUA 2025-05-24 10:10:58 -07:00
billz
452f4aefbd Update install loader w/ ANSI_AQUA theme color 2025-05-17 00:56:28 -07:00
billz
2c695225cd Extends PluginInstaller w/ setFilePermissions() 2025-05-11 02:57:58 -07:00
billz
ef073ef6ec Set default interface value if undefined 2025-05-02 23:49:31 -07:00
billz
cc1832a296 Install build-essential to provide C standard library headers 2025-05-01 00:33:12 -07:00
billz
9528927cca Check for presence of gcc, install if needed w/ apt 2025-04-28 01:44:22 -07:00
billz
384e1df1b7 Minor: echo output 2025-04-28 00:58:24 -07:00
billz
0ad82da51c Default to interface value in /etc/raspap/hostapd.ini 2025-04-28 00:47:16 -07:00
billz
12c28f3f60 Update to stop/start raspap-network-activity@.service 2025-04-28 00:12:59 -07:00
billz
89dfa02d96 Minor: comments 2025-04-27 09:12:17 -07:00
billz
b34f96d351 Update ExecStart path to /usr/local/bin/raspap-network-monitor %i 2025-04-27 09:09:43 -07:00
billz
f30ff24ed4 Update _enable_network_activity_monitor() compile raspap-network-monitor.c 2025-04-27 09:08:51 -07:00
billz
b900c401fe Initial commit 2025-04-27 09:07:58 -07:00
billz
d7428e40e3 Create _enable_network_activity_monitor() + _symlink_net_activity() 2025-04-27 01:34:22 -07:00
billz
2d7d521501 Add start/stop raspap-network-activity@*.service 2025-04-27 01:33:52 -07:00
billz
1bf91277da Rename systemd unit file template @.service 2025-04-27 01:33:19 -07:00
billz
5c7ccfb64f Remove --interface wlan0 arugment (set by default) 2025-04-20 03:36:39 -07:00
billz
1ab3906632 Initial commit 2025-04-19 06:07:08 -07:00
billz
03e2b853be Remove debug output, format comments 2025-04-18 12:37:50 -07:00
billz
658e931aa6 Initial commit 2025-04-18 12:30:59 -07:00
Bill Zimmerman
71f1132bc8 Update plugin_helper.sh 2025-03-20 18:50:02 +01:00
Bill Zimmerman
605486feda Update w/ strict check on config destination path 2025-03-20 18:08:29 +01:00
Bill Zimmerman
23597e800d Fix: Revert set permissions on $destination 2025-03-20 12:05:30 +01:00
Bill Zimmerman
903cc6bd8e Merge pull request #1787 from RaspAP/maint/plugin-installer-keys
Updates PluginInstaller to handle signed third-party packages
2025-03-20 08:11:08 +01:00
Bill Zimmerman
13929acbd1 Merge pull request #1775 from RaspAP/fix/plugin-helper-config
Set permissions on parent directory when handling config files
2025-03-20 08:04:40 +01:00
billz
1fc793c3fd Exec git submodule update --remote plugins on $source_dir 2025-03-19 12:00:07 -07:00
billz
c2abce1e35 Add -p flag to mkdir in _create_plugin_scripts() 2025-03-16 01:11:21 -07:00
billz
0331eb7b25 Minor: suppress debug output from key install 2025-03-15 00:59:36 -07:00
billz
bb131a7f53 Revise key handling with parameters for url, keyring, repo + list 2025-03-14 11:35:30 -07:00
billz
c753865305 Added handling for GPG keys to enable third-party apt repos 2025-03-14 03:36:43 -07:00
billz
3c8cf996b5 Set permissions on parent directory 2025-03-02 00:10:43 -08:00
billz
69510a4e92 Set owner after copying dependencies 2025-02-19 06:00:32 -08:00