Eliminate the word should for will and need.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
# 2023-08-25 Hyperling
|
||||
# Put the cron command in a script as well as other automation.
|
||||
# This should be added to root's crontab with the full path, such as:
|
||||
# This will need added to root's crontab with the full path, such as:
|
||||
# */5 * * * * /opt/Docker/Config/Nextcloud/cron.ksh
|
||||
|
||||
DIR="$(dirname -- "${BASH_SOURCE[0]}")"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Example environment file for Nextcloud stack, should be copied as `.env`.
|
||||
# Example environment file for Nextcloud stack, needs copied as `.env`.
|
||||
|
||||
# The variables here only apply to the compose file. If you need it passed to a
|
||||
# container then it also needs specified in its `environment:` operator.
|
||||
@@ -32,7 +32,7 @@ PHP_UPLOAD_LIMIT=32M
|
||||
#
|
||||
## MariaDB ##
|
||||
#
|
||||
# Should load automatically the first run. Then config.php is the source of
|
||||
# Will load automatically the first run. Then config.php is the source of
|
||||
# truth for these values. So, if something like the DB password is changed,
|
||||
# updating it here will have no effect. This is only used for the install.
|
||||
|
||||
@@ -53,7 +53,7 @@ REDIS_HOST_PASSWORD=someredispassword
|
||||
###
|
||||
#### OnlyOffice ##
|
||||
###
|
||||
### How Nextcloud's ONLYOFFICE Admin Settings should be set up:
|
||||
### How Nextcloud's ONLYOFFICE Admin Settings needs set up:
|
||||
### OO Address: https://FQDN-For-Reverse-Proxied-OO-Server
|
||||
### OO Secret: Contents-Of-$JWT_SECRET
|
||||
### OO Header:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Example environment file for Nextcloud stack, should be copied as `.env`.
|
||||
# Example environment file for Nextcloud stack, needs copied as `.env`.
|
||||
|
||||
# The variables here only apply to the compose file. If you need it passed to a
|
||||
# container then it also needs specified in its `environment:` operator.
|
||||
@@ -32,7 +32,7 @@ PHP_UPLOAD_LIMIT=5G
|
||||
#
|
||||
## MariaDB ##
|
||||
#
|
||||
# Should load automatically the first run. Then config.php is the source of
|
||||
# Will load automatically the first run. Then config.php is the source of
|
||||
# truth for these values. So, if something like the DB password is changed,
|
||||
# updating it here will have no effect. This is only used for the install.
|
||||
|
||||
@@ -53,7 +53,7 @@ REDIS_HOST_PASSWORD=someredispassword
|
||||
#
|
||||
## OnlyOffice ##
|
||||
#
|
||||
# How Nextcloud's ONLYOFFICE Admin Settings should be set up:
|
||||
# How Nextcloud's ONLYOFFICE Admin Settings needs set up:
|
||||
# OO Address: https://FQDN-For-Reverse-Proxied-OO-Server
|
||||
# OO Secret: Contents-Of-$JWT_SECRET
|
||||
# OO Header:
|
||||
|
||||
Reference in New Issue
Block a user