Skip to content

Commit

Permalink
🍱 (scanservjs): Add chart icon
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 23, 2023
1 parent 5e88959 commit d0c09fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ helm delete my-<chart-name>
| [relax-sounds <img src='https://github.com/gabe565/relax-sounds/raw/3e55b07a957f2e20aceeeba1d36226791f2f1569/frontend/src/assets/icon-purple.svg' alt='relax-sounds icon' width='18px' align='right' loading='lazy'>](charts/relax-sounds/) | Relax Sounds is a website that lets you stream relaxing sounds to your browser or over Google Cast. |
| [rss-bridge <img src='https://raw.githubusercontent.com/RSS-Bridge/rss-bridge/987f42d6d44cc18e5c33441e742d15ffff6feb72/static/favicon.png' alt='rss-bridge icon' width='18px' align='right' loading='lazy'>](charts/rss-bridge/) | The RSS feed for websites missing it. |
| [rsshub <img src='https://camo.githubusercontent.com/79f2dcf6fb41b71619186b12eed25495fa55e20d3f21355798a2cb22703c6f8b/68747470733a2f2f692e6c6f6c692e6e65742f323031392f30342f32332f356362656237653431343134632e706e67' alt='rsshub icon' width='18px' align='right' loading='lazy'>](charts/rsshub/) | RSSHub is an open source, easy to use, and extensible RSS feed generator. It's capable of generating RSS feeds from pretty much everything. |
| [scanservjs ](charts/scanservjs/) | scanservjs is a web UI frontend for your scanner. It allows you to share one or more scanners (using SANE) on a network without the need for drivers or complicated installation. |
| [scanservjs <img src='https://raw.githubusercontent.com/sbs20/scanservjs/d28627ebec5cec6d30475a43bd101cc9c5e0961a/packages/client/src/icons/android-chrome-192x192.png' alt='scanservjs icon' width='18px' align='right' loading='lazy'>](charts/scanservjs/) | scanservjs is a web UI frontend for your scanner. It allows you to share one or more scanners (using SANE) on a network without the need for drivers or complicated installation. |
| [smarter-device-manager <img src='https://gitlab.com/uploads/-/system/group/avatar/6339043/ARM1636_Project_Logo_ST2_RGB_V1.png' alt='smarter-device-manager icon' width='18px' align='right' loading='lazy'>](charts/smarter-device-manager/) | Manage hardware resource allocation without a need for privileged containers. |
| [tandoor <img src='https://raw.githubusercontent.com/vabene1111/recipes/master/docs/logo_color.svg' alt='tandoor icon' width='18px' align='right' loading='lazy'>](charts/tandoor/) | Application for managing recipes, planning meals, building shopping lists and much much more! |
| [transsmute <img src='https://raw.githubusercontent.com/gabe565/transsmute/ce624f8c903654ead37489d8d274b97d526d397a/assets/icon.svg' alt='transsmute icon' width='18px' align='right' loading='lazy'>](charts/transsmute/) | Transsmute builds RSS feeds for websites that don't provide them. |
Expand Down
7 changes: 4 additions & 3 deletions charts/scanservjs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ apiVersion: v2
name: scanservjs
description: scanservjs is a web UI frontend for your scanner. It allows you to share one or more scanners (using SANE) on a network without the need for drivers or complicated installation.
home: https://charts.gabe565.com/charts/scanservjs
icon: https://raw.githubusercontent.com/sbs20/scanservjs/d28627ebec5cec6d30475a43bd101cc9c5e0961a/packages/client/src/icons/android-chrome-192x192.png
type: application
version: 0.5.1
version: 0.5.2
# renovate datasource=docker depName=sbs20/scanservjs
appVersion: release-v2.26.1
kubeVersion: ">=1.22.0-0"
Expand All @@ -20,5 +21,5 @@ sources:
- https://github.com/sbs20/scanservjs
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update sbs20/scanservjs Docker tag to release-v2.26.1
- kind: added
description: Add chart icon
4 changes: 3 additions & 1 deletion charts/scanservjs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# scanservjs

![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat)
<img src="https://raw.githubusercontent.com/sbs20/scanservjs/d28627ebec5cec6d30475a43bd101cc9c5e0961a/packages/client/src/icons/android-chrome-192x192.png" align="right" width="92" alt="scanservjs logo" style="padding-left: 20px">

![Version: 0.5.2](https://img.shields.io/badge/Version-0.5.2-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: release-v2.26.1](https://img.shields.io/badge/AppVersion-release--v2.26.1-informational?style=flat)

Expand Down

0 comments on commit d0c09fe

Please sign in to comment.