rieger::CLOUD
d4bce22137
Updated NGINX 1.15.8
2018-12-27 12:07:52 +01:00
rieger::CLOUD
2aefd72c09
NGINX 1.15.8
2018-12-27 12:04:07 +01:00
rieger::CLOUD
66d4dc268c
Prepared for LXD/LXC either
...
Added:
apt install gnupg2 wget -y
and
cat /dev/null > ~/.bash_history && history -c && history -w
2018-12-23 20:03:20 +01:00
rieger::CLOUD
c4f383910b
Update install-nextcloud.sh
...
added
"apt install gnupg2 wget -y"
and
"cat /dev/null > ~/.bash_history && history -c && history -w"
2018-12-23 20:01:17 +01:00
rieger::CLOUD
fa72b5822d
Ready for LXD/LXC
...
Added "apt install gnupg2 wget -y" to be conform.
2018-12-23 19:41:21 +01:00
rieger::CLOUD
e886e05e1b
Amendments for LXD/LXC
...
added "apt install wget -y" to be prepared for LXD/LXC either
2018-12-23 19:37:56 +01:00
rieger::CLOUD
36c8ddebb8
Upgrade your Nextcloud the easy way
...
Amendments for Nextcloud 15
2018-12-16 11:56:48 +01:00
rieger::CLOUD
fb2e0beca0
Welcome to Nextcloud 15
2018-12-10 14:14:59 +01:00
rieger::CLOUD
943fdb4b75
Nextcloud update using cli only
...
Find more information here: https://www.c-rieger.de/nextcloud-update-using-cli-only/
2018-12-10 14:07:21 +01:00
rieger::CLOUD
a9f1531984
Welcome to Nextcloud 15
...
################################################
# Carsten Rieger IT-Services
# https://www.c-rieger.de
# https://github.com/riegercloud
# INSTALL-NEXTCLOUD.SH
# Version 6.8 (ARM64)
# Nextcloud 15
# OpenSSL 1.1.1, TLSv1.3, NGINX 1.15.7
# December, 10th 2018
################################################
# Ubuntu 18.04 LTS ARM64 - Nextcloud 15
################################################
2018-12-10 14:03:34 +01:00
rieger::CLOUD
a97eceafbe
Welcome to Nextcloud 15
...
################################################
# Carsten Rieger IT-Services
# https://www.c-rieger.de
# https://github.com/riegercloud
# INSTALL-NEXTCLOUD.SH
# Version 6.8 (AMD64)
# Nextcloud 15
# OpenSSL 1.1.1, TLSv1.3, NGINX 1.15.7
# December, 10th 2018
################################################
# Ubuntu 18.04 LTS AMD64 - Nextcloud 15
################################################
2018-12-10 14:02:41 +01:00
rieger::CLOUD
cabfe724ab
NGINX 1.15.7
...
################################################
# Carsten Rieger IT-Services
# https://www.c-rieger.de
# https://github.com/riegercloud
# INSTALL-NEXTCLOUD-ARM64.SH
# Version 6.7 (ARM64)
# OpenSSL 1.1.1, TLSv1.3, NGINX 1.15.7
# November, 27th 2018
################################################
# Ubuntu 18.04 LTS AMD64 - Nextcloud 14
################################################
2018-11-27 20:03:52 +01:00
rieger::CLOUD
41b416f13b
NGINX 1.15.7
...
################################################
# Carsten Rieger IT-Services
# https://www.c-rieger.de
# https://github.com/riegercloud
# INSTALL-NEXTCLOUD.SH
# Version 6.7 (AMD64)
# OpenSSL 1.1.1, TLSv1.3, NGINX 1.15.7
# November, 27th 2018
################################################
# Ubuntu 18.04 LTS AMD64 - Nextcloud 14
################################################
2018-11-27 20:02:48 +01:00
rieger::CLOUD
21172bf612
Update README.md
2018-11-17 17:00:29 +01:00
rieger::CLOUD
c43dd002f7
NGINX 1.15.6
...
NGINX updated to 1.15.6
2018-11-08 07:34:27 +01:00
rieger::CLOUD
a8e588e895
NGINX 1.15.6
...
NGINX updated to 1.15.6
2018-11-08 07:33:22 +01:00
rieger::CLOUD
e5d4d68966
function phpimagickexception()
...
Solution for ImagickException in /var/nc_data/nextcloud.log as described here:
https://www.c-rieger.de/spawn-your-nextcloud-server-using-one-shell-script/
2018-10-26 07:48:59 +02:00
rieger::CLOUD
83760ebf78
function phpimagickexception()
...
Solution for ImagickException in /var/nc_data/nextcloud.log as described here:
https://www.c-rieger.de/spawn-your-nextcloud-server-using-one-shell-script/
2018-10-26 07:05:36 +02:00
rieger::CLOUD
46067a87d7
implementation of the phpimagickexception()
...
Solution for ImagickException in /var/nc_data/nextcloud.log
2018-10-26 07:04:38 +02:00
rieger::CLOUD
af60ed8a50
proxy.conf
...
changed
proxy_set_header Early-Data $ssl_early_data;
to
proxy_set_header Early-Data \$ssl_early_data;
2018-10-26 06:55:00 +02:00
rieger::CLOUD
595930cdb6
proxy.conf
...
proxy_set_header Early-Data $ssl_early_data;
to
proxy_set_header Early-Data \$ssl_early_data;
2018-10-26 06:48:37 +02:00
rieger::CLOUD
76dd097128
ssl improvements
...
cosmetical changes to /etc/apt/source.list
and
added the "ssl_early_data" directive to be used with OpenSSL.
2018-10-25 20:56:30 +02:00
rieger::CLOUD
df2d654726
SSL improvements
...
cosmetical changes to /etc/apt/source.list
and
added the "ssl_early_data" directive to be used with OpenSSL.
2018-10-25 20:48:34 +02:00
rieger::CLOUD
b4d18ab4b8
Update install-nextcloud.sh
2018-10-09 12:06:04 +02:00
rieger::CLOUD
41eb603c0c
Update install-nextcloud-arm64.sh
2018-10-09 12:05:08 +02:00
rieger::CLOUD
6e450af96c
Feature Policy
...
had a typo in the statement add_header Feature-Policy "geolocation 'self'";
2018-10-09 11:01:53 +02:00
rieger::CLOUD
f7e9adc1f3
Feature-Policy
...
had a typo in the statement:
add_header Feature-Policy "geolocation 'self'";
2018-10-09 11:00:48 +02:00
rieger::CLOUD
f9ac4b5807
Information were added
...
######################################################################
# PLEASE SUBSTITUTE username PROPERLY, e.g. nextcloud
# PLEASE SUBSTITUTE Your Name PROPERLY, e.g. Carsten Rieger
# PLEASE SUBSTITUTE your@email.com PROPERLY, e.g. info@nextcloud.com
######################################################################
2018-10-09 09:13:24 +02:00
rieger::CLOUD
a08816f0a9
Feature-Policy
...
Make use of "add_header Feature-Policy "geolocation 'self'""
2018-10-08 11:49:37 +02:00
rieger::CLOUD
a88f5310d4
"Feature-Policy"
...
Make use of "add_header Feature-Policy "geolocation 'self'""
2018-10-08 11:48:54 +02:00
rieger::CLOUD
1ca7bcafaa
ARM64 only
...
A fork of the initial install-nextcloud.sh script - espeacilly for OdroidC2 environments based on Ubuntu 18.04.1
2018-10-05 18:02:26 +02:00
rieger::CLOUD
9651494709
ARM64 ONLY
...
Fork of the initial install-nextcloud.sh for ARM64 environments espeacilly Odroid C2
2018-10-05 18:00:34 +02:00
rieger::CLOUD
765f6f69e5
ARM64 only
...
v. 1.0
2018-10-05 17:43:38 +02:00
rieger::CLOUD
b34395c63b
Delete install-nextcloud-odroidc2.sh
2018-10-05 16:07:24 +02:00
rieger::CLOUD
065a0aad95
OdroidC2-ARM64
2018-10-05 14:33:35 +02:00
rieger::CLOUD
048a20899a
AMD64 only
2018-10-05 14:30:49 +02:00
rieger::CLOUD
55c2d7d559
Ready for ARM64
...
###Nextcloud occ db:... (maintenance/optimization)
/usr/sbin/service nginx stop
clear
echo "---------------------------------"
echo "Issue Nextcloud-DB optimizations!"
echo "---------------------------------"
echo "Press 'y' to issue optimizations."
echo "---------------------------------"
echo ""
sudo -u www-data php /var/www/nextcloud/occ db:add-missing-indices
sudo -u www-data php /var/www/nextcloud/occ db:convert-filecache-bigint
/usr/sbin/service nginx start
2018-10-05 13:10:57 +02:00
rieger::CLOUD
b30c30bf7a
Optimizations
...
Preparred for ARM64 and DB optimization were added
2018-10-05 13:02:08 +02:00
rieger::CLOUD
c52a5555eb
Cosmetical changes
...
DB Jobs
2018-10-05 12:59:58 +02:00
rieger::CLOUD
204aec75b1
Nextcloud DB optimizations
...
echo " Run DB optimizations twice:"
echo ""
sudo -u www-data php /var/www/nextcloud/occ db:add-missing-indices
sudo -u www-data php /var/www/nextcloud/occ db:add-missing-indices
sudo -u www-data php /var/www/nextcloud/occ db:convert-filecache-bigint
sudo -u www-data php /var/www/nextcloud/occ db:convert-filecache-bigint
/usr/sbin/service nginx start
2018-10-05 12:03:07 +02:00
rieger::CLOUD
7f804b2943
Updated the version series
...
Version Series
2018-10-05 11:54:53 +02:00
rieger::CLOUD
d9c9d6f0f6
ARM64 compatible
...
Made the script compatible for both: AMD64 and ARM64 yet
2018-10-05 11:51:24 +02:00
rieger::CLOUD
1f5639e87b
initial install script
...
Updated to NGINX 1.15.5
2018-10-02 20:15:22 +02:00
rieger::CLOUD
3c78e8ea9e
install script
...
Updated to NGINX 1.15.5
2018-10-02 20:13:11 +02:00
rieger::CLOUD
fed4518232
Installscript
...
Nextcloud 14 latest, NGINX 1.15.4, OpenSSL 1.1.1 using TLS v.13, PHP 7.2.10, MariaDB, Redis
2018-10-02 09:31:37 +02:00
rieger::CLOUD
2b9c6cf8a3
Merge pull request #33 from riegercloud/Nextcloud-TLSv1.3
...
Nextcloud ready for TLS v1.3
2018-10-02 09:00:48 +02:00
rieger::CLOUD
9deb6f26e0
Rules
...
NGINX rules file for compilation purposes
2018-10-02 08:58:47 +02:00
rieger::CLOUD
baf7db734f
Installscript
...
Ready for NGINX 1.15.4 using OpenSSL 1.1.1 and TLSv1.3
2018-10-02 08:57:59 +02:00
rieger::CLOUD
79b26930f5
Nextcloud latest using TLS 1.3 and OpenSSL 1.1.1
...
Nextcloud latest using TLS 1.3 and OpenSSL 1.1.1
2018-10-02 08:54:01 +02:00
rieger::CLOUD
e8aa24c49a
NGINX RULES
...
cosmeticals
2018-10-02 08:40:31 +02:00