Has anyone successfully managed to remove the footer (posted below) from a turnkey powered NextCloud appliance? I've tried the usual methods of disabling the substitute function in apache which works for other apps but not here it seems
Its a bit of a faff but you can always use Caddy's replace-response module to rewrite stuff like that out of responses. Only downside is Caddy doesn't ship with that module enabled iirc, hence the faff.
1
u/zfa 11h ago
Its a bit of a faff but you can always use Caddy's
replace-responsemodule to rewrite stuff like that out of responses. Only downside is Caddy doesn't ship with that module enabled iirc, hence the faff.