config.json 805 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "alwaysShowSubjectInput": true,
  3. "background": "/static/aurora_borealis.jpg",
  4. "collapseMessageWithSubject": false,
  5. "disableChat": false,
  6. "greentext": false,
  7. "hideFilteredStatuses": false,
  8. "hideMutedPosts": false,
  9. "hidePostStats": false,
  10. "hideSitename": false,
  11. "hideUserStats": false,
  12. "loginMethod": "password",
  13. "logo": "/static/logo.png",
  14. "logoMargin": ".1em",
  15. "logoMask": true,
  16. "logoLeft": false,
  17. "minimalScopesMode": false,
  18. "nsfwCensorImage": "",
  19. "postContentType": "text/plain",
  20. "redirectRootLogin": "/main/friends",
  21. "redirectRootNoLogin": "/main/all",
  22. "scopeCopy": true,
  23. "showFeaturesPanel": true,
  24. "showInstanceSpecificPanel": false,
  25. "sidebarRight": false,
  26. "subjectLineBehavior": "email",
  27. "theme": "pleroma-dark",
  28. "webPushNotifications": false
  29. }