social.yaml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. parameters:
  2. remember_me_httponly: true
  3. remember_me_samesite: strict
  4. gnusocial:
  5. site:
  6. name: GNU social
  7. notice:
  8. theme: default
  9. logo:
  10. language: en
  11. detect_language: true
  12. email: ''
  13. use_email: false
  14. recovery_disclose: false
  15. timezone: UTC
  16. brought_by:
  17. brought_by_url:
  18. closed: false
  19. register_type: public
  20. nickname: foo
  21. ssl: always
  22. ssl_proxy: false
  23. duplicate_time_limit: 60
  24. text_limit: 1000
  25. x_static_delivery: false
  26. security:
  27. algorithm: bcrypt
  28. options:
  29. cost: 12
  30. db:
  31. mirror:
  32. cache:
  33. early_recompute: 0.95
  34. notice_max_count: 128
  35. adapters:
  36. default: redis://redis
  37. avatar:
  38. server:
  39. ssl:
  40. dir: "%kernel.project_dir%/file/avatar/"
  41. default: "/assets/default-avatar.svg"
  42. max_size_px: 300
  43. cover:
  44. server:
  45. ssl:
  46. dir: "%kernel.project_dir%/file/cover/"
  47. max_size_px: 300
  48. javascript:
  49. server:
  50. ssl:
  51. attachments:
  52. server:
  53. ssl:
  54. dir: "%kernel.project_dir%/file/attachments/"
  55. supported:
  56. application/vnd.oasis.opendocument.chart: odc
  57. application/vnd.oasis.opendocument.formula: odf
  58. application/vnd.oasis.opendocument.graphics: odg
  59. application/vnd.oasis.opendocument.graphics-template: otg
  60. application/vnd.oasis.opendocument.image: odi
  61. application/vnd.oasis.opendocument.presentation: odp
  62. application/vnd.oasis.opendocument.presentation-template: otp
  63. application/vnd.oasis.opendocument.spreadsheet: ods
  64. application/vnd.oasis.opendocument.spreadsheet-template: ots
  65. application/vnd.oasis.opendocument.text: odt
  66. application/vnd.oasis.opendocument.text-master: odm
  67. application/vnd.oasis.opendocument.text-template: ott
  68. application/vnd.oasis.opendocument.text-web: oth
  69. application/pdf: pdf
  70. application/zip: zip
  71. application/x-bzip2: bz2
  72. application/x-go-sgf: sgf
  73. application/xml: xml
  74. application/gpx+xml: gpx
  75. image/png: ".png"
  76. image/jpeg: ".jpeg"
  77. image/gif: ".gif"
  78. image/vnd.microsoft.icon: ".ico"
  79. image/svg+xml: svg
  80. audio/ogg: ogg
  81. audio/mpeg: mpg
  82. audio/x-speex: spx
  83. application/ogg: ogx
  84. text/plain: txt
  85. video/mpeg: mpeg
  86. video/mp4: mp4
  87. video/ogg: ogv
  88. video/quicktime: mov
  89. video/webm: webm
  90. file_quota: 2097152
  91. user_quota: 209715200
  92. monthly_quota: 20971520
  93. uploads: true
  94. show_html: true
  95. show_thumbs: true
  96. process_links: true
  97. ext_blacklist: []
  98. memory_limit: 1024M
  99. thumbnail:
  100. server:
  101. ssl:
  102. dir: "%kernel.project_dir%/file/thumbnails/"
  103. crop: false
  104. max_size_px: 1000
  105. width: 450
  106. height: 600
  107. upscale: false
  108. animated: false
  109. theme:
  110. server:
  111. ssl:
  112. dir: "%kernel.project_dir%/public/theme/"
  113. plugins:
  114. server:
  115. ssl:
  116. core: []
  117. default: []
  118. locale_path:
  119. license:
  120. type: cc
  121. owner:
  122. url: https://creativecommons.org/licenses/by/4.0/
  123. title: Creative Commons Attribution 4.0
  124. image: "/theme/licenses/cc_by_4.0.png"
  125. nickname:
  126. reserved:
  127. - doc
  128. - main
  129. - avatar
  130. - theme
  131. - settings
  132. - admin
  133. featured: []
  134. min_length: 4
  135. profile:
  136. bio_text_limit:
  137. allow_nick_change: false
  138. allow_private_stream: true
  139. backup: false
  140. restore: false
  141. delete: false
  142. move: false
  143. image:
  144. jpegquality: 85
  145. foaf:
  146. mbox_sha1sum: false
  147. public:
  148. local_only: false
  149. blacklist: []
  150. exclude_sources: []
  151. invite:
  152. enabled: true
  153. tag:
  154. dropoff: 864000
  155. cutoff: 7776000
  156. popular:
  157. dropoff: 864000
  158. cutoff: 7776000
  159. new_users:
  160. default_subscriptions:
  161. welcome_user:
  162. linkify:
  163. bare_domains: false
  164. ipv4: false
  165. ipv6: false
  166. group:
  167. max_aliases: 3
  168. description_limit:
  169. people_tag:
  170. max_tags: 100
  171. max_people: 500
  172. allow_tagging:
  173. local: true
  174. remote: true
  175. description_limit:
  176. search:
  177. type: fulltext
  178. html_filter:
  179. tags:
  180. - img
  181. - video
  182. - audio
  183. - script
  184. notice:
  185. content_limit:
  186. allow_private: false
  187. hide_banned: true
  188. message:
  189. content_limit:
  190. location:
  191. share: user
  192. robots_txt:
  193. crawl_delay: 0
  194. disallow:
  195. - main
  196. - settings
  197. - admin
  198. - search
  199. - message
  200. nofollow:
  201. subscribers: true
  202. members: true
  203. peopletag: true
  204. external: sometimes
  205. url_shortener:
  206. service: internal
  207. max_url_length: 100
  208. max_notice_length:
  209. http:
  210. ssl_ca_file: "/docker/certbot/files/live/"
  211. timeout: 60
  212. proxy_host:
  213. proxy_port:
  214. proxy_user:
  215. proxy_password:
  216. proxy_auth_scheme:
  217. discovery:
  218. CORS: false