From d0a32957d3b3b5249ebbec5899345bc82fb6e80e Mon Sep 17 00:00:00 2001 From: kqmaverick <121722567+kqmaverick@users.noreply.github.com> Date: Fri, 23 Feb 2024 17:47:15 -0800 Subject: [PATCH] add(bitmagnet): add bitmagnet to incubator (#18500) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Add bitmagnet to incubator. ⚒️ Fixes # **⚙️ 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 **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ 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 corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning **➕ 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: kqmaverick <121722567+kqmaverick@users.noreply.github.com> Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> --- charts/incubator/bitmagnet/.helmignore | 30 +++++ charts/incubator/bitmagnet/CHANGELOG.md | 0 charts/incubator/bitmagnet/Chart.yaml | 37 ++++++ charts/incubator/bitmagnet/README.md | 28 ++++ charts/incubator/bitmagnet/icon.png | Bin 0 -> 872 bytes charts/incubator/bitmagnet/questions.yaml | 120 ++++++++++++++++++ .../incubator/bitmagnet/templates/NOTES.txt | 1 + .../incubator/bitmagnet/templates/common.yaml | 1 + charts/incubator/bitmagnet/values.yaml | 76 +++++++++++ 9 files changed, 293 insertions(+) create mode 100644 charts/incubator/bitmagnet/.helmignore create mode 100644 charts/incubator/bitmagnet/CHANGELOG.md create mode 100644 charts/incubator/bitmagnet/Chart.yaml create mode 100644 charts/incubator/bitmagnet/README.md create mode 100644 charts/incubator/bitmagnet/icon.png create mode 100644 charts/incubator/bitmagnet/questions.yaml create mode 100644 charts/incubator/bitmagnet/templates/NOTES.txt create mode 100644 charts/incubator/bitmagnet/templates/common.yaml create mode 100644 charts/incubator/bitmagnet/values.yaml diff --git a/charts/incubator/bitmagnet/.helmignore b/charts/incubator/bitmagnet/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/charts/incubator/bitmagnet/.helmignore @@ -0,0 +1,30 @@ +# 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 diff --git a/charts/incubator/bitmagnet/CHANGELOG.md b/charts/incubator/bitmagnet/CHANGELOG.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/charts/incubator/bitmagnet/Chart.yaml b/charts/incubator/bitmagnet/Chart.yaml new file mode 100644 index 00000000000..2861539f42a --- /dev/null +++ b/charts/incubator/bitmagnet/Chart.yaml @@ -0,0 +1,37 @@ +annotations: + max_scale_version: 24.04.0 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: incubator +apiVersion: v2 +appVersion: 0.7.5 +dependencies: + - name: common + version: 17.5.0 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] +deprecated: false +description: A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration. +home: https://truecharts.org/charts/incubator/bitmagnet +icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitmagnet.png +keywords: + - torrent + - bitmagnet +kubeVersion: ">=1.24.0-0" +maintainers: + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org +name: bitmagnet +sources: + - https://bitmagnet.io + - https://github.com/bitmagnet-io/bitmagnet + - https://github.com/truecharts/charts/tree/master/charts/incubator/bitmagnet +type: application +version: 0.0.1 diff --git a/charts/incubator/bitmagnet/README.md b/charts/incubator/bitmagnet/README.md new file mode 100644 index 00000000000..958c52a65dd --- /dev/null +++ b/charts/incubator/bitmagnet/README.md @@ -0,0 +1,28 @@ +--- +title: 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/incubator/bitmagnet) + +**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/guides/scale-intro). +- 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_ diff --git a/charts/incubator/bitmagnet/icon.png b/charts/incubator/bitmagnet/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2c24359483f870f36257936f5cfba6b0047405b6 GIT binary patch literal 872 zcmV-u1DE`XP)xw?NZnV|4>(acgl^3=3rSro4=pwOJTV<)WU;>t@aa3&MLqrUPW1(`oFdQlz2zB20 zzdPr7p8x;%p7-6m9qfL~*pOk$DS`mX%D~N6l{tlhYT@cZ>o~1H!!YF(Ap`w0RSMBKLY?jmc@mtll(2iBjXF(1_6Vr=1k%mu9FXou6ZeFlDLf8^wF{8}E8mzV@P-|zaBLz@vXR8C$wF#8q^L zCJUL`r80K5b`r`^;jNv7vP)&`G+D@0y1wj8T$Pl_a$poi!GL-uuldnvzj=m?qZ^9l zL{mo#_-_x(;(Lnn`K{@xv2y?bKTWPgjoz;OHacJRMQ1N}xtB3IACZ8)Sa(^bD3uF_ zF^Zx90HFEt=WcLGG$DuBt?)DbY;{?E#Za$0000