Commit Graph

142 Commits

Author SHA1 Message Date
Kjeld Schouten-Lebbing 196d4d8327
Major Common cleanup + services overhaul (#448)
* Major Common cleanup + services overhaul

* add resources test and scaleGPU support

* implement cleaner ingress, remove externalService and remove ingressRoute

* cleanup service test whoopsies

* fix some more test errors

* Fix ingress tests

* oops

* redesign ixcert system for ingress

* test multiple ixcert-secrets support

* increate tests versioning

* add test for pvc name override
2021-05-10 14:13:17 +02:00
renovate[bot] 84d1f61a3e
Update patch Helm releases (#447)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-09 20:39:13 +02:00
kjeld Schouten-Lebbing 97768b1ea1
trigger common rerelease 2021-05-09 18:53:36 +02:00
kjeld Schouten-Lebbing fb75ee45e0
Trigger common re-release 2021-05-09 18:29:10 +02:00
kjeld Schouten-Lebbing cbee07f5be
increase common version for testing and fix cr.yaml 2021-05-09 18:23:46 +02:00
Kjeld Schouten-Lebbing ffc823bccc
Restructure repo to be a little cleaner (#445) 2021-05-09 18:11:00 +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
kjeld Schouten-Lebbing c9a3f01580
Integrate Container and Website Repo's + docs restructure 2021-03-17 10:35:56 +01:00
kjeld Schouten-Lebbing e8f9ef02d4
Cleanup, Fixes and Review Feedback
Includes mix fixes like:
- Fixing the documentation
- Making sure device and storage mounts work correctly
- Fixing broken things that where supposed to work according to the PR highlights
- Moving some additional things to TrueCharts based containers
- Hiding, changing and reordening some bad UI elements
- Adding support for supplementalGroup permissions

Co-authored-by: Dan Sheridan <dan.sheridan@postman.org.uk>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Justin Clift <justin@postgresql.org>
2021-03-12 17:18:46 +01:00
Kjeld Schouten-Lebbing 1257de6408
ExternalService and Entrypoint-Disable Support (#256)
* Setup externalService processing and enhance Traefik

* Simplify Ingress

* Simplify External Services

* Adjust Service and Portal settings accordingly

* Fix some newly introduced bugs

* Adapt docs
2021-03-12 16:56:04 +01:00
Kjeld Schouten-Lebbing 4b16ef48c9
Move to truecharts containers (#258) 2021-03-11 18:05:34 +01:00
Kjeld Schouten-Lebbing 3eeaea10af
Dynamicly determine portal settings (#253)
* Setup dynamic portal config map.

- Includes tests

* Add portal docs

* Update charts/calibre-web/2.0.0/questions.yaml

Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>

* Fix feedback from @stavros-k

* Update charts/jackett/2.0.0/test_values.yaml

* Update charts/jackett/2.0.0/test_values.yaml

* Update charts/zwavejs2mqtt/2.0.0/questions.yaml

Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>

* Update charts/home-assistant/2.0.0/questions.yaml

Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>

* Update charts/esphome/2.0.0/questions.yaml

Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>

* Update charts/handbrake/2.0.0/questions.yaml

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

Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2021-03-11 17:41:17 +01:00
Kjeld Schouten-Lebbing 34762190a3
Replace overlay containers (#249)
* move jackett to k8s-container

* move sonarr to k8s container

* move radarr to k8s container

* move qbittorrent to k8s container

* move tautulli to k8s container

* move sabnzbd to k8s container

* nzbget

* lidarr

* bazarr

* nzbhydra

* jellyfin

* cleanup gpu mounting on common

* update common

* add gpu selector to jellyfin

* add GPU selector to Emby

* enable securityContext.runAsNonRoot
2021-03-08 22:29:17 +01:00
Dan Sheridan e6204cdd6f
Add Emby (#221)
* Fix FAQ link, add issue tracker link (#226)

The previous faq url points to a 404 page.
Also added a link to the Github issue tracker.

* Simple Emby chart based on the existing Jellyfin chart

* Set current UID and GID environment variables

* Reset the version to match the other charts

* Clean up incorrect version

* Fix versions and maintainer in Chart.yaml# Please enter the commit message for your changes. Lines starting

* Switch to the linuxserver.io Docker image -- it's more closely matched to other Truecharts

* Add end of file \n

* Add back upstream_version (commented out)

* Update CODEOWNERS

* Update Emby for Truecharts 2.0.0

* Update charts/emby/2.0.0/ix_values.yaml

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update charts/emby/2.0.0/test_values.yaml

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Delete Chart.lock

Co-authored-by: Sebastien Dupont <dupont.sebastien@gmail.com>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2021-03-08 20:01:18 +00:00
Kjeld Schouten-Lebbing 4e6ceee3cb
Run as PUID/PGID by default and add startAsRoot option (#246) 2021-03-08 14:32:58 +01:00
Kjeld Schouten-Lebbing 048161293c
Cleanup versioning and add auto-updater (#245) 2021-03-07 17:46:04 +01:00
Kjeld Schouten-Lebbing 680e359d99
Move to new ix_values system (#233)
* Refactor questions.yaml, ix_values.yaml and values.yaml

* Add Docs
2021-03-06 21:32:31 +01:00
Kjeld Schouten-Lebbing 5373c61f2d
Move docs from .github to project root (#223) 2021-03-05 23:14:23 +01:00
Kjeld Schouten-Lebbing fb8e40c18b
Refactor Ingress (#219)
* Refactor Ingress and Add Tests

* New HTTP Ingress UI Layout

* Cleanup plain TCP and all UDP ingress UI's

* Bulk Traefik Changes:

- update traefik
- move storage to common chart
- Remove reflector
- Remove Cert-Manager
- Add http IngressRoute to common
- remove ingress(Route) from traefik
- Cleanup Ingress(Route) to be includable in other charts

* Update common included with all Apps

* Update traefik and addserviceName, servicePort and serviceKind to questions.yaml

* Polish: Auto find port and servicename for ingress, allow override

* Add basic documentation and examples

* Cleanup

* small bugfix

* fix mini mistake in qbittorrent

* Use default torrent port within qbittorrent
2021-03-05 22:31:02 +01:00
Kjeld Schouten-Lebbing d22b481a3f
[Common] Refactor Services (#212)
* Refactor All Services

- services (dict, including main service)
- additionalServices (list)

* Add Documentation and standardised questions.yaml layout for services

* Update all existing Apps to 2.0.0

* Fix whiteline error

* fix addons
2021-03-03 16:51:25 +01:00
Ornias1993 50fae2aa94
Publish docs updates
Signed-off-by: Ornias1993 <Ornias1993@users.noreply.github.com>
2021-03-09 21:22:19 +00:00
renovate[bot] ffe00f2faa
Update Helm chart common to v1.6.7 (#255)
* Update Helm chart common to v1.6.7

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-03-09 22:21:21 +01:00
Ornias1993 b41ef0826b
Publish docs updates
Signed-off-by: Ornias1993 <Ornias1993@users.noreply.github.com>
2021-03-09 20:25:10 +00:00
kjeld Schouten-Lebbing 2b444a32c0
Delete job hooks more often 2021-03-09 21:21:54 +01:00
Ornias1993 dd1e01aeeb
Publish docs updates
Signed-off-by: Ornias1993 <Ornias1993@users.noreply.github.com>
2021-03-03 16:49:00 +00:00
renovate[bot] 464498ecc9
Update Helm chart common to v1.6.5 (#215)
* Update Helm chart common to v1.6.5

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-03-03 17:48:03 +01:00
kjeld Schouten-Lebbing 44f424018b
Add License Info on a per-file basis 2021-03-03 14:56:22 +01:00
kjeld Schouten-Lebbing ab7a4c4cf0
Remove License seperation from non-copyrightable code 2021-03-03 12:34:13 +01:00
Ornias1993 6477184035
Publish docs updates
Signed-off-by: Ornias1993 <Ornias1993@users.noreply.github.com>
2021-03-02 19:38:57 +00:00
renovate[bot] 45d0201ed6
Update Helm chart common to v1.6.2 (#213)
* Update Helm chart common to v1.6.2

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-03-02 20:37:26 +01:00
Ornias1993 0375192c49
Publish docs updates
Signed-off-by: Ornias1993 <Ornias1993@users.noreply.github.com>
2021-03-01 19:39:31 +00:00
renovate[bot] 576ec4eeaf
Update Helm chart common to v1.6.1 (#207)
* Update Helm chart common to v1.6.1

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-03-01 20:38:13 +01:00
Ornias1993 cdff949b45
Publish docs updates
Signed-off-by: Ornias1993 <Ornias1993@users.noreply.github.com>
2021-03-01 18:40:37 +00:00
renovate[bot] e7687fa5db
Update Helm chart common to v1.6.0 (#205)
* Update Helm chart common to v1.6.0

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-03-01 19:39:04 +01:00
Ornias1993 95c2a96a16
Publish docs updates
Signed-off-by: Ornias1993 <Ornias1993@users.noreply.github.com>
2021-03-01 11:43:48 +00:00
allen-4 7d4ed69465
Fix host networking in several charts (#200)
* Fix host networking in radarr

* fix nzbhydra networking

* fix update

* Fix host networking in radarr

* fix nzbhydra networking

* Fix hostNetwork across 23 charts

* Remove old files

* Fix merge conflict
2021-03-01 06:42:39 -05:00
Ornias1993 5e7fc24574
Publish docs updates
Signed-off-by: Ornias1993 <Ornias1993@users.noreply.github.com>
2021-02-28 22:23:29 +00:00
renovate[bot] 0814826f7d
Update Helm chart common to v1.5.0 (#199)
* Update Helm chart common to v1.5.0

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-02-28 23:22:38 +01:00
Ornias1993 cb4d70764b
Publish docs updates
Signed-off-by: Ornias1993 <Ornias1993@users.noreply.github.com>
2021-02-28 19:18:20 +00:00
renovate[bot] c72acff7db
Update Helm chart common to v1.4.0 (#196)
* Update Helm chart common to v1.4.0

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-02-28 20:17:17 +01:00
Ornias1993 14c9d393b5
Publish docs updates
Signed-off-by: Ornias1993 <Ornias1993@users.noreply.github.com>
2021-02-27 20:58:10 +00:00
renovate[bot] 654542163b
Update Helm chart common to v1.3.2 (#194)
* Update Helm chart common to v1.3.2

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-02-27 21:57:04 +01:00
Ornias1993 6e63308322
Publish docs updates
Signed-off-by: Ornias1993 <Ornias1993@users.noreply.github.com>
2021-02-27 19:20:51 +00:00
kjeld Schouten-Lebbing 0d1e73d671
Fix Typo in Unifi Chart.yaml 2021-02-27 20:18:10 +01:00
Ornias1993 bd80fa6962
Publish docs updates
Signed-off-by: Ornias1993 <Ornias1993@users.noreply.github.com>
2021-02-27 18:48:39 +00:00
Kjeld Schouten-Lebbing faad17c656
Add Unifi Controller (#186)
Co-Authored-By: <whiskerz007@users.noreply.github.com>
Co-Authored-By: <kjeld@schouten-lebbing.nl>

Co-authored-by: whiskerz007 <2713522+whiskerz007@users.noreply.github.com>
2021-02-27 19:47:48 +01:00
Ornias1993 9d29aeb22c
Publish docs updates
Signed-off-by: Ornias1993 <Ornias1993@users.noreply.github.com>
2021-02-27 17:14:59 +00:00
Troy Prelog c16eaf2020
fix USB Zibee Device title (#193) 2021-02-27 12:13:45 -05:00
Ornias1993 f250d78267
Publish docs updates
Signed-off-by: Ornias1993 <Ornias1993@users.noreply.github.com>
2021-02-25 18:58:57 +00:00
renovate[bot] e643741369
Update Helm chart common to v1.3.1 (#184)
* Update Helm chart common to v1.3.1

* Update-Folder-Names-and-Dependencies

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2021-02-25 19:57:49 +01:00