Replies: 1 comment 5 replies
-
Download tarball into usr/local/bin, chmod this enter an config in /etc/oauth2-proxy.cfg and an systemd service after all? its quite easy |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It's quite easy to do this on docker, building a simple stack but what about adding oauth2-proxy as default in LXC without athentification (like zigbee2mqtt, esphome, ...) ?
oauth2-proxy is available as prebuilt binary or GO source :
https://oauth2-proxy.github.io/oauth2-proxy/installation/
and option could be selected during installation script, setting App to be served on 127.0.0.1 and only access from exposed oaut2-proxy
Beta Was this translation helpful? Give feedback.
All reactions