Compare commits
No commits in common. "0888ecce1a0962c885aeef59dfa4192de4b06067" and "f430db7d8d0f6008779d97ba35f4cc73805cd1fd" have entirely different histories.
0888ecce1a
...
f430db7d8d
2 changed files with 1 additions and 5 deletions
|
@ -30,8 +30,4 @@
|
|||
address = "https://forge.${depot.lib.meta.domain}/api/v1/version";
|
||||
module = "https2xx";
|
||||
};
|
||||
|
||||
dns.records."ssh.forge".target = map
|
||||
(node: depot.hours.${node}.interfaces.primary.addrPublic)
|
||||
config.services.forge.nodes.server;
|
||||
}
|
||||
|
|
|
@ -51,7 +51,6 @@ in
|
|||
PROTOCOL = link.protocol;
|
||||
HTTP_ADDR = link.ipv4;
|
||||
HTTP_PORT = link.port;
|
||||
SSH_DOMAIN = "ssh.${host}";
|
||||
};
|
||||
oauth2_client = {
|
||||
REGISTER_EMAIL_CONFIRM = false;
|
||||
|
@ -71,6 +70,7 @@ in
|
|||
MINIO_BUCKET = "forgejo";
|
||||
MINIO_USE_SSL = true;
|
||||
MINIO_BUCKET_LOOKUP = "path";
|
||||
SERVE_DIRECT = true;
|
||||
};
|
||||
log."logger.xorm.MODE" = "";
|
||||
# enabling this will leak secrets to the log
|
||||
|
|
Loading…
Add table
Reference in a new issue