Simon L
f8457a2830
fix install check for primary object storage
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-23 17:09:10 +01:00
Simon L
6a86209451
Merge pull request #2058 from nextcloud/aio-helm-update
...
Helm Chart updates
2023-02-23 15:39:17 +01:00
szaimen
ea5219f40d
Helm Chart updates
...
Signed-off-by: GitHub <noreply@github.com>
2023-02-23 14:36:40 +00:00
Simon L
f2154bf2b7
try to fix volume order
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-23 15:36:05 +01:00
szaimen
fc1d8e0b32
nextcloud-update automated change
...
Signed-off-by: GitHub <noreply@github.com>
2023-02-23 12:43:24 +00:00
Zoey
9e9e991cb6
add sudo
...
Signed-off-by: Zoey <zoey@z0ey.de>
2023-02-23 07:00:05 +01:00
Zoey
c2444912b8
the image is a volume...
...
Signed-off-by: Zoey <zoey@z0ey.de>
2023-02-22 18:10:51 +01:00
Zoey
e85c43d075
Cron: clean nextcloud-aio-domaincheck/tmp volumes
...
Signed-off-by: Zoey <zoey@z0ey.de>
2023-02-22 18:03:48 +01:00
szaimen
66851eda8f
improve turn server
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2023-02-22 13:25:41 +01:00
Simon L
93bd1ce2ee
talk - improve a few things
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-22 12:35:33 +01:00
Simon L
c3d3a29c6b
Merge pull request #2048 from nextcloud/automated/noid/psalm-baseline-update-1677040067
...
[Automated] Update psalm-baseline.xml
2023-02-22 10:13:47 +01:00
nextcloud-command
cad3b0968a
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2023-02-22 04:27:47 +00:00
Simon L
a2585fffe4
Revert "only check for internal ip-address"
...
This reverts commit b8930bc577
.
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-21 17:31:26 +01:00
Simon L
b8930bc577
only check for internal ip-address
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-21 16:07:26 +01:00
Simon L
e0a7ca3656
add additional network option
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-21 15:36:03 +01:00
Simon L
dfc2d9798e
Merge pull request #2039 from nextcloud/automated/noid/psalm-baseline-update-1676954190
...
[Automated] Update psalm-baseline.xml
2023-02-21 09:12:31 +01:00
nextcloud-command
403cc5cae7
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2023-02-21 04:36:29 +00:00
Simon L
1a329d83aa
Add Helm Chart Releaser workflow
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-20 18:11:56 +01:00
dependabot[bot]
f4e471e002
Bump collabora/code in /Containers/collabora
...
Bumps collabora/code from 22.05.10.1.1 to 22.05.10.2.1.
---
updated-dependencies:
- dependency-name: collabora/code
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 12:20:53 +00:00
Simon L
a8ac8a8c00
add util-linux-misc which might be required on alpine linux
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-20 10:47:11 +01:00
Simon L
ef4835fcef
Merge pull request #2031 from nextcloud/automated/noid/psalm-baseline-update-1676866986
...
[Automated] Update psalm-baseline.xml
2023-02-20 08:59:06 +01:00
nextcloud-command
00293d3ac0
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2023-02-20 04:23:05 +00:00
Simon L
7058cf2090
Merge pull request #2028 from nextcloud/enh/noid/adjust-readme
...
adjust readme a bit
2023-02-19 22:44:37 +01:00
Simon L
342a3b8b8f
adjust readme a bit
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-19 22:43:21 +01:00
Simon L
98a32b1ccf
fix detail
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-19 22:32:14 +01:00
Simon L
78db980b2f
Merge pull request #2027 from nextcloud/enh/noid/improve-rp-docs
...
rp documentation - make apache_ip_binding documentation more explicit
2023-02-19 22:30:42 +01:00
Simon L
31ca661345
rp documentation - make apache_ip_binding documentation more explicit
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-19 22:15:23 +01:00
Simon L
e97aa44fe4
add a more complete dnsmasq guide
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-19 11:05:06 +01:00
Simon L
f97bfc7dd1
Merge pull request #2024 from Verhoeckx/patch-1
...
Add the directive ProxyPassReverse
2023-02-18 22:53:38 +01:00
Verhoeckx
758bc8b3ff
Add the directive ProxyPassReverse
...
According to the official documentation of Apache the directive ProxyPassReverse should be added when Apache is being used as a reverse proxy. I have tested it and Nexctloud AIO seems to work just fine.
From the documentation:
"This directive lets Apache adjust the URL in the Location, Content-Location and URI headers on HTTP redirect responses. This is essential when Apache is used as a reverse proxy (or gateway) to avoid bypassing the reverse proxy because of HTTP redirects on the backend servers which stay behind the reverse proxy."
https://httpd.apache.org/docs/2.2/mod/mod_proxy.html#ProxyPassReverse
Signed-off-by: Verhoeckx <64807887+Verhoeckx@users.noreply.github.com>
2023-02-18 21:43:20 +01:00
Simon L
5ab67cea1e
also overwrite db_name to fix db migration
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-18 19:03:26 +01:00
Simon L
4fd365764c
Merge pull request #2018 from Leptopoda/patch-1
...
Fix typo
2023-02-18 16:57:47 +01:00
Nikolas Rimikis
a57185a34b
Fix typo
...
Signed-off-by: Nikolas Rimikis <25266387+Leptopoda@users.noreply.github.com>
2023-02-18 14:27:52 +01:00
Zoey
60399acbc7
close #2014
...
Signed-off-by: Zoey <zoey@z0ey.de>
2023-02-17 16:49:25 +01:00
Simon L
6d2d054328
docker-aio-config should not be a volume by default
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-17 12:36:50 +01:00
Simon L
bc100b9fd8
Merge pull request #2009 from nextcloud/fix/2008/fix-database-migration
...
postgresql - improve database online check during the migration
2023-02-17 12:30:26 +01:00
Simon L
394b899578
postgresql - improve database online check during the migration
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-17 11:50:09 +01:00
Simon L
32124235ba
increase to 4.4.1
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-17 11:29:45 +01:00
Simon L
7bb713eaaa
increase to 4.4.0
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-16 19:17:04 +01:00
Simon L
0df1db6b8f
Merge pull request #2005 from nextcloud/enh/2004/add-spinner-loader
...
add loader to login template
2023-02-16 19:16:11 +01:00
Simon L
5b2b60841d
add loader to login template
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-16 19:14:09 +01:00
Simon L
e638aa3b89
Merge pull request #2002 from nextcloud/aio-helm-update
...
Helm Chart updates
2023-02-16 17:43:10 +01:00
szaimen
42c0dadb11
Helm Chart updates
...
Signed-off-by: GitHub <noreply@github.com>
2023-02-16 16:39:25 +00:00
Simon L
4362406587
fix the helm-update job
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-16 17:38:45 +01:00
Simon L
f1dff9b3e2
Merge pull request #2001 from nextcloud/aio-yaml-update
...
Yaml updates
2023-02-16 17:32:41 +01:00
szaimen
a6667496c7
Yaml updates
...
Signed-off-by: GitHub <noreply@github.com>
2023-02-16 16:31:28 +00:00
Simon L
355175cc36
Merge pull request #1990 from nextcloud/fix/1984/fix-docker-networks
...
connect containers only to custom network
2023-02-16 17:28:11 +01:00
Simon L
2ade84e7ab
connect containers only to custom network
...
Signed-off-by: Simon L <szaimen@e.mail.de>
2023-02-16 17:26:35 +01:00
Simon L
244424efee
Merge pull request #1982 from nextcloud/enh/noid/improve-restore
...
also restore configuration.json even if the former restore failed
2023-02-16 17:25:09 +01:00
Simon L
775889edc4
Merge pull request #1981 from nextcloud/enh/noid/increase-free-disk-check
...
check size of config and only write back if space is sufficient
2023-02-16 17:24:35 +01:00