Commit Graph

2886 Commits

Author SHA1 Message Date
TrueCharts-Bot a652534b02 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-09 17:26:40 +00:00
Kjeld Schouten-Lebbing 2679fc1108
(feat) move postgresql init and password-generator to common (#1113)
* Move Postgresql initcontainer to common

* bump common

* Handle postgres password generation in common and inject into values.yaml for use in Apps

* (refactor) adapt apps using postgresql to common init and password generator

* no message
2021-10-09 19:24:45 +02:00
Stavros Kois ce48246b9b
(fix) Improve collabora's regex (#1108)
* Improve collabora's regex

* Also allow root domains, and disallow `--`

* Shorten regex steps a bit
2021-10-08 09:27:13 +02:00
TrueCharts-Bot d8935bf292 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-05 23:06:22 +00:00
renovate[bot] 83071759f4
chore(deps): update non-major (#1103)
* chore(deps): update non-major

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-06 01:03:38 +02:00
TrueCharts-Bot b55f50d078 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-05 12:35:05 +00:00
renovate[bot] 6a7c88b418
chore(deps): update non-major deps helm releases (#1099)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-05 14:11:18 +02:00
TrueCharts-Bot 0541233a7f Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-05 11:36:30 +00:00
renovate[bot] 38159dc480
chore(deps): update non-major (#1098)
* chore(deps): update non-major

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-05 13:03:37 +02:00
kjeld Schouten-Lebbing 453b5d421e
(fix) use loose versioning for calibre using renovate 2021-10-05 13:01:58 +02:00
Kjeld Schouten-Lebbing f28e149fb4
(chore) Move more questions.yaml content to includes (#1101)
* (chore) add more includes and include processing

* fully edit airsonic

* move serviceExpert to include (except host-network)

* Move default ingress settings to include
2021-10-05 12:50:21 +02:00
TrueCharts-Bot 2cc1a025d6 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-05 10:00:44 +00:00
kjeld Schouten-Lebbing 31b983923f
(chore) update common on postgresql 2021-10-05 11:57:31 +02:00
TrueCharts-Bot d7626c5f30 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-05 09:56:48 +00:00
renovate[bot] d6e030e20c
chore(deps): update container image docker.io/photoprism/photoprism to v20211002 (#1100)
* chore(deps): update container image docker.io/photoprism/photoprism to v20211002

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-05 11:54:17 +02:00
kjeld Schouten-Lebbing 1a56f70074
(fix) correct zwavejs2mqtt failing catalogtest 2021-10-05 11:52:06 +02:00
kjeld Schouten-Lebbing a18622f4a8
Nuke PGID and UMASK as it's managed by next common 2021-10-05 00:51:58 +02:00
TrueCharts-Bot cfa73487ca Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-04 22:49:28 +00:00
Kjeld Schouten-Lebbing 6b96a3662c
(feat) allow for the default middlewares to be disabled on ingress. (#1096)
* Edit common to allow for the default middlewares to be disabled on ingress.

* add it on all apps as an expert option

* fix hostPath mistake in tests while at it
2021-10-05 00:39:13 +02:00
TrueCharts-Bot 37c528da66 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-04 12:05:50 +00:00
Kjeld Schouten-Lebbing a507264642
(fix) always mount /tmp as emptydir by default for readOnlyRootFilesystem (#1094) 2021-10-04 14:04:02 +02:00
kjeld Schouten-Lebbing 400e0c8a0f
(fix) Allow privilage escalation on Pihole 2021-10-04 13:52:17 +02:00
Kjeld Schouten-Lebbing 1d94d2e7bb
(chore) standardise resources (#1093) 2021-10-04 13:46:38 +02:00
Kjeld Schouten-Lebbing 2b6ba98a6b
(chore) move standardised env-vars to include (#1092)
* intial work on moving fixed envs to include

* add include to release scripting
2021-10-04 13:27:12 +02:00
TrueCharts-Bot 47366d6bf0 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-04 10:34:08 +00:00
Kjeld Schouten-Lebbing 308ba8accf
(feat) Dynamically set PGID, GID and GROUP_ID (#1091)
* base PGID on fsGroup

* also remove PGID from questions.yaml

* remove mistake

* small fix

* fix first test

* fix linting

* always set PUID to 568

* use quotes for env vars (obviously)
2021-10-04 12:31:56 +02:00
kjeld Schouten-Lebbing 1a7a85d772
(docs) correct linking guide 2021-10-03 23:47:19 +02:00
kjeld Schouten-Lebbing 2328c146d8
(fix) move scale changelog to app-changelog to prevent filling SCALE folder for non SCALE charts 2021-10-03 23:15:29 +02:00
kjeld Schouten-Lebbing 5cf6e66887
(fix) enhance release-script appVersion generator 2021-10-03 23:11:23 +02:00
TrueCharts-Bot 59634dd9d8 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-03 14:31:45 +00:00
Kjeld Schouten-Lebbing f3c62cd686
remove crooked test (+1 squashed commits) (#1087)
Squashed commits:

[a5217867f] (fix) ensure that ports are valid before trying to use them for setting the capability
2021-10-03 16:29:41 +02:00
TrueCharts-Bot 301f8be9fa Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-03 13:20:13 +00:00
Kjeld Schouten-Lebbing 0c3e9d2baa
(feat) automaticly set NET_BIND_SERVICE based on (target)port in services (#1085) 2021-10-03 15:17:55 +02:00
Stavros Kois 44a1b5476b
run Deepstack as root (#1084) 2021-10-03 11:01:19 +02:00
kjeld Schouten-Lebbing 71341bb6c6
(docs) document double clearly why pterodactyl is not going to be added. 2021-10-02 20:52:22 +02:00
kjeld Schouten-Lebbing 1cea2e74c0
(docs) sort Nicolaswilde charts in App requests 2021-10-02 20:47:20 +02:00
kjeld Schouten-Lebbing 0d78a9be25
(docs) work a bit on app request title structure 2021-10-02 19:49:46 +02:00
kjeld Schouten-Lebbing b9c93da84b
(docs) fix an issue where App request crosses aren't rendered propperly 2021-10-02 19:47:19 +02:00
kjeld Schouten-Lebbing 667ac60137
remove stupid duplicate app request list 2021-10-02 19:44:09 +02:00
kjeld Schouten-Lebbing b76ef1a8a5
Some more docs polish 2021-10-02 19:43:13 +02:00
kjeld Schouten-Lebbing fa96d3265f
Migrate app requests to docs 2021-10-02 19:31:59 +02:00
kjeld Schouten-Lebbing d7b10df93c
(docs) remove old incubator docs 2021-10-02 19:30:45 +02:00
Stavros Kois 24958a8578
Remove duplicate network from plex (#1081) 2021-10-02 12:45:24 +02:00
Stavros Kois 6eaca24761
(fix) Fix collabora regex and secContext, move validation docs to per app (#1078)
* Better regex on collabora

* bump collabora

* Move per-app validation to per-app docs

* Update valid_chars and allowPrivEsc on collabora

* revert bump
2021-10-02 11:30:07 +02:00
TrueCharts-Bot 48c6245fa7 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-02 08:36:06 +00:00
kjeld Schouten-Lebbing 59a8d8423d
(fix) correct case on Traefik customRequestHeaders in middleware 2021-10-02 10:32:09 +02:00
TrueCharts-Bot c271167982 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-01 21:30:32 +00:00
Kjeld Schouten-Lebbing 8b65797b12
give gitea user more permissions over /data (#1077) 2021-10-01 23:27:25 +02:00
Stavros Kois 1eb46b4fb7
(fix) make regex for resources more strict (#1072)
* make regex for resources more strict

* Update validation docs

* Review feedback
2021-10-01 23:12:26 +02:00
TrueCharts-Bot 7f89550d08 Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-01 20:55:53 +00:00