You can change the appearance of all web pages of your server without modifying the source code or recompiling.
First, extract the default files into a folder. Our recommended folder is /var/lib/maddy/www.
For the server to read the files, change folder ownership to the maddy user.
Update the server config file (maddy.conf) to use the new folder.
Finally, restart the service for changes to take effect.
/var/lib/maddy/www with an editor (like nano) and modify them. Changes take effect immediately (after page refresh).
If you are customizing the main page (index.html), note that registration logic changes based on JIT status:
/new API to create accounts.We recommend studying the JavaScript code for the generateAccount function in the default file.
If you want to use the program's built-in files again: