Commit Graph

79 Commits (c786d66b18d1e33fa4100e92bacc014ed5553f74)

Author SHA1 Message Date
necro-nemesis 9d42e68fa9 coreect typo in line 198 6 years ago
necro-nemesis 08b7b6e0e3 added sudco mv of lokilaunch to loki-network directory 6 years ago
necro-nemesis f2d8d8b1e2 Update function patch visudo to include lokinet start/stop/gen locations. 6 years ago
necro-nemesis 3b4cb7465b Update README.md with sudo visudo entries. 6 years ago
necro-nemesis efea2b1291 Update Installer echo Message 6 years ago
necro-nemesis 79b7eae901
Update raspbian.sh 6 years ago
necro-nemesis ef2f6809c7
Update common.sh 6 years ago
necro-nemesis 45b9846c1a
Merge pull request #1 from billz/master
Pull in upstream changes
6 years ago
Bill Zimmerman ba7a2904ea
Hotfix: enable hostapd.service 6 years ago
billz e83e99656d Hotfix: unmask hostapd.service 6 years ago
necro-nemesis e74a94b1be
Update raspbian.sh 6 years ago
necro-nemesis af0b125dcc
Update raspbian.sh 6 years ago
necro-nemesis f678e17802
Installer redirect necro-nemesis repo 6 years ago
billz 22976669ee Added wpa_cli -i wlan[0-9] select_network, thanks @PRO2XY 6 years ago
D9ping 183f04f53f Enable data usage page by default.
Signed-off-by: D9ping <D9ping@users.noreply.github.com>
6 years ago
D9ping 23d2718854 Renamed vnstat.php to bandwidth.php.
Disabled bandwidth page by default.

Signed-off-by: D9ping <D9ping@users.noreply.github.com>
6 years ago
D9ping e90b9899a3 Merge branch 'master' of https://github.com/billz/raspap-webgui into bandwidthmonitoring 6 years ago
billz 22c791e1f3 Standardized messages, modified php config install order 6 years ago
D9ping 03f2620e48 Backup php.ini to $raspap_dir/backups folder.
Ask for before changing php configuration of httpOnly and opcache.
Do not change session.use_strict_mode, no extra question.
Ask to restore backup of php.ini from $raspap_dir/backups folder in uninstall.sh.

Signed-off-by: D9ping <D9ping@users.noreply.github.com>
6 years ago
D9ping e428271ef2 Fix for #225, (Credits to DrStacheWH)
Removed duplicated create_logging_scripts function.

Signed-off-by: D9ping <D9ping@users.noreply.github.com>
6 years ago
D9ping aa96780c0b Backup php configuration before changing it.
Removed support for disabling php extensions.

Signed-off-by: D9ping <D9ping@users.noreply.github.com>
6 years ago
D9ping 8355c1cbfe Use sed regular expressions to deal with changing php configuration.
Don't try turn on not existing Zend Opcache under php 5<=
Turn on session.use_strict_mode if off.
Don't change decreated expose_php.

Signed-off-by: D9ping <D9ping@users.noreply.github.com>
6 years ago
D9ping 19f123b0c4 WIP: Php default configuration hardening.
Signed-off-by: D9ping <D9ping@users.noreply.github.com>
6 years ago
D9ping d6d89df024 Display bandwidth use total per day, week, month from vnstat.
Signed-off-by: D9ping <D9ping@users.noreply.github.com>
6 years ago
randyoo 2805e6eb6d
support secondary (or more) wlan interfaces
patch installer.sh with /etc/sudoer commands that support wlan1 - wlan9.
6 years ago
randyoo 2649991675
add wlan1 scan capability to sudoers commands 6 years ago
Ali Borhani 088bf99637
Use --depth option during cloning the repo 6 years ago
billz f873073570 Hotfix: specify interface with wpa_cli in patch_system_files(). Addresses #163 7 years ago
Bill Zimmerman 98ace52351 bug fixes to default_configuration(). Resolves #174. Thanks @Austin-RR 7 years ago
Joe ba9d6cba59
Fix /etc/sudoers entries
- symlink to hook wpa_supplicant if multiple wireless adapters. Otherwise, "wpa_cli" cmds fail if you have more than one wlan device
- set cmds array items to double quotes
- added entries for wlan1 interfaces, to be able to control more than one wireless adapter
- updated if statement checking the number of lines in /etc/sudoers
- added IFS in do loop, to handle spaces in array items properly (current method truncates the line if it finds a space)
7 years ago
billz 5d9d58630c Merge branch 'master' of https://github.com/billz/raspap-webgui 7 years ago
billz 951228275c Fixes #138 7 years ago
Bill Zimmerman 6dc944603c
Merge branch 'master' into new-php-pa 7 years ago
billz 0f7658221e Installs php7.0-cgi on Stretch, maintains backwards compatibility 7 years ago
billz b950a1966d Fixed permission error. Resolves #136 7 years ago
billz 17e737792f Fixed path 7 years ago
Lawrence 39d743ae89 merge from upstream 7 years ago
Lawrence 068c4c519e Merge from Upstream 7 years ago
Lawrence 7b93326478 updated stylesheet and installer with left out stuff 7 years ago
Lawrence f61cc31b20 Created new branch off master to help troubleshoot with #132 7 years ago
Lawrence 604b28130f Updating to help troubleshoot #132
Added the scripts to disable and enable logging for hostapd
Updated sudoers to allow running scripts
7 years ago
Lawrence 8d77295fd3 Updated sudoers to accomodate restarting dhcpcd to apply network settings.
Updated installer to insert new lines
Created files to generate / modify / save dhcpcd files and networking configuration
7 years ago
Lawrence db8e201624 Merge from Upstream/Master https://github.com/billz/raspap-webgui 7 years ago
Joseph Haig c8f863aeaf Fix properly 7 years ago
Joseph Haig f0f4f16438 Fix fastcgi-php setup for fresh install 7 years ago
Lawrence 7749b79e2f Implemented start of web interface to update Static IP addresses or use DHCP.
Currently saves to files in /etc/raspap/networking, still need to build something to generate a working config for dhcpcd
7 years ago
Lawrence a0a4f842b4 Updating install script and removing unneeded configuration file 7 years ago
Joseph Haig 354b387327 Change php5-cgi to php-cgi 7 years ago
Lawrence 908f0de8cb Updated install and uninstall scripts to append to rc.local rather than overwrite the file 7 years ago
Lawrence 1fc0615452 Updated install script with new sudoers lines required. Updated uninstall script to resolve lighttpd directory contents not being removed
Updated dashboard.php file to remove IP addresses when taking wlan0 down.
7 years ago