I would like to customize other html aspects of the generated status page. I'd like to add a page icon that is displayed in the browser tab. I'd like to include content from other sources via iframe. Is it possible to have an additional template.txt file with additional attributes that get pulled into the generated page. Obviously you will need to delineate what is customizable and where on the page html code in various parts of the template will appear on the resulting generated status page.
Not sure that doesn't complicate everything. You could add your icon, iframes etc. with a patch of the status.sh or just search and replace the actual status HTML page.
I would like to customize other html aspects of the generated status page. I'd like to add a page icon that is displayed in the browser tab. I'd like to include content from other sources via iframe. Is it possible to have an additional template.txt file with additional attributes that get pulled into the generated page. Obviously you will need to delineate what is customizable and where on the page html code in various parts of the template will appear on the resulting generated status page.