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 b461a44707 - Show all commits

View file

@ -113,6 +113,6 @@ in {
## NOTE: For a one-machine deployment, this removes the need to provide an ## NOTE: For a one-machine deployment, this removes the need to provide an
## `s3.garage.<domain>` domain. However, this will quickly stop working once ## `s3.garage.<domain>` domain. However, this will quickly stop working once
## we go to multi-machines deployment. ## we go to multi-machines deployment.
fediversity.internal.garage.api.domain = mkForce "localhost"; fediversity.internal.garage.api.domain = mkForce "s3.garage.localhost";
}; };
} }