Commit Graph

14 Commits

Author SHA1 Message Date
kjeld Schouten-Lebbing ae959e0614
Fix typo for nextcloud 2021-07-03 12:14:44 +02:00
kjeld Schouten-Lebbing 4889d80c34
slight tweaking for using https behind traefik on Nextcloud 2021-07-03 11:53:00 +02:00
kjeld Schouten-Lebbing 70eeb91083
fix trusted domains for nextcloud 2021-07-03 11:28:35 +02:00
kjeld Schouten-Lebbing 0cd8b60309
update common for nextcloud 2021-07-03 11:18:21 +02:00
Kjeld Schouten-Lebbing dd3b299e2b
create a way of not mounting volumes (#650)
* create a way of not mounting volumes

* fix mistake

* also noMount for statefull sets
2021-07-03 11:16:55 +02:00
Kjeld Schouten-Lebbing e1c7723f81
test adding admin creds to nextcloud (#649)
* test adding admin creds

* bump

* also adapt questions.yaml

* remove unused dbbackup for now
2021-07-03 10:36:08 +02:00
Kjeld Schouten-Lebbing 4296725cbb
test cronfix for nextcloud (#648)
* test cronfix

* oops

* bump
2021-07-03 09:51:21 +02:00
kjeld Schouten-Lebbing 7a8848739b
bump nextcloud version 2021-07-03 09:46:52 +02:00
kjeld Schouten-Lebbing bbaac94607
correctly set redis password 2021-07-03 00:03:03 +02:00
Kjeld Schouten-Lebbing a85391d0ae
Misc fixes (#647) 2021-07-02 23:59:17 +02:00
Stavros Kois 756c31c54b
Apply default nodePorts && fix transmission portal (#646)
* Fixes focalboard nodeport

* fixes transmissions portal path

* Update wishlist

* Change default ports pt1

* Change default ports pt2

* Change default ports pt3

* Also change nextcloud default nodeport

* Restore identation
2021-07-02 22:27:56 +02:00
kjeld Schouten-Lebbing 3b98ed52a0
fix pvcname fuckup for nextcloud 2021-07-02 21:34:48 +02:00
kjeld Schouten-Lebbing a2fb2f74c0
try fix nextcloud cronjob error 2021-07-02 20:49:23 +02:00
Kjeld Schouten-Lebbing 4d29da99f6
initial nextcloud PoC (#645)
* initial nextcloud PoC

* add questions to set nextcloud default admin username and password

* cleanup a bit

* shuffle a bit

* port recent changes it ix_values.yaml

* fix port numbers

* add readmeshizzle

* fixup postgresql host

* add initial redis code (disabled for now)

* fixup comment

* disable postgresql persistent during testing

* spawn redis container

* maybe admin shouldn't be used as a testname

* set fsgroup to 33

* redis whoopsie

* setup seperate redis secret

* fixup redis host references to deal with masters and slaves

* set redis to standalone

* try without admin username and password being set

* no use for standalone mode

* append port to postgress

* Simplify redis deployment and fix redis persistence

* up redis version

* longer startup probe

* try port 80

* trigger test

* add configmap for trusted host generation

* add configmap

* fix configmap

* add cronjob

* add more cronjob config to values.yaml

* more end?

* end tweeaks

* cronjob cleanup

* remove currently unused shizzle from cronjob
2021-07-02 20:32:29 +02:00