UdelaRInterior / ansible-role-jitsi-meet

Installs the Jitsi Meet open source videoconferencing software
17 stars 9 forks source link

More robust solution to customize the welcome page #2

Closed santiagomr closed 4 years ago

santiagomr commented 5 years ago

The current way to personalize the welcome page, modifying the chosen language file, is very improvable.

Being ideal do not modify the language files, it would be desirable to have a better way to work with json files than using the blockinfile module.

Are welcome all contributions and ideas.

santiagomr commented 4 years ago

This way of customizing the home page was replaced in the v2.0.0 of the role.

Customization is now done through jinja2 templates. Loading (if desired) an "additionals" HTML template and/or replacing the site's CSS file.