Commit Graph

1935 Commits

Author SHA1 Message Date
Kjeld Schouten-Lebbing 7be0dcbe6d
chore(Apps): refactor Services SCALE GUI 2022-09-19 00:17:23 +02:00
truecharts-bot 24bcac5826 chore: Auto-update chart README [skip ci] 2022-09-18 20:30:24 +00:00
Stavros Kois 4b23ba9043
feat(flemarr): add flemarr (#3808)
* feat(flemarr): add flemarr

* required

* no service, persistence, portal

* no ingress

* add description

* add ci values

* lint

* lint

* Apply suggestions from code review

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* lint

* Update charts/incubator/flemarr/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-09-18 21:19:46 +03:00
Stavros Kois ef270fcd7d
feat(homepage): add homepage (#3806)
* feat(homepage): add homepage

* add icon

* Update charts/incubator/homepage/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-09-18 20:37:53 +03:00
Stavros Kois 787d0bc567
feat(flatnotes): add flatnotes (#3804)
* feat(flatnotes): add flatnotes

* rofs false

* Update charts/incubator/flatnotes/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* root

* user 1000

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-09-18 20:37:03 +03:00
Stavros Kois c60bbda5ab
feat(batnoter): add batnoter (#3805)
* feat(batnoter): add batnoter

* clean

* remove quotes

* rofs

* Update charts/incubator/batnoter/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* root

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-09-18 20:36:06 +03:00
Stavros Kois 297e365088
fix(plextraktsync): cron type does not work (#3811) 2022-09-18 20:30:59 +03:00
Stavros Kois e42a19f645
feat(linkwallet): add linkwallet (#3809)
* feat(linkwallet): add linkwallet

* Update charts/incubator/linkwallet/values.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-09-18 19:46:40 +03:00
truecharts-bot 01fe431239 chore: Auto-update chart README [skip ci] 2022-09-18 12:19:38 +00:00
Dyllan Tinoco 665a3999a0
feat(jupyter): Add Jupyter (#3616)
* Initial work for Jupyter notebook

* Fixed some things I forgot to change from base

* Added readme and changelog

* Update charts/incubator/jupyter/values.yaml

* Update charts/incubator/jupyter/values.yaml

* remove autogenerated content

* lint

* fix persistence and service

* Add some config options and try to fix permissions

I added some of the config options supported by the container. I also tried to fix permissions by setting UID and GID, but this doesn't seem to have worked

* Changed container to run as root

I changed the pod security so that it would run as root in order for it to deploy with proper folder permissions.  From my understanding while the pod is running as root the actual jupyter process is running as user 568 since I set the uid and gid to 568.

* update IDs

* some improvements

* typo

* update image repo

* update questions

* this is not needed, as users can select auto perms on persistance section

* Update charts/incubator/jupyter/questions.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/jupyter/Chart.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-09-18 13:47:51 +03:00
Xstar97 69e918afd2
fix(plextraktsync): add docs and persistence (#3604)
* fix(plextraktsync): add docs and persistence

* fix(plextraktsync): add docs and persistence

* Update charts/incubator/plextraktsync/values.yaml

* Update charts/incubator/plextraktsync/Chart.yaml

* removed excess line

* create initContainers

* fixed init formatting

* add env to init container

* update questions.yaml

* removed comment

* Update charts/incubator/plextraktsync/values.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/plextraktsync/values.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/plextraktsync/values.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/plextraktsync/questions.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/plextraktsync/docs/installation_notes.md

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/plextraktsync/questions.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/plextraktsync/questions.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/plextraktsync/questions.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Update charts/incubator/plextraktsync/questions.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* switch to configmap

* lint

* Not needed

* add cron

* add gui

* delete docs for now

* majorbump

* cron update

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-09-17 11:47:20 +03:00
Xstar97 dc8bdab50b
feat(restreamer): Add all the options! (#3786)
* fix(restreamer): move to stable.

* Rename README..md to README.md

* Update Chart.yaml

* add few things

* update images

* add logs

* add api

* add storage_disk

* fix few things and add storage_mem

* add rtmp

* update changelo

* remove

* tweaks

* ffmpeg

* add debug and playout

* add metrics

* add router and sessions

* fix secret and move to incubator

* add health probe

* quotes

* quotes

Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-09-16 22:41:51 +03:00
truecharts-bot c99b62f699 chore: Auto-update chart README [skip ci] 2022-09-16 14:14:36 +00:00
truecharts-bot 4a7979b1bd chore: Auto-update chart README [skip ci] 2022-09-16 07:37:36 +00:00
TrueCharts Bot 19731ab5a3
chore(deps): update docker general non-major (#3787)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-16 08:38:14 +03:00
TrueCharts Bot f0757f0e2c
chore(deps): update docker general non-major (#3772)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-15 17:42:23 +02:00
truecharts-bot 682efa11c4 chore: Auto-update chart README [skip ci] 2022-09-15 15:18:22 +00:00
TrueCharts Bot 48e5471458
chore(deps): update helm general non-major (#3767) 2022-09-15 15:22:46 +02:00
truecharts-bot 4343a84f39 chore: Auto-update chart README [skip ci] 2022-09-15 07:26:46 +00:00
truecharts-bot 94ae13ad4e chore: Auto-update chart README [skip ci] 2022-09-15 06:26:25 +00:00
sagit cc8ffb861c
feat(umami): Add umami (#3717)
* add test

* add question

* clean up

* fix

* add salt

* add end

* fix

* secrets

* test

* lint

* low

* test

* bump

* Update _secrets.tpl

* Let users fill in their own encryption salt

* Let users fill in their own encryption salt

* make some changes

* some typos

* some typos

* update questions

* rofs

* updatequestions

* see users

* 1001

* rofs

* update questions

Co-authored-by: Stavros kois <s.kois@outlook.com>
2022-09-15 09:21:59 +03:00
Xstar97 e5a3257bff
fix(autoscan): move to stable. (#3782)
* fix(autoscan): move to stable.

* fix(autoscan): move to stable.

* Rename README..md to README.md

* Update Chart.yaml

* Update Chart.yaml

* tweaks

* Apply suggestions from code review

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* lint

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-09-15 09:18:57 +03:00
Xstar97 31e4cb5e74
fix(autobrr): move to stable. (#3781)
* fix(autobrr): move to stable.

* Rename README..md to README.md
2022-09-15 08:40:58 +03:00
Xstar97 9c5d9b50af
fix(rcon-webadmin): move to stable. (#3775)
* fix(rcon-webadmin): move to stable.

* Rename README..md to README.md

* fix things

* update docs

* Update charts/stable/rcon-webadmin/docs/installation.md

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-09-15 01:01:22 +03:00
Stavros Kois 6c68a6c013
chore(questions): split serviceSelector (#3751)
* chore(questions): split serviceSelector

* replace questions with the new templates
2022-09-15 00:27:12 +03:00
Xstar97 69d0c0f530
fix(simply-shorten): move to stable. (#3774)
* fix(simply-shorten): move to stable.

* Rename README..md to README.md

* tweaks

* lint

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-09-14 10:43:30 +03:00
truecharts-bot e0d3d32298 chore: Auto-update chart README [skip ci] 2022-09-13 06:33:45 +00:00
TrueCharts Bot 30388024d5
chore(deps): update helm general non-major (#3756) 2022-09-13 08:46:39 +03:00
truecharts-bot ceba274e51 chore: Auto-update chart README [skip ci] 2022-09-13 05:27:33 +00:00
TrueCharts Bot 428038dd10
chore(deps): update docker general non-major (#3755)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-13 08:21:56 +03:00
truecharts-bot 9a821da90b chore: Auto-update chart README [skip ci] 2022-09-12 23:09:26 +00:00
Stavros Kois 337d32cad8
fix(apps): add missing dicts on list items (#3754) 2022-09-12 23:40:12 +02:00
truecharts-bot cf36c344af chore: Auto-update chart README [skip ci] 2022-09-12 20:04:14 +00:00
truecharts-bot 1f5fd55364 chore: Auto-update chart README [skip ci] 2022-09-12 14:46:17 +00:00
TrueCharts Bot 1b842f5d6a
chore(deps): update docker general non-major (#3743)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-09-12 12:28:33 +02:00
truecharts-bot 44a77cd0dd chore: Auto-update chart README [skip ci] 2022-09-11 23:21:12 +00:00
truecharts-bot a23c49adc9 chore: Auto-update chart README [skip ci] 2022-09-11 19:50:18 +00:00
truecharts-bot 5ac2a97847 chore: Auto-update chart README [skip ci] 2022-09-11 13:56:14 +00:00
TrueCharts Bot 845ea2d896
chore(deps): update helm general non-major (#3711) 2022-09-11 12:10:33 +02:00
TrueCharts Bot 4dc32a9142
chore(deps): update docker general non-major (#3736)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-11 12:08:28 +02:00
truecharts-bot 88413ad80a chore: Auto-update chart README [skip ci] 2022-09-10 10:22:01 +00:00
TrueCharts Bot ea7f789975
chore(deps): update docker general non-major (#3727)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-10 13:05:59 +03:00
truecharts-bot 9f560d7e60 chore: Auto-update chart README [skip ci] 2022-09-07 23:10:50 +00:00
truecharts-bot 3a74564c16 chore: Auto-update chart README [skip ci] 2022-09-07 22:51:38 +00:00
TrueCharts Bot ca1ab59a6a
chore(deps): update docker general non-major (#3710)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

* fix rsshub

* default

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-09-06 10:22:01 +03:00
truecharts-bot 5fdb703dae chore: Auto-update chart README [skip ci] 2022-09-05 23:25:05 +00:00
Stavros Kois 0a61958efa
fix(authentik): use https://localhost:9443 for outposts (#3708) 2022-09-06 02:20:55 +03:00
truecharts-bot 28e94fae41 chore: Auto-update chart README [skip ci] 2022-09-05 21:55:21 +00:00
Stavros Kois d833fa650a
feat(apt-cacher-ng): move to stable and add docs (#3707)
* feat(apt-cacher-ng): move to stable and add docs

* chore(orbital-sync): update image ref
2022-09-06 00:52:24 +03:00
truecharts-bot f5e7d2824e chore: Auto-update chart README [skip ci] 2022-09-05 21:11:15 +00:00