Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
229e9134c0
commit
efb2e47c02
|
@ -0,0 +1,8 @@
|
||||||
|
**Important:**
|
||||||
|
*for the complete changelog, please refer to the website*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [upsnap-0.0.1]upsnap-0.0.1 (2023-02-19)
|
||||||
|
|
|
@ -0,0 +1,29 @@
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: "3.0.5"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://library-charts.truecharts.org
|
||||||
|
version: 11.1.2
|
||||||
|
deprecated: false
|
||||||
|
description: A simple wake on lan app written with SvelteKit, Go, PocketBase and nmap.
|
||||||
|
home: https://truecharts.org/charts/incubator/upsnap
|
||||||
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/upsnap.png
|
||||||
|
keywords:
|
||||||
|
- upsnap
|
||||||
|
kubeVersion: ">=1.16.0-0"
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: https://truecharts.org
|
||||||
|
name: upsnap
|
||||||
|
sources:
|
||||||
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/upsnap
|
||||||
|
- https://github.com/seriousm4x/UpSnap
|
||||||
|
- https://ghcr.io/seriousm4x/upsnap
|
||||||
|
type: application
|
||||||
|
version: 0.0.1
|
||||||
|
annotations:
|
||||||
|
truecharts.org/catagories: |
|
||||||
|
- networking
|
||||||
|
truecharts.org/SCALE-support: "true"
|
||||||
|
truecharts.org/grade: U
|
|
@ -0,0 +1 @@
|
||||||
|
# README
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [upsnap-0.0.1]upsnap-0.0.1 (2023-02-19)
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
A simple wake on lan app written with SvelteKit, Go, PocketBase and nmap.
|
||||||
|
|
||||||
|
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/upsnap](https://truecharts.org/charts/incubator/upsnap)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
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!
|
Binary file not shown.
|
@ -0,0 +1,35 @@
|
||||||
|
image:
|
||||||
|
repository: tccr.io/truecharts/upsnap
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
tag: 3.0.5@sha256:5ed2433add3e4faad082d37c7df55c08409c8e4708bb1fa3129715e76b892ce5
|
||||||
|
|
||||||
|
securityContext:
|
||||||
|
readOnlyRootFilesystem: false
|
||||||
|
runAsNonRoot: false
|
||||||
|
|
||||||
|
podSecurityContext:
|
||||||
|
runAsUser: 0
|
||||||
|
runAsGroup: 0
|
||||||
|
|
||||||
|
hostNetwork: true
|
||||||
|
|
||||||
|
env:
|
||||||
|
UPSNAP_INTERVAL: "@every 10s"
|
||||||
|
UPSNAP_SCAN_RANGE: 192.168.1.0/24
|
||||||
|
UPSNAP_WEBSITE_TITLE: Truecharts WOL
|
||||||
|
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
ports:
|
||||||
|
main:
|
||||||
|
protocol: HTTP
|
||||||
|
targetPort: 8090
|
||||||
|
port: 10611
|
||||||
|
|
||||||
|
persistence:
|
||||||
|
data:
|
||||||
|
enabled: true
|
||||||
|
mountPath: /app/pb_data
|
||||||
|
|
||||||
|
portal:
|
||||||
|
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
||||||
|
{{ include "tc.common.loader.all" . }}
|
|
@ -0,0 +1,4 @@
|
||||||
|
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/upsnap.png
|
||||||
|
categories:
|
||||||
|
- networking
|
||||||
|
|
Loading…
Reference in New Issue