From 5f9678ad50fc309bb5f03519c783eaa53d4deeab Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 7 Dec 2024 00:26:49 +0100 Subject: [PATCH] feat: Add config for soloco.nl --- packages/app/config/soloco.json | 49 +++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 packages/app/config/soloco.json diff --git a/packages/app/config/soloco.json b/packages/app/config/soloco.json new file mode 100644 index 00000000..be6f2a1c --- /dev/null +++ b/packages/app/config/soloco.json @@ -0,0 +1,49 @@ +{ + "appName": "Soloco", + "appNameCapitalized": "Soloco", + "appTitle": "Soloco", + "hostname": "soloco.nl", + "nip05Domain": "soloco.nl", + "icon": "/nostrich_512.png", + "favicon": "public/favicon.ico", + "appleTouchIconUrl": "/nostrich_512.png", + "navLogo": null, + "publicDir": "public/snort", + "httpCache": "", + "animalNamePlaceholders": false, + "defaultZapPoolFee": 0, + "features": { + "analytics": false, + "subscriptions": false, + "deck": false, + "zapPool": false, + "communityLeaders": false, + "nostrAddress": false, + "pushNotifications": true + }, + "signUp": { + "quickStart": false, + "defaultFollows": [] + }, + "defaultPreferences": { + "hideMutedNotes": false, + "defaultRootTab": "following", + "language": "nl" + }, + "media": { + "bypassImgProxyError": false, + "preferLargeMedia": true + }, + "communityLeaders": null, + "noteCreatorToast": true, + "hideFromNavbar": [], + "deckSubKind": 1, + "showPowIcon": true, + "eventLinkPrefix": "nevent", + "profileLinkPrefix": "nprofile", + "defaultRelays": { + "wss://soloco.nl/": { "read": true, "write": false } + }, + "alby": null, + "chatChannels": null +}