Get Pixelfed running on metal #24

Merged
taeer merged 26 commits from pixelfed-on-metal into main 2024-09-26 15:52:16 +02:00
Showing only changes of commit a600829d56 - Show all commits

View file

@ -18,8 +18,8 @@ in {
}
{
from = "host";
host.port = fedicfg.web.port;
guest.port = fedicfg.web.port;
host.port = fedicfg.web.internalPort;
guest.port = fedicfg.web.internalPort;
}
];
}