Add panel-api service and update panelctl script for container management
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
c8ea1761ed
commit
49534ed568
2 changed files with 33 additions and 0 deletions
|
|
@ -21,5 +21,13 @@
|
|||
}
|
||||
reverse_proxy 192.168.100.11:80
|
||||
'';
|
||||
|
||||
virtualHosts."panel.srazka.com".extraConfig = ''
|
||||
forward_auth 127.0.0.1:9091 {
|
||||
uri /api/authz/forward-auth
|
||||
copy_headers Remote-User Remote-Groups Remote-Email Remote-Name
|
||||
}
|
||||
reverse_proxy 127.0.0.1:9911
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue