Go to file
2025-03-31 11:10:28 +02:00
conf Add support for nginx webserver. 2021-03-31 04:18:22 +02:00
FILES Add some commented lines (as documentation). 2023-06-14 01:44:30 +02:00
.gitignore New: create vhost configuration for the nextcloud service. 2019-02-14 18:27:56 +01:00
install_nextcloud.sh install_nextcloud.sh: add 'otf' files to location 'woff2?'. 2025-03-31 11:10:28 +02:00
README.add-logo-icon Add file 'README.add-logo-ico'. 2023-02-08 16:26:05 +01:00

# ---
# Add custom logo and favicon icon
# ---

HTTPD_USER=www-data
WEB_BASE_DIR=/var/www/cloud-01.oopen.de

LOGO_PATH=/usr/local/src/nextcloud/FILES/images/oopen-logo_kl.png
FAVICON_PATH=/usr/local/src/nextcloud/FILES/images/favicon.png


# Add O.OPEN Logo
#
su -c "/usr/local/php/bin/php ${WEB_BASE_DIR}htdocs/occ theming:config logo ${LOGO_PATH}" -s /bin/bash www-data


# Add O.OPEN favicon icon
#
su -c "/usr/local/php/bin/php ${WEB_BASE_DIR}htdocs/occ theming:config favicon ${FAVICON_PATH}" -s /bin/bash www-data