The installer cannot verify if you are running Apache Web Server, or if MOD_REWRITE is enabled. You can still try to proceed if you want. If you are not running Apache, you need to create your own "translated" .htaccess file. See lib/LIB-Route.php > function htaccess().

STORAGE BOXX INSTALLATION

HOST URL

* Change this only if wrong, include the path if not deployed in root. E.G. site.com/myproject/

API ENDPOINT

* If enforced, API will only respond to HTTPS calls - Recommended to set "yes" for live servers.
* Allow CORS only if you intend to develop mobile apps, or let third parties access your system.
* Leave this blank to allow all websites and apps to access your system (not recommended).
* To restrict which domains can access your system - Enter the domain name (site-a.com), or multiple domains separated by commas (site-a.com, site-b.com).

DATABASE

EMAIL

JSON WEB TOKEN

* Your company name or domain name.

ADMIN USER

* At least 8 characters alphanumeric.

WEB PUSH VAPID KEYS

* You can regenerate these with:
require "lib/webpush/autoload.php";
$keys = Minishlink\WebPush\VAPID::createVapidKeys();