Dan Mateas
cf623556be
Merge remote-tracking branch 'upstream/master'
2024-01-09 23:37:32 +00: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
Arne Tarara
867b7ae68e
Removed X11 binding for energy tests on cluster
2024-01-02 18:54:40 +01:00
Arne Tarara
911c8e4d34
Merge branch 'master' of github.com:green-coding-berlin/nextcloud-docker
...
* 'master' of github.com:green-coding-berlin/nextcloud-docker:
Runs update.sh
Update the examples section according to the latest nginx configuration required. (#2123 )
Bump to 27.1.5
Runs update.sh
2024-01-01 19:58:07 +01:00
Arne Tarara
9928208aa9
Talk fix
2024-01-01 19:57:52 +01:00
Arne Tarara
a13b484079
Healthcheck moved to service_started for now
2024-01-01 09:52:13 +01:00
Arne Tarara
7ce555bae0
Changed to TimeoutError; Updated selector
2023-12-30 13:56:33 +01:00
Arne Tarara
e6da52e9c3
Updated for new healthcheck and fix for new Nextcloud version
2023-12-30 13:49:09 +01: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
Dan Mateas
3e71a1ec56
Merge remote-tracking branch 'upstream/master'
2023-12-21 23:37:20 +00:00
GitHub Workflow
8afd97014c
Runs update.sh
2023-12-21 21:31:17 +00:00
Dan Mateas
6fe3559572
Merge remote-tracking branch 'upstream/master'
2023-12-16 23:37:39 +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
Dan Mateas
65fce0d49a
Merge remote-tracking branch 'upstream/master'
2023-12-15 23:37:30 +00:00
Arne Tarara
99d125f704
Updated Nextcloud
2023-12-15 07:55:22 +01:00
GitHub Workflow
4cff57305b
Runs update.sh
2023-12-15 00:27:36 +00:00
Dan Mateas
235c237c22
Merge remote-tracking branch 'upstream/master'
2023-12-12 23:37:29 +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
Dan Mateas
0a53ec3b29
Merge remote-tracking branch 'upstream/master'
2023-12-11 23:37:42 +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
Arne Tarara
3e4e3e973d
Updated Nextcloud to 27.1.4
2023-12-01 10:21:34 +01:00
Dan Mateas
43d7acd1b2
Merge remote-tracking branch 'upstream/master'
2023-11-24 23:37:19 +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
Dan Mateas
b38b543dae
Merge remote-tracking branch 'upstream/master'
2023-11-14 23:37:24 +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
Dan Mateas
d47018470f
Merge remote-tracking branch 'upstream/master'
2023-11-12 23:37:10 +00:00
GitHub Workflow
aaadffffb3
Runs update.sh
2023-11-12 00:34:24 +00:00
Dan Mateas
781c457578
Merge remote-tracking branch 'upstream/master'
2023-11-10 23:37:25 +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
Arne Tarara
7c03df4463
Using new playwright browser
2023-11-02 00:34:17 +01:00
Arne Tarara
caf9376e6f
Nextcloud 27.1.3
2023-10-30 16:44:18 +01:00
Arne Tarara
1a83eabf24
Gave playwright containers proper semantic version. Actually the container content of latest and v1 and also ghcr.io/dan-mm/test-repo-a/puppeteer:latest are identical. We just fixed a version that we are gonna increment now
2023-10-27 13:03:53 +02:00
Dan Mateas
f0ee40af6b
Merge remote-tracking branch 'upstream/master'
2023-10-26 23:37:15 +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
Dan Mateas
d0db91fc4f
Merge remote-tracking branch 'upstream/master'
2023-10-23 23:37:27 +00:00
GitHub Workflow
bc963e0382
Runs update.sh
2023-10-23 00:28:56 +00:00
Dan Mateas
dd3ed5ce65
Merge remote-tracking branch 'upstream/master'
2023-10-15 23:37:31 +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
Arne Tarara
199c8f3884
Bumped nextcloud version
2023-10-14 11:03:41 +02:00