Your one-stop-cake-shop for everything Freshly Baked has to offer

feat(pm)!: switch bluesky pds to tranquil PDS #202

closed opened by a.starrysky.fyi targeting main from private/minion/push-mtkunykkyyqq

Tranquil PDS has features we prefer to bluesky's, such as OIDC on accounts. Let's switch over!

BREAKING-CHANGE: You are required to manually migrate accounts to the new PDS. Not doing this will cause data loss.

Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3mem3kn4glz22
+7 -4
Interdiff #1 โ†’ #2
npins/sources.json

This file has not been changed.

+7 -4
packetmix/systems/teal/pds.nix
··· 32 32 MAIL_FROM_NAME = "Freshly PDS"; 33 33 MAIL_FROM_ADDRESS = "pds@freshly.space"; 34 34 SENDMAIL_PATH = "${pkgs.msmtp}/bin/sendmail"; 35 - 35 + 36 36 VALKEY_URL = "unix://${config.services.redis.servers.tranquil-pds.unixSocket}"; 37 37 38 38 BACKUP_ENABLED = "true"; 39 - 39 + 40 40 ACCEPTING_REPO_IMPORTS = "true"; 41 41 42 42 INVITE_CODE_REQUIRED = "true"; ··· 64 64 systemd.services.tranquil-pds = { 65 65 wants = [ "redis-tranquil-pds.service" ]; 66 66 after = [ "redis-tranquil-pds.service" ]; 67 - 67 + 68 68 environment = { 69 69 XDG_CONFIG_HOME = "/secrets/pds"; 70 70 }; ··· 78 78 services.nginx.virtualHosts."at.freshly.space" = { 79 79 acmeRoot = null; 80 80 81 - serverAliases = lib.mkForce [ "*.at.freshlybakedca.ke" "*.at.freshly.space" ]; 81 + serverAliases = lib.mkForce [ 82 + "*.at.freshlybakedca.ke" 83 + "*.at.freshly.space" 84 + ]; 82 85 }; 83 86 84 87 services.nginx.virtualHosts."pds.freshly.space" = {

History

3 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
feat(pm)!: switch bluesky pds to tranquil PDS
expand 0 comments
closed without merging
1 commit
expand
feat(pm)!: switch bluesky pds to tranquil PDS
expand 0 comments
1 commit
expand
feat(pm)!: switch bluesky pds to tranquil PDS
expand 0 comments