feat(dumbassets) add dumbassets (#36395)

**Description**

Add DumbAssets - https://www.dumbware.io/DumbAssets

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
app-template

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [x] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Albert Romkes <s990330@gmail.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
This commit is contained in:
Albert Romkes
2025-06-18 14:22:03 +02:00
committed by GitHub
co-authored by Xstar97TheNoob
parent 968cd25e97
commit 0706cf63a5
8 changed files with 116 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# OWNERS file for Kubernetes
OWNERS
# helm-docs templates
*.gotmpl
# docs folder
/docs
# icon
icon.png
icon.webp
icon-small.webp
+4
View File
@@ -0,0 +1,4 @@
---
title: Changelog
pagefind: false
---
+41
View File
@@ -0,0 +1,41 @@
annotations:
artifacthub.io/links: |-
- name: support
url: https://discord.com/invite/tVsPTHWTtr
max_scale_version: 24.04.1
min_scale_version: 24.04.0
truecharts.org/category: Tools-Utilities
truecharts.org/max_helm_version: "3.17"
truecharts.org/min_helm_version: "3.14"
truecharts.org/train: incubator
apiVersion: v2
appVersion: 1.0.11
dependencies:
- name: common
version: 25.4.10
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: A stupid simple asset tracker for keeping track of your physical assets, their components, and applicable warranties and routine maintenance.
home: https://truecharts.org/charts/incubator/dumbassets
icon: https://truecharts.org/img/hotlink-ok/chart-icons/dumbassets.webp
keywords:
- dumbassets
- dumbwareio
- asset-tracker
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: dumbassets
sources:
- https://github.com/DumbWareio/dumbassets
- https://hub.docker.com/r/dumbwareio/dumbassets
- https://github.com/truecharts/charts/tree/master/charts/incubator/dumbassets
type: application
version: 0.0.1
+3
View File
@@ -0,0 +1,3 @@
---
title: README
---
Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}
@@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}
+34
View File
@@ -0,0 +1,34 @@
image:
repository: dumbwareio/dumbassets
pullPolicy: IfNotPresent
tag: 1.0.11@sha256:b12310240508ee26acd4adbbf4b3e42303a4c5918b094daf0d225b3ae00cad93
service:
main:
ports:
main:
port: 3000
targetPort: 3000
workload:
main:
podSpec:
containers:
main:
env:
# NODE_ENV: production
# DEBUG: false
# SITE_TITLE: DumbAssets
# BASE_URL: http://localhost:3000
# DUMBASSETS_PIN: 1234
# ALLOWED_ORIGINS: *
# APPRISE_URL: -
# CURRENCY_CODE: USD
# CURRENCY_LOCALE: en-US
# DEMO_MODE: false
persistence:
data:
enabled: true
mountPath: /app/data
assets:
enabled: true
mountPath: /app/public/assets
type: emptyDir