Add file 'README.add-logo-ico'.
This commit is contained in:
parent
8f4f1bf2fb
commit
3c226fe56b
19
README.add-logo-icon
Normal file
19
README.add-logo-icon
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# ---
|
||||||
|
# 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
|
Loading…
Reference in New Issue
Block a user