Commit graph

3263 commits

Author SHA1 Message Date
Simon L
6f154eebb0
Merge pull request #3138 from nextcloud/enh/noid/add-fts-password
add password to FTS
2023-08-17 10:01:02 +02:00
Simon L
4e166bd2f4
Merge pull request #3154 from nextcloud/enh/noid/add-unsupported-env-check
add check for unsupported environmental variables
2023-08-17 09:56:31 +02:00
Simon L
c153fed44d
Merge pull request #3174 from nextcloud/enh/3166/grep-syntax
try to fix grep syntax for db restore
2023-08-17 09:56:19 +02:00
Simon L
15da1035fb
Merge pull request #3171 from nextcloud/grep
change grep command
2023-08-17 09:44:00 +02:00
Simon L
28463a095f
Merge pull request #3157 from nextcloud/enh/noid/notify-push-logs
make notify-push logs more explicit
2023-08-17 09:43:36 +02:00
Simon L
378989ecb4 address review
Signed-off-by: Simon L <szaimen@e.mail.de>

Co-authored-by: Zoey <zoey@z0ey.de>
Signed-off-by: Simon L. <szaimen@e.mail.de>
2023-08-17 09:42:47 +02:00
Simon L
fed0f42fed add check for unsupported environmental variables
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-08-17 09:42:26 +02:00
Simon L
43b5a7c8bb
Merge pull request #3153 from nextcloud/enh/3147/add-timezone-check
add check for timezone
2023-08-17 09:39:58 +02:00
Simon L
5621a456f9
Merge pull request #3140 from nextcloud/enh/3052/add-init
add init flag to all containers
2023-08-17 09:39:05 +02:00
Simon L
9cd867f8d9
Merge pull request #3139 from nextcloud/enh/noid/disable-logging
disable logging for domain-validator.php
2023-08-17 09:38:53 +02:00
Simon L
b1ce4a26d9
Merge pull request #3165 from nextcloud/dependabot/docker/Containers/apache/caddy-2.7.3-alpine
Bump caddy from 2.7.2-alpine to 2.7.3-alpine in /Containers/apache
2023-08-17 09:32:19 +02:00
Simon L
7229f2518b
Merge pull request #3164 from nextcloud/dependabot/docker/Containers/mastercontainer/caddy-2.7.3-alpine
Bump caddy from 2.7.2-alpine to 2.7.3-alpine in /Containers/mastercontainer
2023-08-17 09:32:08 +02:00
Simon L
82b6d18b68
Merge pull request #3159 from nextcloud/dependabot/docker/Containers/clamav/clamav/clamav-1.1.0-6
Bump clamav/clamav from 1.1.0-1 to 1.1.0-6 in /Containers/clamav
2023-08-17 09:31:53 +02:00
Simon L
828040e279
Merge pull request #3158 from nextcloud/dependabot/docker/Containers/postgresql/postgres-15.4-alpine
Bump postgres from 15.3-alpine to 15.4-alpine in /Containers/postgresql
2023-08-17 09:31:22 +02:00
Simon L
20d794b71c
Merge pull request #3142 from nextcloud/aio-dependency-update
PHP dependency updates
2023-08-17 09:31:06 +02:00
dependabot[bot]
6823e81b80
Bump postgres from 15.3-alpine to 15.4-alpine in /Containers/postgresql
Bumps postgres from 15.3-alpine to 15.4-alpine.

---
updated-dependencies:
- dependency-name: postgres
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-17 07:24:13 +00:00
Simon L
312b65ca84
Merge pull request #3179 from nextcloud/aio-helm-update
Helm Chart updates
2023-08-17 09:23:19 +02:00
szaimen
f05e602574 Helm Chart updates
Signed-off-by: GitHub <noreply@github.com>
2023-08-17 07:22:48 +00:00
Simon L
3988351882 fix detail
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-08-17 09:14:39 +02:00
Simon L
4a87a5cde8 fix update-helm script
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-08-17 09:07:11 +02:00
Simon L
e56b3369d2 try to fix grep syntax for db restore
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-08-16 14:44:55 +02:00
Zoey
268d24c486
change grep command
Signed-off-by: Zoey <zoey@z0ey.de>
2023-08-16 13:29:25 +02:00
dependabot[bot]
4c5ad66fb3
Bump caddy from 2.7.2-alpine to 2.7.3-alpine in /Containers/apache
Bumps caddy from 2.7.2-alpine to 2.7.3-alpine.

