J0WI
c88d31e3b8
Alpine 3.19 ( #2150 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2024-01-25 23:50:34 +00:00
J0WI
72fad312b3
Bump to 27.1.6
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2024-01-25 23:08:23 +00:00
GitHub Workflow
75ae60a43a
Runs update.sh
2024-01-25 13:59:48 +00:00
GitHub Workflow
39a72a4106
Runs update.sh
2024-01-16 00:04:19 +00:00
Patrick Hobusch
5dfa556afc
Allow setting AWS S3 storage class ( #2138 )
...
The AWS S3 storage class can now be set using the environment variable
`OBJECTSTORE_S3_STORAGE_CLASS`.
The order of the AWS S3 environment variables in the `README.md` has
also been adjusted to be more "logical".
Signed-off-by: Patrick Hobusch <patrick@hobusch.net>
2024-01-16 00:04:05 +00:00
Raphael Nestler
f14ad96e2d
Mention minimal SMTP configuration in README.md ( #2144 )
...
Looking at d1dbc77e0b/.config/smtp.config.php
it is clear that `SMTP_HOST`, `MAIL_FROM_ADDRESS` and `MAIL_DOMAIN` must be set.
Signed-off-by: Raphael Nestler <raphael.nestler@gmail.com>
2024-01-14 01:12:38 +00:00
Josh
ea64bed4f9
Merge pull request #2133 from nextcloud/enh/readme/persist-volumes-custom-upgrade-exclude
...
enh(README) Persistent volume upgrade.exclude clarification
2024-01-12 15:14:52 -05:00
Josh
accf5bf119
Update README.md
...
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-01-12 15:12:03 -05:00
J0WI
bbc81a94b7
Update logo in README.md
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2024-01-09 23:12:44 +00:00
J0WI
071b888f7f
Update logo ( #2143 )
2024-01-09 23:04:18 +00:00
GitHub Workflow
28a76ceba4
Runs update.sh
2024-01-09 22:31:54 +00:00
Yevhen Kolomeiko
d89def24d1
Fix for PR #2095 breaking post-installation scripts in k8s ( #2115 )
...
* Fix docker-entrypoint.sh
Signed-off-by: Yevhen Kolomeiko <Jarvis2709@gmail.com>
* Fix docker-entrypoint.sh for alpine
Signed-off-by: Yevhen Kolomeiko <Jarvis2709@gmail.com>
* Use '-o' instead of two find's in docker-entrypoint.sh
Signed-off-by: Yevhen Kolomeiko <Jarvis2709@gmail.com>
* Use more laconic find parameters set in docker-entrypoint.sh
Signed-off-by: Yevhen Kolomeiko <Jarvis2709@gmail.com>
---------
Signed-off-by: Yevhen Kolomeiko <Jarvis2709@gmail.com>
2024-01-09 22:31:39 +00:00
Josh Richards
fd6f811978
enh(README) Persistent volume upgrade.exclude clarification
...
- Make the warning more prominent
- Clarify the language
- Clarity trade-offs
Fixes : #2132
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-12-28 10:08:35 -05:00
GitHub Workflow
8afd97014c
Runs update.sh
2023-12-21 21:31:17 +00:00
Kaloyan Nikolov
b80875632e
Update the examples section according to the latest nginx configuration required. ( #2123 )
...
Signed-off-by: Kaloyan K Nikolov <tzerber@gmail.com>
2023-12-16 18:48:47 +00:00
J0WI
215498b3fe
Bump to 27.1.5
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-12-15 23:42:40 +00:00
GitHub Workflow
4cff57305b
Runs update.sh
2023-12-15 00:27:36 +00:00
GitHub Workflow
e6510ac594
Runs update.sh
2023-12-12 19:26:33 +00:00
J0WI
d4f83969cf
Bump to 27.1.4
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-12-12 19:26:17 +00:00
GitHub Workflow
488a855c49
Runs update.sh
2023-12-11 22:54:55 +00:00
Josh Richards
ed6c68451d
feat(updater): Disable web based updater for real ( #2109 )
...
Web based updates aren't used in the image, but the button remains enabled and generates an error when clicked. Let's eliminate the web updater button.
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-12-11 22:54:39 +00:00
Jesper Noordsij
d1dbc77e0b
EOL 25 ( #2102 )
...
Signed-off-by: Jesper Noordsij <jesper@sslleiden.nl>
2023-11-24 10:42:06 +00:00
GitHub Workflow
44e01e1eab
Runs update.sh
2023-11-24 00:27:31 +00:00
GitHub Workflow
cd0562ba8c
Runs update.sh
2023-11-14 23:11:32 +00:00
Dennis Værum
23d099bc33
Bug fix: not found error if hook folder contains files but non ending with *.sh
( #2095 )
...
* Use `find` to located `*.sh`
Signed-off-by: Dennis Vestergaard Værum <github@varum.dk>
* added msg if hook folder does not exist
Signed-off-by: Dennis Vestergaard Værum <github@varum.dk>
* Updated info message
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
Signed-off-by: Dennis Værum <6872940+dvaerum@users.noreply.github.com>
* Update docker-entrypoint.sh
Small adjustments
Signed-off-by: Dennis Værum <6872940+dvaerum@users.noreply.github.com>
---------
Signed-off-by: Dennis Vestergaard Værum <github@varum.dk>
Signed-off-by: Dennis Værum <6872940+dvaerum@users.noreply.github.com>
Co-authored-by: J0WI <J0WI@users.noreply.github.com>
2023-11-14 23:11:10 +00:00
GitHub Workflow
2bfad53543
Runs update.sh
2023-11-14 22:41:10 +00:00
Marcel
3cbec37106
Add crond log level environment variable ( #1805 )
...
* Update docker-cron.sh
Signed-off-by: Marcel <34819524+MarcelCoding@users.noreply.github.com>
* Update stack.yml
Signed-off-by: Marcel <34819524+MarcelCoding@users.noreply.github.com>
* Update docker-cron.sh
* Update docker-cron.sh
Signed-off-by: Marcel <34819524+MarcelCoding@users.noreply.github.com>
* Update stack.yml
Signed-off-by: Marcel <34819524+MarcelCoding@users.noreply.github.com>
---------
Signed-off-by: Marcel <34819524+MarcelCoding@users.noreply.github.com>
2023-11-14 22:40:54 +00:00
GitHub Workflow
aaadffffb3
Runs update.sh
2023-11-12 00:34:24 +00:00
Josh Richards
8a08d4191c
Issue template: Reminder to include Compose/run + config ( #2088 )
...
Reports often come in lacking Compose files or run commands. Same goes for `config.php`.
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2023-11-10 18:21:24 +00:00
J0WI
37ee8cfdab
Bump to 27.1.3
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-10-26 20:27:45 +00:00
GitHub Workflow
4c24a2ae8e
Runs update.sh
2023-10-26 20:01:40 +00:00
GitHub Workflow
bc963e0382
Runs update.sh
2023-10-23 00:28:56 +00:00
am97
9dd8dcd5ee
Remove legacy header X-Download-Options in nginx.conf examples ( #2077 )
...
The header was relevant for Internet Explorer only and was removed from the nextcloud/server code: ea0e45d81e
Signed-off-by: Andrés Maldonado <maldonado@codelutin.com>
2023-10-15 18:17:21 +00:00
J0WI
2d39d9d190
Bump to 27.1.2
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-10-06 11:36:11 +00:00
GitHub Workflow
3f2d22d420
Runs update.sh
2023-10-06 00:30:07 +00:00
GitHub Workflow
fef9785e23
Runs update.sh
2023-09-24 00:28:00 +00:00
J0WI
766fd4e078
Bump to 27.1.1
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-09-21 20:26:48 +00:00
GitHub Workflow
b008ff8bb7
Runs update.sh
2023-09-21 20:24:53 +00:00
J0WI
1ed450b540
Bump to 27.1.0
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-09-16 22:53:12 +00:00
GitHub Workflow
3fa92257f9
Runs update.sh
2023-09-16 22:51:59 +00:00
adripo
90064ed260
Set Apache LimitRequestBody with env variable APACHE_BODY_LIMIT ( #2065 )
...
* feat: set apache LimitRequestBody
Signed-off-by: adripo <26493496+adripo@users.noreply.github.com>
* feat: APACHE_BODY_LIMIT variable
Signed-off-by: adripo <26493496+adripo@users.noreply.github.com>
* fix: move ENV to existing VARIANT_EXTRAS
Signed-off-by: adripo <26493496+adripo@users.noreply.github.com>
* docs: updated var description
Signed-off-by: adripo <26493496+adripo@users.noreply.github.com>
* fix: remove comment
Signed-off-by: adripo <26493496+adripo@users.noreply.github.com>
---------
Signed-off-by: adripo <26493496+adripo@users.noreply.github.com>
2023-09-16 22:51:45 +00:00
GitHub Workflow
4cd70385b8
Runs update.sh
2023-09-16 00:27:19 +00:00
J0WI
03a967db4e
Bump to 26.0.5 ( fix #2061 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-09-14 22:24:34 +00:00
GitHub Workflow
467a98dcc9
Runs update.sh
2023-09-14 21:56:13 +00:00
GitHub Workflow
12390fb508
Runs update.sh
2023-09-10 00:29:29 +00:00
GitHub Workflow
f9ae675c1a
Runs update.sh
2023-08-20 21:19:25 +00:00
Mossroy
04e4138db5
Replace RemoteIPTrustedProxy by RemoteIPInternalProxy in remoteip.conf ( #2004 )
...
Else the internal IP ranges are ignored
See https://httpd.apache.org/docs/2.4/en/mod/mod_remoteip.html#remoteiptrustedproxy and https://httpd.apache.org/docs/2.4/en/mod/mod_remoteip.html#remoteipinternalproxy
Signed-off-by: Mossroy <mossroy@mossroy.fr>
2023-08-20 21:19:13 +00:00
J0WI
c4966442a6
Bump to 26.0.5 ( #2050 )
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-08-10 23:40:32 +00:00
David Li
625dd013fa
Apply changes from #2033 to the examples. ( #2046 )
...
Signed-off-by: David Li <david@davidl.me>
2023-08-10 23:10:13 +00:00
GitHub Workflow
09fecda406
Runs update.sh
2023-08-10 22:36:51 +00:00