Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
7a896f7a80 |
2 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
"cache.aciceri.dev"
|
||||
"matrix.aciceri.dev"
|
||||
"syncv3.matrix.aciceri.dev"
|
||||
"ipc.aciceri.dev"
|
||||
];
|
||||
apiTokenFile = config.age.secrets.cloudflare-dyndns-api-token.path;
|
||||
};
|
||||
|
|
|
@ -35,6 +35,13 @@
|
|||
proxyPass = "http://localhost:${builtins.toString config.services.invidious.port}";
|
||||
};
|
||||
};
|
||||
"ipc.aciceri.dev" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://picard.fleet:8545";
|
||||
};
|
||||
};
|
||||
# "sevenofnix.aciceri.dev" = {
|
||||
# forceSSL = true;
|
||||
# enableACME = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue