How to change Owncloud URL

You need a custom template for this or a redirect configuration in httpd.conf

1 Like

We can only change the icon of nowhere

You can create a template using these commands:

mkdir -p  /etc/e-smith/templates-custom/etc/httpd/conf.d/owncloud.conf/
cp  /etc/e-smith/templates/etc/httpd/conf.d/owncloud.conf/10base  /etc/e-smith/templates-custom/etc/httpd/conf.d/owncloud.conf/

Change the Alias directive inside /etc/e-smith/templates-custom/etc/httpd/conf.d/owncloud.conf/10base

At the end:

signal-event netherver-owncloud-update
4 Likes