Commit Graph

292 Commits

Author SHA1 Message Date
renovate-bot 7e4cbce41e chore(deps): update docker.elastic.co/elasticsearch/elasticsearch docker tag to v8.19.19 2026-07-25 19:33:35 +00:00
renovate-bot 6619501f5c chore(deps): update redis docker tag to v8.8.1 2026-07-24 19:17:43 +00:00
renovate-bot 53d7f765ae chore(deps): update nextcloud docker tag to v32.0.13 13.1.2+32.0.13-fpm 2026-07-24 02:28:12 +00:00
stevensting fcf1ca56d3 chore: publish 13.1.1+32.0.12-fpm release 13.1.1+32.0.12-fpm 2026-07-22 13:27:50 +02:00
renovate-bot 15a795affd chore(deps): update nextcloud docker tag to v32.0.12 (#89)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| nextcloud | patch | `32.0.11-fpm` -> `32.0.12-fpm` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: coop-cloud/nextcloud#89
Co-authored-by: Renovate Bot <renovate@coopcloud.tech>
Co-committed-by: Renovate Bot <renovate@coopcloud.tech>
2026-07-22 11:19:36 +00:00
Linus Gasser 38c426178a Removing last TBDs 2026-07-21 08:08:52 +02:00
Linus Gasser 38920ae3de README improvements 2026-07-21 07:59:34 +02:00
Linus Gasser 6e6c235acd Adding maintainers to README.md 2026-07-21 07:59:34 +02:00
Linus Gasser 10fdbc92b4 Adding suggestions from @dannygroenewegen 2026-07-21 07:59:34 +02:00
Linus Gasser 8ce1b9cf30 Proposing a MAINTENANCE file
Cobbled together a file with the help of Claude.
I did re-read all of it, manually edited some parts,
and asked for modifications.
2026-07-21 07:59:34 +02:00
ineiti 29431d2a14 Merge pull request 'Remove test-swarm deployment' (#90) from ineiti/nextcloud:remove_test-swarm into main
Reviewed-on: coop-cloud/nextcloud#90
Reviewed-by: ammaratef45 <ammaratef45@proton.me>
2026-07-21 05:54:04 +00:00
Linus Gasser 66fdde358e Remove test-swarm deployment
According to @kawaiipunk from autonomic.zone, this server has been shut
down.
While waiting if they want to spin up a new server, remove this part,
so we get clean CI/CD.
2026-07-20 17:31:21 +02:00
carla 19e7fbb648 chore: publish 13.1.0+32.0.11-fpm release 13.1.0+32.0.11-fpm 2026-06-10 11:51:22 +02:00
carla 6113ccedde chore: switch from postgres to pgautoupgrade 14 2026-06-08 20:59:29 +02:00
carla 0d0c3b3266 chore: update image tags 2026-06-08 20:21:10 +02:00
decentral1se 45d1985ddc Merge pull request 'add user_oidc' (#70) from oxaliq/nextcloud:user_oidc_setup into main
Reviewed-on: coop-cloud/nextcloud#70
2026-03-24 21:27:08 +00:00
decentral1se d49f3c4ef8 Merge pull request 'fix: mention that you need to install OnlyOffice first' (#74) from ineiti/nextcloud:readme_onlyoffice into main
Reviewed-on: coop-cloud/nextcloud#74
Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech>
2026-03-18 08:26:19 +00:00
Linus Gasser a2395c6399 @decentral1se comment 2026-03-17 22:26:35 +01:00
Linus Gasser e4b3bc4f22 fix: mention that you need to install OnlyOffice first 2026-03-17 22:26:35 +01:00
moritz 21ea1daf83 chore: replace depricated traefik.docker.* with traefik.swarm.* 2026-03-17 17:25:38 +01:00
oxaliq ec5934e191 document user_oidc setup 2026-03-12 09:56:53 -04:00
oxaliq 4c3f6fa14d add command for initializing user_oidc 2026-03-11 15:55:53 -04:00
oxaliq eb3816b9c2 add env and secrets for user_oidc app 2026-03-11 15:55:26 -04:00
simon 8b7ed8142e chore: publish 13.0.1+32.0.3-fpm release 13.0.1+32.0.3-fpm 2026-01-14 12:22:05 +01:00
simon 87b064c773 chore: publish 13.0.0+32.0.3-fpm release 13.0.0+32.0.3-fpm 2026-01-13 16:34:02 +01:00
iexos d6a77fac4d remove default TIMEOUT (abra #596) 2025-12-30 14:00:00 +01:00
p4u1 f27ea1a2cc chore: publish 12.1.0+31.0.6-fpm release 12.1.0+31.0.6-fpm 2025-12-23 14:30:22 +01:00
Apfelwurm c952020194 Implement NC Talk High Performance Backend (#56)
This implements the high performance backend for Nextcloud Talk, which is nessecary if it needs to handle more people (video) calling.
More Details about it: https://nextcloud-talk.readthedocs.io/en/latest/quick-install/

The current implementation is sadly limited to be used once per host, so this might need some additional love in the future, if someone needs it more flexible.

The related traefik pr: coop-cloud/traefik#66

Reviewed-on: coop-cloud/nextcloud#56
Co-authored-by: Apfelwurm <Alexander@volzit.de>
Co-committed-by: Apfelwurm <Alexander@volzit.de>
2025-12-23 13:28:18 +00:00
ammaratef45 aa3ab83a38 Merge pull request 'remove post_install_occ' (#55) from improve_readme into main
Reviewed-on: coop-cloud/nextcloud#55
2025-10-30 17:38:15 +00:00
ammaratef45 dbdf6227e1 remove post_install_occ 2025-10-17 19:05:03 -07:00
ammaratef45 e83ae638eb Merge pull request 'make maximum upload size configurable' (#53) from uploadLimit into main
Reviewed-on: coop-cloud/nextcloud#53
Reviewed-by: 3wordchant <3wordchant@noreply.git.coopcloud.tech>
Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech>
2025-09-09 20:43:13 +00:00
ammaratef45 96e9a224f3 Merge branch 'main' into uploadLimit 2025-09-09 20:42:54 +00:00
3wordchant afee08ae4d Merge pull request 'Make INNODB_BUFFER_POOL_SIZE configurable' (#51) from feature/innodb-buffer-tune into main
Reviewed-on: coop-cloud/nextcloud#51
Reviewed-by: ammaratef45 <ammaratef45@proton.me>
2025-09-09 20:17:59 +00:00
ammaratef45 5f05ab8f42 make maximum upload size configurable 2025-09-09 12:53:37 -07:00
ammaratef45 65d5af91bc Merge branch 'main' into feature/innodb-buffer-tune 2025-09-09 19:46:26 +00:00
ammaratef45 93037e1a35 Merge pull request 'fix supporting multiple domains' (#52) from sslhost into main
Reviewed-on: coop-cloud/nextcloud#52
Reviewed-by: 3wordchant <3wordchant@noreply.git.coopcloud.tech>
2025-09-08 13:38:09 +00:00
ammaratef45 9986e87db5 fix supporting multiple domains 2025-09-07 14:41:53 -07:00
3wordchant 42c90cce21 Add configurable INNODB_BUFFER_POOL_SIZE 2025-09-01 00:15:52 -04:00
knoflook 8c5d843ba4 chore: publish 12.0.1+31.0.6-fpm release 12.0.1+31.0.6-fpm 2025-07-24 17:28:53 +02:00
Ammar Hussein 7074744ba8 chore: publish 12.0.1+31.0.6-fpm release 2025-07-09 10:51:04 -07:00
ammaratef45 cb0a103e04 Merge pull request 'add OVERWRITECLIURL' (#49) from clioverwrite into main
Reviewed-on: coop-cloud/nextcloud#49
2025-07-09 17:24:09 +00:00
Ammar Hussein ff6873a52c add OVERWRITECLIURL 2025-07-06 15:44:19 -07:00
carla 9408a6ab81 chore: publish 12.0.0+31.0.6-fpm release 12.0.0+31.0.6-fpm 2025-07-03 14:58:09 +02:00
Ammar Hussein c4bb6d0932 chore: publish 11.4.0+30.0.6-fpm release 11.4.0+30.0.6-fpm 2025-06-18 17:34:48 -07:00
ammaratef45 7a6256f78d Merge pull request 'Add HSTS headers' (#48) from hsts into main
Reviewed-on: coop-cloud/nextcloud#48
Reviewed-by: moritz <moritz@noreply.git.coopcloud.tech>
2025-06-19 00:32:01 +00:00
Ammar Hussein 8be413fe71 pump up the config version 2025-06-18 16:07:22 -07:00
Ammar Hussein af36d22633 Add HSTS headers 2025-06-18 12:13:44 -07:00
p4u1 85e5070b8d docs: Adds troubleshooting section for fulltextsearch 2025-05-23 15:32:02 +02:00
simon 36615bc097 chore: publish 11.3.0+30.0.6-fpm release 11.3.0+30.0.6-fpm 2025-05-20 18:20:05 +02:00
simon a3cd6741eb improve secret handling for whiteboard 2025-05-20 18:17:46 +02:00