Commit Graph

3054 Commits

Author SHA1 Message Date
Stavros Kois e1641b51c6
feat(tdarr): spawn internal node and some cleanup on tdarr-node (#2613)
* feat(tdarr): spawn internal node

* local

* update questions

* test ports

* test node ports

* test node port again

* update questions
2022-05-05 18:23:43 +00:00
truecharts-bot 836d18469e chore: Auto-update chart README [skip ci] 2022-05-05 09:00:47 +00:00
renovate[bot] 7692c86fac
chore(deps): update helm general non-major helm releases (#2612)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-05 10:05:05 +02:00
truecharts-bot dca0e20137 chore: Auto-update chart README [skip ci] 2022-05-05 07:21:06 +00:00
renovate[bot] 31f8923e69
chore(deps): update helm chart common to v9.3.3 (#2610)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-05 09:18:10 +02:00
truecharts-bot df3d97ce3a chore: Auto-update chart README [skip ci] 2022-05-05 05:40:56 +00:00
renovate[bot] 6523caf94e
chore(deps): update container image tccr.io/truecharts/drawio to v18.0.0 (#2607)
* chore(deps): update container image tccr.io/truecharts/drawio to v18.0.0

* Commit bumped App Version

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

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-05 07:37:29 +02:00
truecharts-bot 90afea4c26 chore: Auto-update chart README [skip ci] 2022-05-05 02:23:10 +00:00
TrueCharts-Bot c4344316cf Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-05 02:19:46 +00:00
TrueCharts-Bot b5f5ef6450 chore(deps): update docker general non-major 2022-05-05 02:19:46 +00:00
truecharts-bot 9bf68170ed chore: Auto-update chart README [skip ci] 2022-05-04 21:26:31 +00:00
renovate[bot] 899c3a7842
chore(deps): update docker general non-major (#2606)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-04 23:06:49 +02:00
truecharts-bot 45a75c85ff chore: Auto-update chart README [skip ci] 2022-05-04 15:55:42 +00:00
Ethan Leisinger 37e0e4f43d
feat(Traefik) add support for forwarded headers (#2604)
* Add support for forwardedHeaders to Traefik

* Set ForwardedHeaders config at entrypoint

* Ignore forwarded headers on main entrypoint

Also bump minor version
2022-05-04 17:53:21 +02:00
truecharts-bot eab8439140 chore: Auto-update chart README [skip ci] 2022-05-04 07:29:45 +00:00
renovate[bot] 76352e80d2
chore(deps): update helm general non-major helm releases (#2605)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-04 09:08:32 +02:00
truecharts-bot e6fdd95ef1 chore: Auto-update chart README [skip ci] 2022-05-03 04:44:23 +00:00
Stavros Kois 1132a23b57
fix(synapse): fix loadCustomConfig (#2602) 2022-05-03 06:42:09 +02:00
truecharts-bot af1965272d chore: Auto-update chart README [skip ci] 2022-05-02 15:26:07 +00:00
Stavros Kois 8d0b5810e6
chore(netdata): use configmap for readability and extendability (#2601)
* chore(netdata): use configmap for readability

* whoops

* typo

* mount confimap on initcont

* subpath

* type file

* add /dev
2022-05-02 18:23:29 +03:00
truecharts-bot 779988a56f chore: Auto-update chart README [skip ci] 2022-05-02 08:01:53 +00:00
Stavros Kois 35f8ad266f
chore(netdata): add pod/namespace/node env's (#2600)
* feat(netdata): try to add agent for k8s discovery

* hell

* remove sd agent, as it only supports a handful of services

* try rootless

* root

* add gui options for cloud claim

* we don't use sd currently
2022-05-02 07:59:40 +00:00
truecharts-bot de8c9db2ed chore: Auto-update chart README [skip ci] 2022-05-02 02:41:31 +00:00
TrueCharts-Bot c765e6a20c Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-02 02:39:10 +00:00
TrueCharts-Bot 50b8541e3c chore(deps): update container image netdata/netdata to v1.34.1 2022-05-02 02:39:10 +00:00
truecharts-bot 9740b53447 chore: Auto-update chart README [skip ci] 2022-05-01 22:16:57 +00:00
Stavros Kois 903e98b07c
fix(netdata): make host mounts readonly (#2596)
* fix(netdata): make host mounts readonly

* actually mount hostpaths as host paths
2022-05-01 22:14:40 +00:00
truecharts-bot 6578d03e5f chore: Auto-update chart README [skip ci] 2022-05-01 20:53:08 +00:00
Stavros Kois 65865fd055
feat(netdata): add netdata (#2595)
* feat(netdata): add netdata

* root

* try configmap

* switch to initcontainer so user can manually edit config file afterwards

* update questions

* fix script
2022-05-01 23:50:57 +03:00
truecharts-bot 8653f6bc99 chore: Auto-update chart README [skip ci] 2022-05-01 20:40:20 +00:00
Ben Tilford 2404eb6810
[DNM] Synapse Matrix Fixes (#2582)
* Attempting to fix issues with synapse that prevent registration using the homeserver.

1. Incorrect references for mail values in _secret.tpl
2. The shared secret question was nested under enable registration, however it's purpose is to bypass normal registration.
3. Coturn shared secret was missing from questions

* Update charts/stable/synapse/questions.yaml

* Update charts/stable/synapse/questions.yaml

* Update charts/stable/synapse/templates/_secret.tpl

* PR #2582 Synapse configuration

Updates according to PR comments

* PR #2582 Synapse configuration

Fix trailing whitespace

* Update charts/stable/synapse/Chart.yaml

* Update Chart.yaml

* Update questions.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-05-01 23:37:52 +03:00
truecharts-bot 6127f1d6c9 chore: Auto-update chart README [skip ci] 2022-05-01 16:46:28 +00:00
Stavros Kois fa0d3f179d
fix(meshcentral): fix config file generation (#2591)
* fix(meshcentral): fix config file generation

* updates

* some fixes

* some more fixes

* fixes

* whoops

* fixes

* see output

* comma

* cleanup
2022-05-01 16:43:55 +00:00
truecharts-bot 13a87e138e chore: Auto-update chart README [skip ci] 2022-05-01 14:14:26 +00:00
Kjeld Schouten-Lebbing c44c517a95
fix(vaultwarden): correct ws service definition (#2593)
* Update common.yaml

* Update Chart.yaml
2022-05-01 16:11:53 +02:00
truecharts-bot af0179a2c9 chore: Auto-update chart README [skip ci] 2022-04-29 15:18:27 +00:00
Stavros Kois 42a14a263c
fix(clamav): fix typo in cron (#2586) 2022-04-29 18:15:42 +03:00
truecharts-bot d138598a4f chore: Auto-update chart README [skip ci] 2022-04-29 07:38:59 +00:00
renovate[bot] d02f35c3f2
chore(deps): update docker general non-major (#2581)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-29 09:32:25 +02:00
truecharts-bot 39018ff0e1 chore: Auto-update chart README [skip ci] 2022-04-28 20:02:47 +00:00
Stavros Kois 968cb8b22d
feat(inventree): add inventree (#2576)
* feat(inventree): add inventree

* update gui

* app nginx

* fix path

* fix(templates): expect of cidr must be string instead of int

* fix worker vols

* root

* no root

* use container's uesr

* root group

* rofs

* try without nginx

* try without nginx

* remove

* start server as additionalcont to start first

* init db

* check

* migrate

* init account

* add secret on ui
2022-04-28 23:00:02 +03:00
truecharts-bot f0a4260346 chore: Auto-update chart README [skip ci] 2022-04-28 05:50:57 +00:00
renovate[bot] 9f220c8de2
chore(deps): update docker general non-major (#2577)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-28 07:41:47 +02:00
truecharts-bot 22a191e355 chore: Auto-update chart README [skip ci] 2022-04-27 09:52:54 +00:00
sagit 494fcf3300
fix(plex): Adjust the description (#2575)
* fix(plex): Adjust the description

* Update Chart.yaml
2022-04-27 12:50:23 +03:00
truecharts-bot e5b5335014 chore: Auto-update chart README [skip ci] 2022-04-27 09:34:23 +00:00
renovate[bot] 9b95abca54
chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.0.2 (#2574)
* chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.0.2

* Commit bumped App Version

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

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-27 12:31:39 +03:00
truecharts-bot f7a4c04ae3 chore: Auto-update chart README [skip ci] 2022-04-26 20:05:48 +00:00
renovate[bot] 5ebabd020b
chore(deps): update helm general non-major helm releases (#2573)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-26 21:11:09 +02:00
truecharts-bot 413df3cb96 chore: Auto-update chart README [skip ci] 2022-04-26 10:10:07 +00:00
renovate[bot] 74c4859701
chore(deps): update docker general non-major (#2571)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-26 09:56:48 +00:00
truecharts-bot 7b39c7a870 chore: Auto-update chart README [skip ci] 2022-04-26 06:09:00 +00:00
TrueCharts-Bot 21962991b5 chore(deps): update helm chart common to v9.3.2 2022-04-26 06:05:52 +00:00
truecharts-bot f7bf1f87bf chore: Auto-update chart README [skip ci] 2022-04-25 20:48:04 +00:00
Stavros Kois f4ae1ed7d6
chore(wekan, meshcentral): bump (#2558)
* chore(wekan, meshcentral): bump

* and bump mongo

* test again

* test with new mongo

* lets see now

* test agian

* bump

* bump

* comma
2022-04-25 20:44:58 +00:00
truecharts-bot 214c840555 chore: Auto-update chart README [skip ci] 2022-04-25 19:58:00 +00:00
Stavros Kois 8cf4f42245
chore(mongodb): bump common (#2569) 2022-04-25 19:55:41 +00:00
truecharts-bot 933da67979 chore: Auto-update chart README [skip ci] 2022-04-25 19:05:30 +00:00
Stavros Kois 275a821a77
revert(mongodb): revert replicaset (#2567)
* revert(mongodb): revert replicaset

* cleanup
2022-04-25 19:02:58 +00:00
truecharts-bot 88ec771f7a chore: Auto-update chart README [skip ci] 2022-04-25 13:29:37 +00:00
Stavros Kois fa985e8402
fix(mongodb): fix (#2563)
* fix(mongodb): fix

* no adv host

* again

* again

* again

* lets see

* update probe
2022-04-25 13:26:58 +00:00
truecharts-bot 559b54dfb8 chore: Auto-update chart README [skip ci] 2022-04-25 11:26:26 +00:00
Stavros Kois c6d95c4488
fix(mongodb): set advertised hostname (#2560)
* test

* print hostname

* change probe

* check

* check

* again

* ry

* check

* test

* try again

* again

* again

* localhost

* test

* test something

* one more tet

* publish address

* emtpy

* tets
2022-04-25 11:23:57 +00:00
truecharts-bot a308a35fc0 chore: Auto-update chart README [skip ci] 2022-04-24 22:02:14 +00:00
Stavros Kois 724a39d587
fix(mongodb): make advertisedhostname configurable (#2559) 2022-04-24 21:59:58 +00:00
truecharts-bot 3174ae3090 chore: Auto-update chart README [skip ci] 2022-04-24 20:53:35 +00:00
Stavros Kois 8910ecbde9
fix(mongodb): dont set initial primary host (#2557)
* fix(mongodb): dont set initial primary host

* hmm

* test again

* revert
2022-04-24 20:50:58 +00:00
truecharts-bot 6b0279f571 chore: Auto-update chart README [skip ci] 2022-04-24 19:35:54 +00:00
Stavros Kois b050d6b2e5
chore(wekan, meshcentral): bump (#2556) 2022-04-24 19:32:58 +00:00
truecharts-bot 21dbdf838f chore: Auto-update chart README [skip ci] 2022-04-24 19:14:49 +00:00
Stavros Kois 268a808c7e
fix(mongodb): set advertised hostname (#2555)
* fix(mongodb): set advertised hostname

* first update mongo

* force set primary host
2022-04-24 19:11:58 +00:00
truecharts-bot 44087767f5 chore: Auto-update chart README [skip ci] 2022-04-24 16:43:02 +00:00
Stavros Kois 02315fbc5e
feat(wekan, meshcentral): Use mongodb with replicaset. BREAKING CHANGE (#2547)
* test mongodb with apps

* bump

* bump versions
2022-04-24 19:40:16 +03:00
truecharts-bot 1ffc40a61e chore: Auto-update chart README [skip ci] 2022-04-24 16:08:15 +00:00
Stavros Kois 35bda2c4a2
chore(duckdns): add logfile option in gui (#2552) 2022-04-24 16:02:58 +00:00
truecharts-bot d8403b40ca chore: Auto-update chart README [skip ci] 2022-04-24 15:59:11 +00:00
Stavros Kois 5f84c4a60e
chore(mongodb): bump common (#2551) 2022-04-24 15:56:58 +00:00
truecharts-bot 6c680d4c70 chore: Auto-update chart README [skip ci] 2022-04-24 15:05:33 +00:00
Stavros Kois 27b85adbbb
chore(mongodb): bump common (#2548) 2022-04-24 15:02:58 +00:00
truecharts-bot 66b0379d6d chore: Auto-update chart README [skip ci] 2022-04-24 14:35:07 +00:00
Stavros Kois 36b5ed4a96
fix(minisatip): rofs false (#2549) 2022-04-24 14:32:57 +00:00
truecharts-bot ce15667fe7 chore: Auto-update chart README [skip ci] 2022-04-24 10:41:30 +00:00
Stavros Kois 5a43132179
fix(duckdns): rofs false (#2546) 2022-04-24 13:39:21 +03:00
truecharts-bot 474e8c2c07 chore: Auto-update chart README [skip ci] 2022-04-24 10:08:40 +00:00
Stavros Kois d8d4706967
feat(mongodb): run in single replicaset (take3) (#2505)
* feat(mongodb): run in single replicaset (take3)

* use secret

* add replicaset name

* ui also

* add oplog user creation script
2022-04-24 11:57:37 +02:00
truecharts-bot 4b4e967288 chore: Auto-update chart README [skip ci] 2022-04-24 09:57:22 +00:00
Stavros Kois 3da3b2211b
chore(apps): fix small mistakes (#2537) 2022-04-24 12:54:16 +03:00
truecharts-bot 0ca39195a4 chore: Auto-update chart README [skip ci] 2022-04-23 15:39:03 +00:00
Stavros Kois aa035240b7
chore(authentik): update db name (#2540) 2022-04-23 18:35:57 +03:00
truecharts-bot cf1565c726 chore: Auto-update chart README [skip ci] 2022-04-23 01:26:35 +00:00
TrueCharts-Bot 659ee5effb Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-23 01:23:30 +00:00
TrueCharts-Bot 372e767f2e chore(deps): update container image maxmindinc/geoipupdate to v4.9 2022-04-23 01:23:30 +00:00
truecharts-bot 3bc8e931eb chore: Auto-update chart README [skip ci] 2022-04-22 21:48:00 +00:00
Stavros Kois c843864fa5
feat(authentik): add authentik (#2535)
* feat(authentik): add authentik

* add secret

* try something crazy

* run geoip as a cronjob

* test

* whoops

* add gui options

* pin image

* add secret togui

* try http as main

* whops

* clear up

* clean
2022-04-22 21:44:57 +00:00
Stavros Kois 67cfd1880d
chore(meshcentral): update image ref (#2533) 2022-04-22 13:27:50 +03:00
truecharts-bot 05047c9c9c chore: Auto-update chart README [skip ci] 2022-04-22 01:44:02 +00:00
TrueCharts-Bot f13bc8c78c Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-04-22 01:41:19 +00:00
TrueCharts-Bot baffc6d766 chore(deps): update container image uldiseihenbergs/meshcentral to 1.0.1 2022-04-22 01:41:19 +00:00
truecharts-bot c71e55af10 chore: Auto-update chart README [skip ci] 2022-04-21 21:06:23 +00:00
Stavros Kois 7a30f82705
feat(baserow): add baserow (#2529)
* feat(baserow): add baserow

* fix port and add secret key and root

* use default redis username

* rofs

* try puid 0

* change port

* remvoe puid

* run with probes also

* whoops
2022-04-21 21:02:56 +00:00