Delete stable/ntfy directory

This commit is contained in:
Kjeld Schouten-Lebbing 2023-05-03 10:47:18 +02:00 committed by GitHub
parent e919e2dde3
commit b6496f7637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 0 additions and 4879 deletions

View File

@ -1,99 +0,0 @@
**Important:**
*for the complete changelog, please refer to the website*
## [ntfy-4.0.14](https://github.com/truecharts/charts/compare/ntfy-4.0.13...ntfy-4.0.14) (2023-02-26)
### Chore
- update container image tccr.io/truecharts/ntfy to v2.1.0
## [ntfy-4.0.13](https://github.com/truecharts/charts/compare/ntfy-4.0.12...ntfy-4.0.13) (2023-02-20)
### Chore
- update container image tccr.io/truecharts/ntfy to v2.0.1
## [ntfy-4.0.12](https://github.com/truecharts/charts/compare/ntfy-4.0.11...ntfy-4.0.12) (2023-02-15)
### Chore
- update container image tccr.io/truecharts/ntfy to v1.31.0
## [ntfy-4.0.11](https://github.com/truecharts/charts/compare/ntfy-4.0.10...ntfy-4.0.11) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.
## [ntfy-4.0.10](https://github.com/truecharts/charts/compare/ntfy-4.0.9...ntfy-4.0.10) (2023-02-02)
### Fix
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))
## [ntfy-4.0.9](https://github.com/truecharts/charts/compare/ntfy-4.0.8...ntfy-4.0.9) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
## [ntfy-4.0.8](https://github.com/truecharts/charts/compare/ntfy-4.0.7...ntfy-4.0.8) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
## [ntfy-4.0.7](https://github.com/truecharts/charts/compare/ntfy-4.0.6...ntfy-4.0.7) (2022-12-25)
### Chore
- update helm general non-major
## [ntfy-4.0.6](https://github.com/truecharts/charts/compare/ntfy-4.0.5...ntfy-4.0.6) (2022-12-23)
### Chore
- update container image tccr.io/truecharts/ntfy to v1.30.1
## [ntfy-4.0.5](https://github.com/truecharts/charts/compare/ntfy-4.0.4...ntfy-4.0.5) (2022-12-19)
### Chore
- update helm general non-major
## [ntfy-4.0.4](https://github.com/truecharts/charts/compare/ntfy-4.0.3...ntfy-4.0.4) (2022-12-13)
### Chore

View File

@ -1,27 +0,0 @@
apiVersion: v2
appVersion: "2.1.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
description: ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer.
home: https://truecharts.org/charts/stable/ntfy
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ntfy.png
keywords:
- ntfy
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: ntfy
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/ntfy
- https://hub.docker.com/r/binwiederhier/ntfy
- https://github.com/binwiederhier/ntfy/
version: 4.0.14
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -1,27 +0,0 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -1,9 +0,0 @@
## [ntfy-4.0.14](https://github.com/truecharts/charts/compare/ntfy-4.0.13...ntfy-4.0.14) (2023-02-26)
### Chore
- update container image tccr.io/truecharts/ntfy to v2.1.0

View File

