mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2026-01-04 03:33:47 +01:00
Update README.md - minor edits
This commit is contained in:
@@ -12,27 +12,28 @@ chmod +x lychee-install.sh
|
||||
```
|
||||
|
||||
## Install Notes
|
||||
- APP_URL inside the `.env` file must be set to the IP or hostname you use to access you installation, or you will encounter errors
|
||||
- APP_URL inside the `.env` file must be set to the IP or hostname you use to access you installation, or you will encounter errors
|
||||
|
||||
## Variables
|
||||
These are the variables that are available to change along with their defaults and a description of what they do. Other variables should be left at defalut unless you have a good reason to change them.
|
||||
|
||||
PHP_VERSION
|
||||
- php version to use (currently defaults to 83)
|
||||
- php version to use (currently defaults to 83)
|
||||
|
||||
MARIADB_VERSION
|
||||
- mariadb version to use (currently defaults to 106)
|
||||
- mariadb version to use (currently defaults to 106)
|
||||
|
||||
LYCHEE_VERSION
|
||||
- lychee version to download (currently defaults to 5.5.1)
|
||||
- lychee version to download (currently defaults to 5.5.1)
|
||||
|
||||
TIME_ZONE
|
||||
- (sets the timezone, see http://php.net/manual/en/timezones.php)
|
||||
- must be set or script will exit
|
||||
- (sets the timezone, see http://php.net/manual/en/timezones.php)
|
||||
- must be set or script will exit
|
||||
|
||||
|
||||
## Mount points (should be mounted outside the jail)
|
||||
- `/usr/local/www/lychee` - web directory (includes config file)
|
||||
- `/var/db/mysql` - database directory
|
||||
- `/usr/local/www/lychee` - web directory (includes config file)
|
||||
- `/var/db/mysql` - database directory
|
||||
|
||||
## Jail Properties
|
||||
- none
|
||||
- none
|
||||
|
||||
Reference in New Issue
Block a user