vijaygill / wg-ui-plus

Wireguard VPN + Management Web-UI with fine-grained control over access.
MIT License
2 stars 0 forks source link

Show current version and availability of upgrades #55

Open thecoshman opened 4 months ago

thecoshman commented 4 months ago

Might need to wait for a proper v1 - but the version of the system should be shown, along with a subtle warning that there's updates, perhaps less subtle if the current version has been flagged for some reason, like vulnerabilities. Obviously being docker based, can't really make the system self up-gradable, but a solid warning would go a long way.

vijaygill commented 4 months ago

@thecoshman This will have to wait until we have v1.0. This will require some kind of usage of REST api from github to get versions and compare the one that's running. This will soon go out of hand as there might be channels of versions too stable versions - coming from master branch dev versions - coming from develop branch And then option to move between channels - people may choose to move from stable to dev or dev to stable. For now, just let the users pull the right image and use it.