feat: Secure Tailscale session auth, global logout, and automated Funnel lifecycle management (Oz Addons v1.3.0) - #11
Open
wizofoz244 wants to merge 195 commits into
Open
Conversation
…-detail Accessibility update - dashboard detail
Add HTML Email toggle in settings
Accessibility updates - About, Monitor, Outage
…loyment documentation
…ork watchdog script
…Status dashboard tile
… regex, and web API endpoints
…ist in genserv.py
…anly in genserv.py
…of periodic execution
Replaced transparent backgrounds with solid white to prevent iOS from rendering them as black overlays in dark mode.
…c and ServiceDue overriding status
…n.sh (Oz Addons v1.3.0)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR implements complete secure session lifecycle management over HTTPS Tailscale Funnel, decouples password authentication from the
usehttpsflag, introduces a global 'Logout All Devices' cryptographic session revocation feature, automates Tailscale Funnel lifecycle synchronization instartgenmon.sh, and bumps the custom add-on version toOz Custom Addons v1.3.0.Fixes #10
Key Changes
genserv.py:resp.set_cookie()override inlogout(), allowing Flask's secure session clearing to execute.HTTPAuthUser,HTTPAuthPass, and LDAP authentication loading fromusehttps.@app.route("/logout_all")to rotateapp.secret_keyand invalidate all global sessions.static/js/genmon.js:usehttps.Oz Custom Addons v1.3.0.startgenmon.sh:get_genmon_conf_value()andtailscale_sync()to automatically detect ports/protocols (https+insecure://127.0.0.1:8443vshttp://127.0.0.1:8000).start,restart,stop, andhardstop../startgenmon.sh status).DEPLOYMENT_GUIDE.md:Verification
curl -I https://genmon.pony-grouper.ts.netreturnsHTTP/2 200 OK../startgenmon.sh statuswith live Tailscale status./logout_all.