Awesome-Technologies / synapse-admin

Admin console for synapse Matrix homeserver
https://awesome-technologies.github.io/synapse-admin/
Apache License 2.0
847 stars 124 forks source link

Put the version of synapse_admin in `manifest.json` #507

Open azmeuk opened 6 months ago

azmeuk commented 6 months ago

manifest.json supports version numbers. I could use that information, so monitoring tools could check the synapse-admin version installed on my servers and update them when needed. What do you think about adding the synapse-admin version in the manifest.json file?

awesome-manuel commented 6 months ago

Good idea. We plan to switch to vite.js and use vite-plugin-version-mark to get the correct version from git. Maybe vite-plugin-pwa can be used to generate the manifest.json.