mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(idp): port forwarding
This commit is contained in:
parent
8769927a98
commit
6216f0bb4c
3 changed files with 75 additions and 10 deletions
|
|
@ -100,6 +100,7 @@ in {
|
|||
extraDomainNames = mkMerge [
|
||||
[
|
||||
access.freeipa.localDomain
|
||||
access.freeipa.caDomain
|
||||
access.ldap.domain
|
||||
access.ldap.localDomain
|
||||
]
|
||||
|
|
@ -179,6 +180,7 @@ in {
|
|||
};
|
||||
access.freeipa = {
|
||||
host = "idp.local.${config.networking.domain}";
|
||||
kerberos.ports.kpasswd = 464;
|
||||
};
|
||||
access.freepbx = {
|
||||
useACMEHost = access.freepbx.domain;
|
||||
|
|
@ -198,6 +200,10 @@ in {
|
|||
forceSSL = true;
|
||||
useACMEHost = access.freeipa.domain;
|
||||
};
|
||||
${access.freeipa.caDomain} = {
|
||||
forceSSL = true;
|
||||
useACMEHost = access.freeipa.domain;
|
||||
};
|
||||
${access.freepbx.domain} = {
|
||||
local.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue