2022-07-20 19:13:25 +00:00
|
|
|
env:
|
2022-07-22 18:23:01 +00:00
|
|
|
ANNOUNCEMENT: ""
|
|
|
|
MAX_SECRET_LENGTH: "3000"
|
2022-07-20 19:13:25 +00:00
|
|
|
MESSAGES_CONFIRM_VIEW_SECRET_BUTTON: View Secret
|
|
|
|
MESSAGES_CONFIRM_VIEW_SECRET_HEADER: View this secret?
|
|
|
|
MESSAGES_ERROR_SECRET_TOO_LONG: Input length too long
|
|
|
|
MESSAGES_SUBMIT_SECRET_BUTTON: Encrypt Message
|
|
|
|
MESSAGES_SUBMIT_SECRET_HEADER: Create A Self-Destructing Message
|
2022-07-22 18:23:01 +00:00
|
|
|
MESSAGES_SUBMIT_SECRET_SUBHEADER: ""
|
2022-07-20 19:13:25 +00:00
|
|
|
MESSAGES_VIEW_CODE_HEADER: Self-Destructing URL
|
2022-07-22 18:23:01 +00:00
|
|
|
MESSAGES_VIEW_CODE_SUBHEADER:
|
|
|
|
Share this URL via email, chat, or another messaging
|
2022-07-20 19:13:25 +00:00
|
|
|
service. It will self-destruct after being viewed once.
|
|
|
|
MESSAGES_VIEW_SECRET_HEADER: This message has been destroyed
|
2022-07-22 18:23:01 +00:00
|
|
|
PRUNE_ENABLED: "true"
|
|
|
|
PRUNE_MAX_DAYS: "730"
|
|
|
|
PRUNE_MIN_DAYS: "365"
|
|
|
|
RETURN_FULL_URL: "true"
|
2022-07-20 19:13:25 +00:00
|
|
|
SITE_TITLE: FlashPaper - Self-Destructing Message
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/flashpaper
|
2022-07-25 21:35:40 +00:00
|
|
|
tag: latest@sha256:a784f26d36046473f36f3cf2c214f6ac63517c1b1434eb769fd15a7ee2f10c29
|
2022-07-20 19:13:25 +00:00
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /var/www/html/data
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8544
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 80
|
2022-08-08 21:25:02 +00:00
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|