mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2026-01-04 03:33:47 +01:00
Update README.md
This commit is contained in:
@@ -1 +1,28 @@
|
||||
# Nextcloud
|
||||
https://nextcloud.com
|
||||
|
||||
### Command to fetch script
|
||||
```
|
||||
fetch https://raw.githubusercontent.com/tschettervictor/bsd-apps/main/nextcloud/nextcloud-install.sh
|
||||
```
|
||||
|
||||
Don't forget to
|
||||
```
|
||||
chmod +x nextcloud-install.sh
|
||||
```
|
||||
|
||||
## Variables
|
||||
|
||||
DATA_PATH="/mnt/data"
|
||||
- data directory will be stored here (currently defaults to `/mnt/data`)
|
||||
|
||||
## Mount points (should be mounted outside the jail)
|
||||
- `/mnt/files` - files directory
|
||||
- `/usr/local/www/nextcloud/config` - config directory
|
||||
- Database
|
||||
- `/var/db/mysql` - database directory for mariadb
|
||||
- `/var/db/postgres` - database directory for postgresql
|
||||
- `/usr/local/www/nextcloud/config` - themes directory
|
||||
## Jail Properties
|
||||
- none
|
||||
|
||||
|
||||
Reference in New Issue
Block a user