Commit Graph

5614 Commits

Author SHA1 Message Date
Stavros Kois ed14790567
fix(linkace): remove /app storage. (#3012)
* fix(linkace): remove /app storage.

* add logs storage on gui
2022-06-29 20:20:29 +03:00
Kjeld Schouten-Lebbing 624e7a3241
Revert "update container"
This reverts commit 8635426630.
2022-06-29 18:39:55 +02:00
Kjeld Schouten-Lebbing 8635426630
update container 2022-06-29 18:11:36 +02:00
truecharts-bot 6ff41a9b66 chore: Auto-update chart README [skip ci] 2022-06-29 11:07:50 +00:00
StevenMcElligott 65bd5fa09f
feat(wg-easy): Add WG-Easy Chart (#2982)
* Add WG-Easy Chart

Initial run of creating my own chart from "scratch". Let's see if it runs, especially with the sysctl

* Apply suggestions from code review

Thanks for fixing the icons lol

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

* Apply suggestions from code review

* Update charts/incubator/wg-easy/Chart.yaml

* its always that enable :D

* Update values.yaml

Hopefully fixing the quotation marks fixes the sysctls error, otherwise I'm putting this in the wrong place lol

* Remove the likely unnecessary sysctl

Let’s see how it runs without net.ipv4.conf.all.src_valid_mark since you can’t set it kubernetes

* Update values.yaml

* Fixed the repository for wg-easy

Had wrong URL and their latest version was changed 4 hours ago

* Added missing env-vars to wg-easy

Needs WG_HOST and PASSWORD, the rest people can add themselves

* Update charts/incubator/wg-easy/values.yaml

* recommit

* emtpy space

* Added PUID and PGID to values

Added more stuff to see if the container will pass tests

* Fixed trailing spaces

* identation

* Update charts/incubator/wg-easy/values.yaml

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

* Update charts/incubator/wg-easy/values.yaml

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

* Update charts/incubator/wg-easy/questions.yaml

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-06-29 12:18:48 +02:00
TrueCharts Bot 7ea46bd974
chore(deps): update yokawasa/action-setup-kube-tools action to v0.8.2 (#3009) 2022-06-29 12:18:35 +02:00
TrueCharts Bot fa9edaa4a8
chore(deps): update helm general non-major Helm releases (#3003) 2022-06-29 12:18:24 +02:00
TrueCharts Bot b152f886d3
chore(deps): update docker general non-major (#3002)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-06-29 12:18:07 +02:00
truecharts-bot cff955dfeb chore: Auto-update chart README [skip ci] 2022-06-29 08:33:49 +00:00
Stavros Kois ce7f298125
fix(wger): another fix (#3011) 2022-06-29 11:29:59 +03:00
truecharts-bot f74f8b40a1 chore: Auto-update chart README [skip ci] 2022-06-29 07:25:20 +00:00
Stavros Kois f635a30cc3
fix(wger): try some fixes (#3010)
* chore(dashdot): add some envs

* fix(wger): try some fixes
2022-06-29 10:21:16 +03:00
TrueCharts-Bot 5cee0f60c2 chore(deps): update renovatebot/github-action action to v32.99.9 2022-06-29 08:25:04 +02:00
TrueCharts-Bot 2c772e1e56 chore(deps): update github/codeql-action digest to 3f62b75 2022-06-29 08:24:37 +02:00
truecharts-bot 5216eb1e68 chore: Auto-update chart README [skip ci] 2022-06-28 07:21:16 +00:00
Stavros Kois 5980db52b1
feat(libreddit, youtubedl-material): add libreddit and youtubedl-material (#3000)
* feat(libreddit): add libreddit

* add probes

* bools

* feat(youtubedl-material): add youtubedl-material

* add questions

* try root

* debug

* comment out

* try again

* try local

* new digest

* enable mongo again

* full root

* puid 1000 same as container

* different db name

* try rootless now

* user 1000

* back to root
2022-06-28 10:17:56 +03:00
truecharts-bot 0c21e3c288 chore: Auto-update chart README [skip ci] 2022-06-28 06:10:09 +00:00
Michael Schnerring a1c901322f
fix(privatebin): fix errors (#3001)
* privatebin: fix expire.default question default

* privatebin: add workaround for Helm render issue of large ints

* privatebin: fix quoting in conf.php

* privatebin: bump chart version

* privatebin: fix trailing whitespace
2022-06-28 09:06:46 +03:00
truecharts-bot 42a3456022 chore: Auto-update chart README [skip ci] 2022-06-27 16:25:50 +00:00
TrueCharts Bot da80b67f42
chore(deps): update docker general non-major (#2999)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-27 18:17:40 +02:00
truecharts-bot ac626c52cb chore: Auto-update chart README [skip ci] 2022-06-27 09:50:23 +00:00
Michael Schnerring 2e02a90d73
feat(privatebin): Add PrivateBin to incubator (#2971)
* Add PrivateBin to incubator

privatebin: fix linting errors

privatebin: fix privatebin.secrets definition

* privatebin: implement PR suggestions

Add tc.common.loader.apply

Add postgresql dependency to Chart.yaml

Change chart version to 0.0.1

Fix probes

Change service port

Omit default securityContext values

Add non-default podSecurityContext to values.yaml

Remove obsolete App Config Storage and ingress from questions.yaml

* privatebin: mount secret volume

* privatebin: remove fs, gcs, mysql, and sqlite from conf.php

* Expose privatebin options in {values,questions}.yaml

* privatebin: remove /tmp volume

* privatebin: add nginx/php sizelimit configs

* privatebin: cleanup secrets conditionals

* privatebin: fix configMap vols

* Re-add ingress; remove persistenceBasic/persistenceAdvanced

* privatebin: add empty options to enums where necessary

* privatebin: remove required constraints from bool questions

* update port

* bump

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-06-27 11:38:25 +02:00
Stavros Kois e4e6f86d2c
feat(custom-app): Add custom command UI (#2983)
* feat(custom-app): Add custom command UI

* give custom command it's own checkbox

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-06-27 11:38:05 +02:00
TrueCharts Bot 4e708732a9
chore(deps): update docker general non-major (#2996)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-27 11:37:01 +02:00
truecharts-bot 20bff785df chore: Auto-update chart README [skip ci] 2022-06-26 20:20:09 +00:00
TrueCharts Bot 989a9ba652
chore(deps): update docker general non-major (#2988)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-06-26 22:06:15 +02:00
TrueCharts-Bot 9f7849b125 chore(deps): update renovatebot/github-action action to v32.99.5 2022-06-26 20:47:18 +02:00
truecharts-bot f7db65a73e chore: Auto-update chart README [skip ci] 2022-06-26 18:42:33 +00:00
OpenSpeedTest™️ 008ba87837
feat(openspeedtest): move to stable (#2994)
* Moved to Stable

* version number changed

Co-authored-by: Vishnu <vishnu@Vishnus-Mac-mini.local>
2022-06-26 20:40:09 +02:00
truecharts-bot ea5b99bae3 chore: Auto-update chart README [skip ci] 2022-06-26 10:13:30 +00:00
Stavros Kois e08dcab8f4
chore(dashdot): add 2 env vars in gui (#2992) 2022-06-26 10:09:10 +00:00
truecharts-bot 3858312158 chore: Auto-update chart README [skip ci] 2022-06-26 10:03:47 +00:00
OpenSpeedTest™️ f2bf8d951b
Port conflict Fix (#2990)
* Port conflict Fix

* update port

Co-authored-by: Vishnu <vishnu@Vishnus-Mac-mini.local>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-06-26 10:01:23 +00:00
truecharts-bot 6f6c99a055 chore: Auto-update chart README [skip ci] 2022-06-26 09:27:09 +00:00
Michael Schnerring 789c6712bd
gitea: change questions.yaml admin password to private (#2991) 2022-06-26 12:22:44 +03:00
TrueCharts-Bot 4ba947a4de chore(deps): update renovatebot/github-action action to v32.99.1 2022-06-26 08:19:16 +02:00
truecharts-bot a8a7fc3781 chore: Auto-update chart README [skip ci] 2022-06-25 21:14:00 +00:00
Michael Schnerring 8615f56549
miniflux: make questions ADMIN_PASSWORD private (#2986) 2022-06-25 21:09:13 +00:00
truecharts-bot b7a4456167 chore: Auto-update chart README [skip ci] 2022-06-25 21:01:56 +00:00
Kjeld Schouten-Lebbing 137a64ec75
Update Chart.yaml 2022-06-25 22:55:35 +02:00
Kjeld Schouten-Lebbing 0406f2db02
Update values.yaml 2022-06-25 22:55:24 +02:00
truecharts-bot b0689b8643 chore: Auto-update chart README [skip ci] 2022-06-25 17:20:21 +00:00
OpenSpeedTest™️ cd35c18b76
feat(openspeedtest): Add OpenSpeedTest (#2978)
* Added OpenSpeedTest

* Changed Chart.yaml

* Moved to incubator

* modified  Chart.yaml  questions.yaml  values.yaml

* persistence deleted

* Update charts/incubator/openspeedtest/values.yaml

* run as root

* empty lines

* Update charts/incubator/openspeedtest/values.yaml

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

* Update charts/incubator/openspeedtest/values.yaml

Co-authored-by: Vishnu <vishnu@Vishnus-Mac-mini.local>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-06-25 19:04:16 +02:00
TrueCharts Bot 8c66727111
chore(deps): update helm general non-major helm releases (#2981) 2022-06-25 19:02:39 +02:00
allcontributors[bot] 8298b0b0af
docs: add openspeedtest as a contributor for code (#2980)
* docs: update .github/README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-06-25 18:53:46 +02:00
allcontributors[bot] a0766dec3e
docs: add schnerring as a contributor for code (#2979)
* docs: update .github/README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2022-06-25 18:48:35 +02:00
Stavros Kois 5d9ad8a923
feat(wger): add wger (#2975)
* feat(wger): add wger

* change port

* render secrets

* nginx image

* add questions and root

* ports

* lint questions

* from_email

* int to string

* debug

* try migrating

* lint

* lint

* whoops

* p3?

* dis email

* hmm

* pfft

* migrate

* try this

* revert

* siteurl

* try that

* whoop

* migrate

* port

* view users

* try this

* update questions

* lint...

* def port

* True not true

* qutoe
2022-06-25 16:45:12 +00:00
truecharts-bot 3d34adcbe3 chore: Auto-update chart README [skip ci] 2022-06-25 14:48:36 +00:00
TrueCharts Bot cdc9cb3cdd
chore(deps): update helm general non-major helm releases (#2977)
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-06-25 14:22:52 +02:00
truecharts-bot 774371f891 chore: Auto-update chart README [skip ci] 2022-06-25 12:19:20 +00:00