My nix-darwin and NixOS config
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: syntax

+1 -1
+1 -1
scripts/migrate-gts-to-sharkey.sh
··· 197 197 198 198 info "Verifying actor public key..." 199 199 ACTOR=$(curl -fsSL -H 'Accept: application/activity+json' \ 200 - "https://${AP_HOSTNAME}/users/${GTS_USERNAME}" 2>/dev/null || true) 200 + "https://${AP_HOSTNAME}/@${GTS_USERNAME}" 2>/dev/null || true) 201 201 if echo "$ACTOR" | jq -e '.publicKey.publicKeyPem' &>/dev/null; then 202 202 ACTOR_KEY=$(echo "$ACTOR" | jq -r '.publicKey.publicKeyPem') 203 203 if [[ "$ACTOR_KEY" == "$PUBLIC_KEY" ]]; then