68ba9fccc7
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/andrewpaglusch/flashpaper | digest | `5217032` → `6815353` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9mbGFzaHBhcGVyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9kaWdlc3QiXX0=-->
49 lines
1.6 KiB
YAML
49 lines
1.6 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/andrewpaglusch/flashpaper
|
|
tag: master@sha256:681535373260db5e9b6d785317a277398e4aadee4a35370d24b40513e016320d
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /var/www/html/data
|
|
varrun:
|
|
enabled: false
|
|
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
|