123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281 |
- parameters:
- remember_me_httponly: true
- remember_me_samesite: strict
- gnusocial:
- site:
- name: GNU social
- notice:
- theme: default
- logo:
- language: en
- detect_language: true
- email: ''
- use_email: false
- recovery_disclose: false
- timezone: UTC
- brought_by:
- brought_by_url:
- closed: false
- register_type: public
- nickname: foo
- ssl: always
- ssl_proxy: false
- duplicate_time_limit: 60
- text_limit: 1000
- x_static_delivery: false
- security:
- algorithm: bcrypt
- options:
- cost: 12
- db:
- mirror:
- cache:
- early_recompute: false
- max_note_count: 128
- adapters:
- default: redis://redis
- storage:
- dir: '%kernel.project_dir%/file/'
- avatar:
- server:
- ssl:
- default: "/assets/default-avatar.svg"
- max_size_px: 300
- cover:
- server:
- ssl:
- max_size_px: 300
- javascript:
- server:
- ssl:
- attachments:
- server:
- ssl:
- dir: "%kernel.project_dir%/file/attachments/"
- supported:
- application/gpx+xml: gpx
- application/msword: doc
- application/ogg: ogx
- application/pdf: pdf
- application/vnd.ms-excel: xls
- application/vnd.ms-powerpoint: ppt
- application/vnd.oasis.opendocument.chart: odc
- application/vnd.oasis.opendocument.formula: odf
- application/vnd.oasis.opendocument.graphics: odg
- application/vnd.oasis.opendocument.graphics-template: otg
- application/vnd.oasis.opendocument.image: odi
- application/vnd.oasis.opendocument.presentation: odp
- application/vnd.oasis.opendocument.presentation-template: otp
- application/vnd.oasis.opendocument.spreadsheet: ods
- application/vnd.oasis.opendocument.spreadsheet-template: ots
- application/vnd.oasis.opendocument.text-master: odm
- application/vnd.oasis.opendocument.text: odt
- application/vnd.oasis.opendocument.text-template: ott
- application/vnd.oasis.opendocument.text-web: oth
- application/vnd.openxmlformats-officedocument.presentationml.pre: potm
- application/vnd.openxmlformats-officedocument.spreadsheetml.shee: xlsx
- application/vnd.openxmlformats-officedocument.wordprocessingml.d: docx
- application/x-bzip2: bz2
- application/x-go-sgf: sgf
- application/xml: xml
- application/zip: zip
- audio/mpeg: mpg
- audio/ogg: ogg
- audio/x-speex: spx
- image/gif: gif
- image/jpeg: jpeg
- image/png: png
- image/svg+xml: svg
- image/vnd.microsoft.icon: ico
- image/webp: webp
- text/plain: txt
- text/rtf: rtf
- video/mp4: mp4
- video/mpeg: mpeg
- video/ogg: ogv
- video/quicktime: mov
- video/webm: webm
- file_quota: 2097152
- user_quota: 209715200
- monthly_quota: 20971520
- uploads: true
- show_thumbs: true
- process_links: true
- sanitize: false
- ext_blacklist: []
- memory_limit: 1024M
- thumbnail:
- server:
- ssl:
- dir: "%kernel.project_dir%/file/thumbnails/"
- smart_crop: false
- maximum_pixels: 256000
- minimum_width: 16
- minimum_height: 16
- small: 32
- medium: 256
- big: 496
- default_size: medium
- mimetype: 'image/webp'
- extension: '.webp'
- plugin_store_remote_media:
- store_original: false
- max_file_size: 4000000
- smart_crop: false
- plugin_embed:
- max_px: 64000
- max_file_size: 4000000
- theme:
- server:
- ssl:
- dir: "%kernel.project_dir%/public/theme/"
- plugins:
- server:
- ssl:
- core: []
- default: []
- locale_path:
- license:
- type: cc
- owner:
- url: https://creativecommons.org/licenses/by/4.0/
- title: Creative Commons Attribution 4.0
- image: "/theme/licenses/cc_by_4.0.png"
- nickname:
- blacklisted:
- - doc
- - main
- - avatar
- - theme
- - settings
- - admin
- featured: []
- password:
- min_length: 6
- max_length: 60
- profile:
- bio_text_limit:
- allow_nick_change: false
- allow_private_stream: true
- backup: false
- restore: false
- delete: false
- move: false
- image:
- jpegquality: 85
- foaf:
- mbox_sha1sum: false
- public:
- local_only: false
- blacklist: []
- exclude_sources: []
- invite:
- enabled: true
- tag:
- dropoff: 864000
- cutoff: 7776000
- popular:
- dropoff: 864000
- cutoff: 7776000
- new_users:
- default_subscriptions:
- welcome_user:
- linkify:
- bare_domains: false
- ipv4: false
- ipv6: false
- group:
- max_aliases: 3
- description_limit:
- people_tag:
- max_tags: 100
- max_people: 500
- allow_tagging:
- local: true
- remote: true
- description_limit:
- search:
- type: fulltext
- html_filter:
- tags:
- - img
- - video
- - audio
- - script
- notice:
- content_limit:
- allow_private: false
- hide_banned: true
- message:
- content_limit:
- location:
- share: user
- robots_txt:
- crawl_delay: 0
- disallow:
- - main
- - settings
- - admin
- - search
- - message
- nofollow:
- subscribers: true
- members: true
- peopletag: true
- external: sometimes
- url_shortener:
- service: internal
- max_url_length: 100
- max_notice_length:
- http:
- ssl_ca_file: "/docker/certbot/files/live/"
- timeout: 60
- proxy_host:
- proxy_port:
- proxy_user:
- proxy_password:
- proxy_auth_scheme:
- discovery:
- cors: true
- feeds:
- entries_per_page: 32
|