@ -1,8 +0,0 @@
ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/ntfy](https://truecharts.org/charts/stable/ntfy)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@ -1,70 +0,0 @@
image:
repository: tccr.io/truecharts/ntfy
tag: 2.1.0@sha256:ccbaacb4ca95fd61ea5b4ac18615a80ccc5ebae7f0a46115d020879e1fdb929e
pullPolicy: IfNotPresent
extraArgs: ["serve"]
env:
NTFY_LISTEN_HTTP: ":{{ .Values.service.main.ports.main.port }}"
# User Defined
NTFY_BASE_URL: "http://localhost:10222"
NTFY_BEHIND_PROXY: false
ENABLE_FIREBASE_FILE: false
ENABLE_CACHE_FILE: false
ENABLE_ATTACHMENT_CACHE_DIR: false
ENABLE_AUTH_FILE: false
# NTFY_CACHE_DURATION: "12h"
# NTFY_KEEPALIVE_INTERVAL: "45s"
# NTFY_MANAGER_INTERVAL: "1m"
# NTFY_GLOBAL_TOPIC_LIMIT: 15000
# NTFY_VISITOR_SUBSCRIPTION_LIMIT: 30
# NTFY_VISITOR_ATTACHMENT_TOTAL_SIZE_LIMIT: "100M"
# NTFY_VISITOR_ATTACHMENT_DAILY_BANDWIDTH_LIMIT: "500M"
# NTFY_VISITOR_REQUEST_LIMIT_BURST: 60
# NTFY_VISITOR_REQUEST_LIMIT_REPLENISH: "5s"
# NTFY_VISITOR_REQUEST_LIMIT_EXEMPT_HOSTS: ""
# NTFY_VISITOR_EMAIL_LIMIT_BURST: 16
# NTFY_VISITOR_EMAIL_LIMIT_REPLENISH: "1h"
# NTFY_ATTACHMENT_TOTAL_SIZE_LIMIT: "5G"
# NTFY_ATTACHMENT_FILE_SIZE_LIMIT: "15M"
# NTFY_ATTACHMENT_EXPIRY_DURATION: "3h"
# NTFY_AUTH_DEFAULT_ACCESS: "read-write"
# NTFY_SMTP_SENDER_ADDR: ""
# NTFY_SMTP_SENDER_USER: ""
# NTFY_SMTP_SENDER_PASS: ""
# NTFY_SMTP_SENDER_FROM: ""
# NTFY_SMTP_SERVER_LISTEN: ""
# NTFY_SMTP_SERVER_DOMAIN: ""
# NTFY_SMTP_SERVER_ADDR_PREFIX: ""
envFrom:
- configMapRef:
name: '{{ include "tc.common.names.fullname" . }}-ntfy'
service:
main:
ports:
main:
port: 10222
persistence:
config:
enabled: true
mountPath: "/etc/ntfy"
cache:
enabled: true
mountPath: "/var/cache/ntfy"
configmap:
ntfy:
enabled: true
data:
# If a path is set, it enables this options. To disable set to emtpy path
NTFY_ATTACHMENT_CACHE_DIR: '{{ ternary "/var/cache/ntfy/attachments" "" .Values.env.ENABLE_ATTACHMENT_CACHE_DIR }}'
NTFY_CACHE_FILE: '{{ ternary "/var/cache/ntfy/cache.db" "" .Values.env.ENABLE_CACHE_FILE }}'
NTFY_AUTH_FILE: '{{ ternary "/etc/ntfy/user.db" "" .Values.env.ENABLE_AUTH_FILE }}'
NTFY_FIREBASE_KEY_FILE: '{{ ternary "/etc/ntfy/firebase-key.json" "" .Values.env.ENABLE_FIREBASE_FILE }}'
portal:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
{{ include "tc.common.loader.all" . }}

View File

@ -1,99 +0,0 @@
**Important:**
*for the complete changelog, please refer to the website*
## [ntfy-5.0.2](https://github.com/truecharts/charts/compare/ntfy-5.0.1...ntfy-5.0.2) (2023-05-03)
### Fix
- fix some duplicate entries ([#8713](https://github.com/truecharts/charts/issues/8713))
## [ntfy-5.0.1](https://github.com/truecharts/charts/compare/ntfy-5.0.0...ntfy-5.0.1) (2023-04-30)
### Chore
- update container image tccr.io/truecharts/ntfy to v2.4.0 ([#8610](https://github.com/truecharts/charts/issues/8610))
## [ntfy-5.0.0](https://github.com/truecharts/charts/compare/ntfy-4.0.14...ntfy-5.0.0) (2023-04-30)
### Feat
- BREAKING CHANGE migrate to new common part 5 ([#8615](https://github.com/truecharts/charts/issues/8615))
### Fix
- fix indentation ([#8536](https://github.com/truecharts/charts/issues/8536))
## [ntfy-4.0.14](https://github.com/truecharts/charts/compare/ntfy-4.0.13...ntfy-4.0.14) (2023-02-26)
### Chore
- update container image tccr.io/truecharts/ntfy to v2.1.0
## [ntfy-4.0.13](https://github.com/truecharts/charts/compare/ntfy-4.0.12...ntfy-4.0.13) (2023-02-20)
### Chore
- update container image tccr.io/truecharts/ntfy to v2.0.1
## [ntfy-4.0.12](https://github.com/truecharts/charts/compare/ntfy-4.0.11...ntfy-4.0.12) (2023-02-15)
### Chore
- update container image tccr.io/truecharts/ntfy to v1.31.0
## [ntfy-4.0.11](https://github.com/truecharts/charts/compare/ntfy-4.0.10...ntfy-4.0.11) (2023-02-10)
### Fix
- ensure new helm deps repo is used in latest releases as well.
## [ntfy-4.0.10](https://github.com/truecharts/charts/compare/ntfy-4.0.9...ntfy-4.0.10) (2023-02-02)
### Fix
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))
## [ntfy-4.0.9](https://github.com/truecharts/charts/compare/ntfy-4.0.8...ntfy-4.0.9) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
## [ntfy-4.0.8](https://github.com/truecharts/charts/compare/ntfy-4.0.7...ntfy-4.0.8) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))

View File

@ -1,25 +0,0 @@
apiVersion: v2
appVersion: "2.4.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.1
description: ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer.
home: https://truecharts.org/charts/stable/ntfy
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ntfy.png
keywords:
- ntfy
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: ntfy
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/ntfy
- https://github.com/binwiederhier/ntfy/
version: 5.0.2
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"

View File

@ -1,27 +0,0 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -1,9 +0,0 @@
## [ntfy-5.0.2](https://github.com/truecharts/charts/compare/ntfy-5.0.1...ntfy-5.0.2) (2023-05-03)
### Fix
- fix some duplicate entries ([#8713](https://github.com/truecharts/charts/issues/8713))

View File

@ -1,8 +0,0 @@
ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/ntfy](https://truecharts.org/charts/stable/ntfy)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@ -1,77 +0,0 @@
image:
repository: tccr.io/truecharts/ntfy
tag: 2.4.0@sha256:fc0f70be7796b7ac6303b06d5a4e410e6eac0522b2417ac4c1df1fb0747ad159
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10222
persistence:
config:
enabled: true
mountPath: "/etc/ntfy"
cache:
enabled: true
mountPath: "/var/cache/ntfy"
configmap:
ntfy:
enabled: true
data:
# If a path is set, it enables this options. To disable set to empty path
NTFY_ATTACHMENT_CACHE_DIR: '{{ ternary "/var/cache/ntfy/attachments" "" .Values.workload.main.podSpec.containers.main.env.ENABLE_ATTACHMENT_CACHE_DIR }}'
NTFY_CACHE_FILE: '{{ ternary "/var/cache/ntfy/cache.db" "" .Values.workload.main.podSpec.containers.main.env.ENABLE_CACHE_FILE }}'
NTFY_AUTH_FILE: '{{ ternary "/etc/ntfy/user.db" "" .Values.workload.main.podSpec.containers.main.env.ENABLE_AUTH_FILE }}'
NTFY_FIREBASE_KEY_FILE: '{{ ternary "/etc/ntfy/firebase-key.json" "" .Values.workload.main.podSpec.containers.main.env.ENABLE_FIREBASE_FILE }}'
portal:
open:
enabled: true
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: tcp
readiness:
type: tcp
startup:
type: tcp
args: ["serve"]
env:
NTFY_LISTEN_HTTP: ":{{ .Values.service.main.ports.main.port }}"
# User Defined
NTFY_BASE_URL: "http://localhost:10222"
NTFY_BEHIND_PROXY: false
ENABLE_FIREBASE_FILE: false
ENABLE_CACHE_FILE: false
ENABLE_ATTACHMENT_CACHE_DIR: false
ENABLE_AUTH_FILE: false
# NTFY_CACHE_DURATION: "12h"
# NTFY_KEEPALIVE_INTERVAL: "45s"
# NTFY_MANAGER_INTERVAL: "1m"
# NTFY_GLOBAL_TOPIC_LIMIT: 15000
# NTFY_VISITOR_SUBSCRIPTION_LIMIT: 30
# NTFY_VISITOR_ATTACHMENT_TOTAL_SIZE_LIMIT: "100M"
# NTFY_VISITOR_ATTACHMENT_DAILY_BANDWIDTH_LIMIT: "500M"
# NTFY_VISITOR_REQUEST_LIMIT_BURST: 60
# NTFY_VISITOR_REQUEST_LIMIT_REPLENISH: "5s"
# NTFY_VISITOR_REQUEST_LIMIT_EXEMPT_HOSTS: ""
# NTFY_VISITOR_EMAIL_LIMIT_BURST: 16
# NTFY_VISITOR_EMAIL_LIMIT_REPLENISH: "1h"
# NTFY_ATTACHMENT_TOTAL_SIZE_LIMIT: "5G"
# NTFY_ATTACHMENT_FILE_SIZE_LIMIT: "15M"
# NTFY_ATTACHMENT_EXPIRY_DURATION: "3h"
# NTFY_AUTH_DEFAULT_ACCESS: "read-write"
# NTFY_SMTP_SENDER_ADDR: ""
# NTFY_SMTP_SENDER_USER: ""
# NTFY_SMTP_SENDER_PASS: ""
# NTFY_SMTP_SENDER_FROM: ""
# NTFY_SMTP_SERVER_LISTEN: ""
# NTFY_SMTP_SERVER_DOMAIN: ""
# NTFY_SMTP_SERVER_ADDR_PREFIX: ""
envFrom:
- configMapRef:
name: "ntfy"

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -1 +0,0 @@
{{ include "tc.v1.common.loader.all" . }}

View File

@ -1,4 +0,0 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/ntfy.png
categories:
- media