mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: forgejo test
This commit is contained in:
parent
715a0271eb
commit
3d0023874a
2 changed files with 5 additions and 3 deletions
|
@ -9,6 +9,7 @@ let
|
|||
|
||||
mastodonLabel = "Mastodon";
|
||||
mastodonName = "mastodon";
|
||||
mastodonSubdomain = "social";
|
||||
in
|
||||
{
|
||||
label = mastodonLabel;
|
||||
|
@ -16,6 +17,7 @@ in
|
|||
email = {
|
||||
address0 = "noreply@${domain3}";
|
||||
};
|
||||
subdomain = mastodonSubdomain;
|
||||
sops = {
|
||||
path0 = "${sopsPath}/${mastodonName}";
|
||||
};
|
||||
|
@ -25,7 +27,7 @@ in
|
|||
path2 = "";
|
||||
};
|
||||
ssl = {
|
||||
cert = "${sslPath}/${domain3}/fullchain.pem";
|
||||
key = "${sslPath}/${domain3}/key.pem";
|
||||
cert = "${sslPath}/${mastodonSubdomain}.${domain3}/fullchain.pem";
|
||||
key = "${sslPath}/${mastodonSubdomain}.${domain3}/key.pem";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@ let
|
|||
web
|
||||
;
|
||||
service = mastodon;
|
||||
host = web.domains.url3;
|
||||
host = "${mastodon.subdomain}.${web.domains.url3}";
|
||||
localhost = web.localhost.address0;
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue