overleaf: init
All checks were successful
Flake check / flake-check (pull_request) Successful in 18s
All checks were successful
Flake check / flake-check (pull_request) Successful in 18s
This commit is contained in:
parent
dab1a39866
commit
f64ee1322f
7 changed files with 290 additions and 0 deletions
|
|
@ -37,6 +37,11 @@ rec {
|
|||
fqdn = "ai." + domain;
|
||||
port = 8083;
|
||||
};
|
||||
overleaf-oci = rec {
|
||||
subdomain = "of";
|
||||
fqdn = subdomain + "." + domain;
|
||||
port = 8081;
|
||||
};
|
||||
rss-bridge = rec {
|
||||
subdomain = "rss-bridge";
|
||||
fqdn = subdomain + "." + domain;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue