h: switch to mammothcirc.us for gts, also disable for now (dns update pending)
This commit is contained in:
parent
536394b11e
commit
a05af33061
@ -132,10 +132,10 @@ in {
|
|||||||
|
|
||||||
services = {
|
services = {
|
||||||
gotosocial = {
|
gotosocial = {
|
||||||
enable = true;
|
enable = false;
|
||||||
# https://github.com/superseriousbusiness/gotosocial/blob/v0.5.0-rc1/example/config.yaml
|
# https://github.com/superseriousbusiness/gotosocial/blob/v0.5.0-rc1/example/config.yaml
|
||||||
configuration = {
|
configuration = {
|
||||||
account-domain = "mammothcircus.com";
|
account-domain = "mammothcirc.us";
|
||||||
accounts-approval-required = false;
|
accounts-approval-required = false;
|
||||||
accounts-reason-required = false;
|
accounts-reason-required = false;
|
||||||
accounts-registration-open = false;
|
accounts-registration-open = false;
|
||||||
@ -148,7 +148,7 @@ in {
|
|||||||
db-type = "postgres";
|
db-type = "postgres";
|
||||||
db-user = "gotosocial";
|
db-user = "gotosocial";
|
||||||
dp-password = "";
|
dp-password = "";
|
||||||
host = "mammothcircus.com";
|
host = "mammothcirc.us";
|
||||||
log-db-queries = true;
|
log-db-queries = true;
|
||||||
log-level = "debug";
|
log-level = "debug";
|
||||||
port = 8778;
|
port = 8778;
|
||||||
@ -382,7 +382,7 @@ in {
|
|||||||
enableACME = true;
|
enableACME = true;
|
||||||
root = "/var/www/qbit.io";
|
root = "/var/www/qbit.io";
|
||||||
};
|
};
|
||||||
"mammothcircus.com" = {
|
"mammothcirc.us" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
@ -398,6 +398,11 @@ in {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
"mammothcircus.com" = {
|
||||||
|
forceSSL = true;
|
||||||
|
enableACME = true;
|
||||||
|
root = "/var/www/mammothcircus.com";
|
||||||
|
};
|
||||||
"akb.io" = {
|
"akb.io" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user