How to customize not found page?

Is it possible to replace the frontend’s not found page with a custom page?

For security reasons I would like to hide Ziggy on the page.

zrok v1.0.8

tail -n 1 /opt/openziti/etc/zrok/frontend.yml
template_path: "/opt/openziti/etc/zrok/error.html"

I have restarted the frontend.

Assuming that test is an invalid (not existing) public share curl returns the standard page with Ziggy

curl https://test.zrok-service.domain.name:port/

It works fine with zrok v1.1.2 !

Thank you! :grinning_face:

I got an error at the startup. So I have just replaced the value (3 → 4).

 [ERROR]: unable to load configuration '/opt/openziti/etc/zrok/frontend.yml' (invalid configuration version '3'; expected '4')

Requires zrok v1.1.0 or newer

Whenever a configuration version changes you need to review the detailed configuration files that ship with that version and identify deltas. Just incrementing the version can lead to errors and issues.

That version number changed because something in the configuration structure needs to be updated in your file.

Also, v1.1.0+ should fix your API session issue with agent remoting.

Yes. The agent-remoting creates only 1 api-session. Great. Thank you!

You are right. Agree.

Unfortunately neither 1.1.1 nor 1.1.2 includes the template_path parameter.

I don’t know how I can follow changes in config files. Yes. It is important.