mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: caddy test
This commit is contained in:
parent
639a0a24e5
commit
c69a1d3555
2 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ in {
|
||||||
path1 = "";
|
path1 = "";
|
||||||
path2 = "";
|
path2 = "";
|
||||||
};
|
};
|
||||||
|
subdomain = "social";
|
||||||
ssl = {
|
ssl = {
|
||||||
cert = "${sslPath}/${domain1}/fullchain.pem";
|
cert = "${sslPath}/${domain1}/fullchain.pem";
|
||||||
key = "${sslPath}/${domain1}/key.pem";
|
key = "${sslPath}/${domain1}/key.pem";
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
inherit (flake.config.machines.devices) server;
|
inherit (flake.config.machines.devices) server;
|
||||||
inherit (flake.config.services.instances) mastodon web;
|
inherit (flake.config.services.instances) mastodon web;
|
||||||
service = mastodon;
|
service = mastodon;
|
||||||
host = web.domains.url3;
|
host = "${mastodon.subdomain}.${web.domains.url3}";
|
||||||
localhost = web.localhost.address0;
|
localhost = web.localhost.address0;
|
||||||
in {
|
in {
|
||||||
# If you need to start fresh for some reason, run these to create the new Admin account:
|
# If you need to start fresh for some reason, run these to create the new Admin account:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue