2014-11-12 11:40:06 -08:00
|
|
|
# The site name, shown everywhere.
|
2014-11-03 03:54:24 -08:00
|
|
|
site_name: "justask"
|
2014-11-10 21:48:22 -08:00
|
|
|
|
2022-10-24 13:55:48 -07:00
|
|
|
# Use the SVG logo from `/public/logo.svg`
|
|
|
|
use_svg_logo: false
|
|
|
|
|
2014-12-12 14:53:23 -08:00
|
|
|
hostname: "justask.rrerr.net"
|
|
|
|
https: true
|
|
|
|
|
2015-01-01 08:31:58 -08:00
|
|
|
email_from: "noreply@justask.rrerr.net"
|
|
|
|
|
2014-11-12 11:40:06 -08:00
|
|
|
# Name of the "Anonymous" user. (e.g. "Anonymous Coward", "Arno Nym", "Mr. X", ...)
|
|
|
|
anonymous_name: "Anonymous"
|
|
|
|
|
2022-07-22 14:44:42 -07:00
|
|
|
forbidden_screen_names:
|
|
|
|
- justask_admin
|
|
|
|
- retrospring_admin
|
|
|
|
- admin
|
|
|
|
- justask
|
|
|
|
- retrospring
|
|
|
|
- moderation
|
|
|
|
- moderator
|
|
|
|
- mod
|
|
|
|
- administrator
|
|
|
|
- siteadmin
|
|
|
|
- site_admin
|
|
|
|
- help
|
|
|
|
- retro_spring
|
|
|
|
- retroospring
|
|
|
|
- retrosprlng
|
|
|
|
|
2022-04-17 08:34:40 -07:00
|
|
|
# Text shown on the about page (Markdown can be used here)
|
|
|
|
about: |
|
|
|
|
# About
|
|
|
|
|
|
|
|
Use this space to describe your Retrospring instance!
|
|
|
|
|
2022-12-22 14:42:45 -08:00
|
|
|
# Custom links in the footer
|
|
|
|
# links:
|
|
|
|
# - text: "Patreon"
|
|
|
|
# url: "https://patreon.com/retrospring"
|
|
|
|
|
2014-11-12 11:40:06 -08:00
|
|
|
# How many items (questions, answers, ...) do you want to show per page?
|
2014-12-12 04:45:02 -08:00
|
|
|
items_per_page: 10
|
|
|
|
|
2017-03-31 13:21:19 -07:00
|
|
|
features:
|
|
|
|
# "Discover" page
|
|
|
|
discover:
|
|
|
|
enabled: true
|
|
|
|
# Public timeline
|
|
|
|
public:
|
|
|
|
enabled: true
|
|
|
|
|
2014-12-12 04:45:02 -08:00
|
|
|
# OAuth tokens
|
|
|
|
sharing:
|
|
|
|
twitter:
|
2015-05-11 03:39:12 -07:00
|
|
|
enabled: true
|
2014-12-12 04:45:02 -08:00
|
|
|
# Get the tokens from https://apps.twitter.com
|
|
|
|
consumer_key: ''
|
|
|
|
consumer_secret: ''
|
|
|
|
|
2014-12-12 08:35:16 -08:00
|
|
|
# Redis
|
2015-04-01 16:28:42 -07:00
|
|
|
redis_url: "redis://localhost:6379"
|
|
|
|
|
2020-05-21 13:44:07 -07:00
|
|
|
# uncomment if using cloud storage
|
|
|
|
# fog:
|
2015-05-08 11:18:18 -07:00
|
|
|
# fog credentials
|
2020-05-21 13:44:07 -07:00
|
|
|
# credentials:
|
|
|
|
# provider: 'AWS'
|
|
|
|
# aws_access_key_id: 'ACCESS KEY'
|
|
|
|
# aws_secret_access_key: 'SECRET KEY'
|
|
|
|
# region: 'space-pluto-1'
|
2022-12-09 18:28:37 -08:00
|
|
|
## URL host, comment out to use default, GENERALLY you don't want to define this
|
2020-05-21 13:44:07 -07:00
|
|
|
# host: 's3.wherever.com'
|
2022-12-09 18:28:37 -08:00
|
|
|
## if you want to use Ceph RadosGW, use these options (region doesn't matter)
|
|
|
|
# endpoint: 'http://radosgw.example.com'
|
|
|
|
# path_style: true
|
2015-05-09 07:18:34 -07:00
|
|
|
# bucket name, required
|
2020-05-21 13:44:07 -07:00
|
|
|
# directory: 'retrospring'
|
2020-05-27 13:12:25 -07:00
|
|
|
|
2020-05-27 14:27:54 -07:00
|
|
|
# hCaptcha -- get keys from https://www.hcaptcha.com/
|
2020-05-27 13:12:25 -07:00
|
|
|
hcaptcha:
|
|
|
|
enabled: false
|
|
|
|
site_key: ''
|
|
|
|
secret_key: ''
|
2020-10-23 15:24:04 -07:00
|
|
|
|
|
|
|
# TOTP Drift period in seconds
|
|
|
|
otp_drift_period: 30
|
2021-12-22 07:38:37 -08:00
|
|
|
|
2021-12-22 08:17:48 -08:00
|
|
|
# This list controls the "accept" attribute on file upload fields
|
|
|
|
# This ensures mobile users get an appropriate file picker (one for only images)
|
|
|
|
# as well as preventing the upload of videos or formats we don't support
|
|
|
|
# including making iOS automatically convert HEIC files to JPEG
|
2021-12-22 07:38:37 -08:00
|
|
|
accepted_image_formats:
|
|
|
|
- image/jpeg
|
|
|
|
- .jpg
|
|
|
|
- .jpeg
|
|
|
|
- image/png
|
|
|
|
- .png
|
|
|
|
- image/gif
|
|
|
|
- .gif
|
2021-12-28 09:32:03 -08:00
|
|
|
|
2021-12-30 09:13:52 -08:00
|
|
|
# This list controls which hosts are excempt from the linkfilter
|
|
|
|
# Note: `hostname` is always included by default
|
2021-12-31 13:22:06 -08:00
|
|
|
allowed_hosts_in_markdown:
|
2021-12-30 09:13:52 -08:00
|
|
|
- twitter.com
|
|
|
|
- youtube.com
|
|
|
|
- youtu.be
|
|
|
|
|
2021-12-28 09:32:03 -08:00
|
|
|
# Sentry connection string
|
|
|
|
sentry_dsn: ''
|
2022-01-21 15:33:37 -08:00
|
|
|
|
|
|
|
# Canny feedback forms
|
|
|
|
# canny:
|
|
|
|
# sso: "CANNY_SSO_TOKEN_HERE"
|
|
|
|
# feature_board: "CANNY_FEATURE_BOARD_TOKEN"
|
2022-01-22 12:29:13 -08:00
|
|
|
# bug_board: "CANNY_BUGS_BOARD_TOKEN"
|