mirror of
https://github.com/casjaysdevdocker/nextcloud
synced 2025-09-19 09:57:49 -04:00
🗃️ Committing everything that changed 🗃️
bin/entrypoint-nextcloud.sh bin/.gitkeep bin/healthcheck bin/occ config/cont-init.d/00-fix-logs.sh config/cont-init.d/01-fix-uidgid.sh config/cont-init.d/02-fix-perms.sh config/cont-init.d/03-config.sh config/cont-init.d/04-svc-main.sh config/cont-init.d/05-svc-cron.sh config/cont-init.d/06-svc-previewgen.sh config/cont-init.d/07-svc-news-updater.sh config/.gitkeep config/php/conf.d/smbclient.ini config/tpls/bootstrap.php config/tpls/etc/nginx/nginx.conf config/tpls/etc/php/conf.d/apcu.ini config/tpls/etc/php/conf.d/opcache.ini config/tpls/etc/php/conf.d/override.ini config/tpls/etc/php/php-fpm.d/www.conf data/.gitkeep Dockerfile .env.scripts .gitattributes .gitignore rootfs/.gitkeep rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/bin/.gitkeep rootfs/usr/local/bin/next-cloud rootfs/usr/local/bin/occ rootfs/usr/local/bin/pkmgr rootfs/usr/local/bin/start-nextcloud.sh rootfs/usr/local/etc/ rootfs/usr/local/share/template-files/config/env/
This commit is contained in:
19
rootfs/usr/local/share/template-files/config/env/examples/ssl.sh
vendored
Normal file
19
rootfs/usr/local/share/template-files/config/env/examples/ssl.sh
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# ssl server settings
|
||||
SSL_ENABLED="${SSL_ENABLED:-false}"
|
||||
SSL_DIR="${SSL_CONTAINER_DIR:-/config/ssl}"
|
||||
SSL_DIR="${SSL_DIR:-$SSL_DIR}"
|
||||
SSL_CA="${SSL_CA:-$SSL_DIR/ca.crt}"
|
||||
SSL_KEY="${SSL_KEY:-$SSL_DIR/server.key}"
|
||||
SSL_CERT="${SSL_CERT:-$SSL_DIR/server.crt}"
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# certificate settings
|
||||
RSA="${RSA:-4096}"
|
||||
STATE="${STATE:-NY}"
|
||||
CITY="${CITY:-Albany}"
|
||||
COUNTRY="${COUNTRY:-US}"
|
||||
UNIT="${UNIT:-CasjaysDev}"
|
||||
ORG="${ORG:-"Casjays Developments"}"
|
||||
DAYS_VALID="${DAYS_VALID:-3650}"
|
||||
CN="${CN:-${FULL_DOMAIN_NAME:-$HOSTNAME}}"
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
Reference in New Issue
Block a user