---
updated-dependencies:
- dependency-name: caddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-15 12:46:57 +00:00
dependabot[bot]
81e1292f0c
Bump caddy in /Containers/mastercontainer
Bumps caddy from 2.7.2-alpine to 2.7.3-alpine.

---
updated-dependencies:
- dependency-name: caddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-15 12:20:33 +00:00
dependabot[bot]
1b2f865276
Bump clamav/clamav from 1.1.0-1 to 1.1.0-6 in /Containers/clamav
Bumps clamav/clamav from 1.1.0-1 to 1.1.0-6.

---
updated-dependencies:
- dependency-name: clamav/clamav
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 12:51:52 +00:00
szaimen
8c9020b031 php dependency updates
Signed-off-by: GitHub <noreply@github.com>
2023-08-14 12:02:51 +00:00
Simon L
b4afd49341 make notify-push logs more explicit
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-08-14 13:17:15 +02:00
Simon L
7f37fd7060 add hint how the correct timezone can be set
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-08-14 12:40:49 +02:00
Simon L
35c08c0381 add check for timezone
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-08-14 12:02:26 +02:00
Simon L
1771a72c0e
Merge pull request #3151 from dienteperro/main
Review in full, fixed some minor typos and phrases
2023-08-14 08:43:20 +02:00
dienteperro
aae60363b0
Update readme.md
Rewrite some sentences with minor typos.

Signed-off-by: dienteperro <dienteperro1207@yahoo.com>
2023-08-13 18:59:30 -04:00
dienteperro
e25bf4b4ca
Update readme.md
Added comma

Signed-off-by: dienteperro <dienteperro1207@yahoo.com>
2023-08-13 17:44:29 -04:00
dienteperro
a50456591d
Update readme.md
Minor fix, comma added

Signed-off-by: dienteperro <dienteperro1207@yahoo.com>
2023-08-13 17:41:43 -04:00
dienteperro
3e0c8713cb
Update readme.md
Improved sentence.

Signed-off-by: dienteperro <dienteperro1207@yahoo.com>
2023-08-13 17:35:19 -04:00
dienteperro
d70cc3b171
Update readme.md
Added commas to sentence.

Signed-off-by: dienteperro <dienteperro1207@yahoo.com>
2023-08-13 17:33:27 -04:00
dienteperro
2bcdd2af6e
Update readme.md
Fixed minor typo

Signed-off-by: dienteperro <dienteperro1207@yahoo.com>
2023-08-13 17:32:20 -04:00
Simon L
ee86f23856
Merge pull request #3150 from dienteperro/dienteperro-patch-1
Update readme.md
2023-08-13 21:25:37 +02:00
dienteperro
ff6f5d4909
Merge pull request #1 from dienteperro/dienteperro-patch-1
Update readme.md
2023-08-13 14:59:33 -04:00
dienteperro
aec119d971
Update readme.md
Fix minor typo.

Signed-off-by: dienteperro <dienteperro1207@yahoo.com>
2023-08-13 14:58:58 -04:00
Simon L
c6c1effa6d adjust wording
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-08-11 10:09:49 +02:00
Simon L
2aa5e78a22 address review
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-08-10 17:19:00 +02:00
Simon L
7ba3548766
Merge pull request #3141 from nextcloud/enh/noid/name-container
name service in compose like container
2023-08-10 17:12:56 +02:00
Simon L
1989f27b71 name service in compose like container
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-08-10 16:57:58 +02:00
Simon L
bcfc33c2a6 also add an explanation
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-08-10 16:45:54 +02:00
Simon L
4c0e30d49d add init flag to all containers
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-08-10 16:41:47 +02:00
Simon L
8a7bcfe747 disable logging for domain-validator.php
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-08-10 15:46:40 +02:00
Simon L
2a959d4e59 add password to FTS
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-08-10 15:14:30 +02:00
Simon L
1b1626fe56 fix details around logging of new domain-validator
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-08-10 13:40:11 +02:00
Simon L
391d838416
Merge pull request #3082 from nextcloud/dependabot/docker/Containers/mastercontainer/caddy-2.7.2-alpine
Bump caddy from 2.6.4-alpine to 2.7.2-alpine in /Containers/mastercontainer
2023-08-10 13:20:53 +02:00
Simon L
725bbb7c05
Merge pull request #3133 from nextcloud/enh/noid/add-domain-validator
add domain-validator
2023-08-10 13:20:37 +02:00