Custom Error Site(s)

Hi!

Is there a way to add custom error sites e.g. for error 404? When error 404 occure there is only the titlebar of seafile an a text but I want to customize it a bit more.

If you’re running with Apache then you can add settings to your sites-available/000-default.conf (or whatever file you have your configuration in) to do this.
E.g.
ErrorDocument 404 “Oh dear, couldn’t find that, better give Johnnii a call”
or
ErrorDocument 404 /errors/not_found.html

See Custom Error Responses - Apache HTTP Server Version 2.4 for more details.

If you’re using Nginx then there is probably something similar.