Commit Graph

20 Commits

Author SHA1 Message Date
Kjeld Schouten-Lebbing 5864fce3ac
WIP Cleanup configuration options (#4365)
* chore(apps): remove un-needed UI elements

* dont grab metallb upstreams anymore

* add new readme template pointing to the website and remove helm-values system

* Move readme generation to daily job

* remove readme addition and remve readme generation from build-release script

* bump

* remvoe the use of helm-docs

* completely remove helm-docs

* move tag sync to renovate bump action

* fully remove tag sync and remove needless helm dependency updates

* remove needless helm prep

* get rid of needlessly loaded grafana repo
2022-11-10 16:46:44 +01:00
Kjeld Schouten-Lebbing ded5a3c0e6
run prettier as pre-commit hook (#3264) 2022-07-22 20:23:01 +02:00
Kjeld Schouten-Lebbing 0a80fd487a
[Nextcloud] Split Nextcloud Containers and PVC's BREAKING CHANGE (#2949)
* Move to FPM container and add HPB support

* initial work on more security

* actually tested hpb

* add migration script

* minor questions.yaml tweaks

* remove access_url from configmap

* make the hpb url generate a tad more readable
2022-07-06 13:25:34 +02:00
Kjeld Schouten-Lebbing 5529c2a3af
refactor(charts): BREAKING CHANGE (#2836)
* Update Apps with new Common version

* Patch with the secret fixes from common

* fix amd
2022-06-07 19:41:19 +02:00
Kjeld Schouten-Lebbing 4b0c3f9fae
feat(apps): Unraid Port - digits (#2437)
* feat(apps): Unraid Port - digits

* need alphabetic

* fix questions

* submit port fix

* whoops

* decrease timeout

* add apps user in CI to prevent issues

* sudo

* slight tweak

* Update charts/dev/server-7daystodie/values.yaml

* add configmap

* mount it as well

* again

* subpath

* shoot

* fix object name

* hmm

* 66 to 55

* simplify code a bit

* get LS details

* get status

* try something else

* hmm

* try cmd

* whoops

* bashlist

* test

* use script

* againnn

* more quotes

* non double command

* quoted

* enter.sh

* groupmod

* try setting in args

* try without groupadd

* whoops again

* Apply suggestions from code review

* trigger precommit

* use tccr

* exclude in ci

* whoops
2022-04-07 15:25:14 +02:00
kjeld Schouten-Lebbing af759d04a2
update chart testing and such 2022-03-30 11:03:34 +02:00
sagit 63c46acda8
fix(ct-lint): Misspell (#2340)
* fix(ct-lint): Misspell

* Update .github/ct-lint.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-03-30 08:52:54 +03:00
kjeld Schouten-Lebbing c455303268
fix bug 2022-03-29 23:46:46 +02:00
Kjeld Schouten-Lebbing d1e3eabb01
Update ct-lint.yaml 2022-03-29 23:20:49 +02:00
kjeld Schouten-Lebbing 0f6c8e9102
fix(ci): more helm repo-add fixes 2022-03-26 13:04:32 +01:00
kjeld Schouten-Lebbing caff1bf640
fix(ci): also define new repo's in other places 2022-03-26 13:01:56 +01:00
Kjeld Schouten-Lebbing 85c8d801c6
feat(amd-gpu-plugin): Add AMD gpu plugin as app (#1703)
* feat(amd-gpu-plugin): Add AMD gpu plugin as app

* remove old code

* Add repo for amd gpu device plugin
2022-01-12 21:29:12 +01:00
kjeld Schouten-Lebbing 6eff18fddd
remove unused chart repo's to decrease needless test failures. 2021-08-17 11:54:52 +02:00
kjeld Schouten-Lebbing feb7c8595d
skip existing releases on CI (CR) 2021-06-14 12:35:06 +02:00
Kjeld Schouten-Lebbing 71997e8e2a
Add Bitwarden (#316) 2021-04-13 17:21:38 +02:00
Kjeld Schouten-Lebbing 821032dd97
Refactor traefik to directly use the official chart (#338)
* Refactor traefik to directly use the official chart

* Add traefik repository to chart-testing
2021-04-13 16:47:37 +02:00
Kjeld Schouten-Lebbing 67ead0cdfb
Add postgres-operator and basic common postgres-manifest (#303)
* Add postgres-operator and basic common postgres-manifest

* move postgres to dev train
2021-04-10 16:33:51 +02:00
kjeld Schouten-Lebbing 9db8c6dc1b
Fix a copy-paste error in ct-lint config 2021-04-09 17:16:45 +02:00
kjeld Schouten-Lebbing a122a0c0cb
make sure truecharts repo is added during chart lint 2021-04-09 17:10:14 +02:00
Kjeld Schouten-Lebbing 56211222bf
Testing, BugFixes and Review Improvements
- Fix SabNZBD hostname whitelist issues
- Add transmission settings to GUI
- Fix some qbittorrent connection issues
- Remove Torrent Ingress
- Fix some device mounting gui issues
- Change repo url references
- Cleaning up the homepage
- Drop Deluge (App is not safe due to being mostly abandoned)
- Move Emby to own Non-Root container
- Create new trains and move charts->stable
- Add Plex app
- update emby and plex intel hardware support
- Implement new parallel CI for Apps
- Move PGID, PUID, TZ and UMASK settings to "Container Image" configuration
- Stop running some workflows on staging
- Add branch security trigger to matrix workflows

Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>
2021-03-17 17:20:26 +01:00