ezaquarii / vpn-at-home

1-click, self-hosted deployment of OpenVPN with DNS ad blocking sinkhole
GNU General Public License v3.0
1.11k stars 95 forks source link

Display software version in window bar (title) #25

Closed ezaquarii closed 5 years ago

ezaquarii commented 5 years ago

Something really easy for a first contributor

JakeBamrah commented 5 years ago

Hi there, would it be possible to give this ago? This would be my first open source contribution.

ezaquarii commented 5 years ago

Go ahead!

ezaquarii commented 5 years ago

Most suitable way of doing it is in vpnathome.apps.frontend.views.FrontendView - you can inject version into template here.

Version must be obtained somehow, but it's not available anywhere now. I propose vpnathome.__init__.py which is a store for all weird things that don't fit anywhere else.