1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Updated Reporting issues (markdown)

Bill Zimmerman 2019-11-24 10:48:53 +01:00
parent 7a554ab6bd
commit db9f35e433

@ -14,7 +14,7 @@ You can help us improve this project by accurately describing defects. To that e
## Supported devices
RaspAP functions very well "out of the box" on fresh installs of the latest Raspbian distribution (currently Buster; the Lite version is recommended) on recent hardware like the RPi 3 Model B/B+ and RPi Zero W. Alternate hardware platforms such as the Banana Pi and operating systems other than Raspbian are not supported.
If you have installed other software packages on top of RaspAP, particularly those related to networking such as TOR, OpenVPN or Pi-hole, please test RaspAP first on a clean install before reporting an issue.
If you have installed other software packages on top of RaspAP, particularly those related to networking such as TOR or Pi-hole, please test RaspAP first on a clean install before reporting an issue.
## Default settings
One of RaspAP's most popular features is the Quick Installer, which gets an AP up and running quickly and with a minimum of hassle. This works by applying a known-good [default configuration](https://github.com/billz/raspap-webgui/tree/master/config) that has been validated in testing with the project's supported devices. When the project [prerequisites](https://github.com/billz/raspap-webgui#prerequisites) are followed, an AP with wired ethernet (eth0) or managed mode (wlan0) Wifi client AP will be functional with the default settings.
@ -26,7 +26,7 @@ In a word, yes. While the Quick Installer automates most of the work of creating
When in doubt, simply run the Quick Installer again to restore the default settings:
```
wget -q https://git.io/voEUQ -O /tmp/raspap && bash /tmp/raspap
curl -sL https://install.raspap.com | bash
```
Because of this, issues such as "hotspot isn't working" won't be considered. No hard feelings.