52 lines
1.5 KiB
YAML
52 lines
1.5 KiB
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: ghcr.io/andrewpaglusch/flashpaper
|
||
|
tag: latest@sha256:91e23442eec448d0ceea4e71a277fb204d22d5ed0980570782403aa7c0e8400e
|
||
|
persistence:
|
||
|
data:
|
||
|
enabled: true
|
||
|
mountPath: /var/www/html/data
|
||
|
varrun:
|
||
|
enabled: false
|
||
|
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsNonRoot: false
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 8544
|
||
|
protocol: tcp
|
||
|
targetPort: 80
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
env:
|
||
|
ANNOUNCEMENT: ""
|
||
|
MAX_SECRET_LENGTH: "3000"
|
||
|
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
|
||
|
MESSAGES_SUBMIT_SECRET_SUBHEADER: ""
|
||
|
MESSAGES_VIEW_CODE_HEADER: Self-Destructing URL
|
||
|
MESSAGES_VIEW_CODE_SUBHEADER: |
|
||
|
Share this URL via email, chat, or another
|
||
|
messaging service. It will self-destruct after being viewed once.
|
||
|
MESSAGES_VIEW_SECRET_HEADER: This message has been destroyed
|
||
|
PRUNE_ENABLED: "true"
|
||
|
PRUNE_MAX_DAYS: "730"
|
||
|
PRUNE_MIN_DAYS: "365"
|
||
|
RETURN_FULL_URL: "true"
|
||
|
SITE_TITLE: FlashPaper - Self-Destructing Message
|