Access controls without docker? #266
-
|
Is it possible to setup Access controls if TinyAuth is not installed in a docker container and in a Proxmox LXC container instead (I use the ProxmoxVE User Scripts)? Is that even possible? I couldn't find information anywhere, nothing in the envs, no cli params? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hello, Access controls are not possible in the binary yeah. I couldn't think of a good way to implement them. Only solution would be to add a config file which is something I definitely want to avoid. In the next big update of Tinyauth I will change the way labels work and it should make it easy to add access controls in environment variables later on. |
Beta Was this translation helpful? Give feedback.
Hello,
Access controls are not possible in the binary yeah. I couldn't think of a good way to implement them. Only solution would be to add a config file which is something I definitely want to avoid. In the next big update of Tinyauth I will change the way labels work and it should make it easy to add access controls in environment variables later on.