Author SHA1 Message Date
stevensting 1e6a82580b chore: publish 1.0.0+5.1-latest release 2026-03-12 20:48:21 +01:00
stevensting 3e785534b7 try again 2026-03-12 20:44:45 +01:00
stevensting eb03888207 chore: publish 1.0.0+8.4-fpm-alpine3.22 release 2026-03-12 20:43:04 +01:00
stevensting 98a82449d6 try again 2026-03-12 20:42:15 +01:00
stevensting 4a4259d353 chore: publish 1.0.0+8.4-fpm-alpine3.22 release 2026-03-12 20:41:08 +01:00
stevensting a8f74bd50c temp version decrease 2026-03-12 20:40:42 +01:00
stevensting ab4ce50033 readme clarification 2026-03-12 19:09:00 +00:00
stevensting 0d60cac478 chore: publish 1.0.0+8.4-fpm-alpine3.22 release 2026-03-12 19:49:13 +01:00
renovate-botandstevensting 10f06df618 chore(deps): update nginx docker tag to v1.29 (#7)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| nginx | minor | `1.20-alpine` -> `1.29-alpine` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: stevensting <stevensting@noreply.git.coopcloud.tech>
Reviewed-on: #7
Reviewed-by: stevensting <stevensting@noreply.git.coopcloud.tech>
Co-authored-by: Renovate Bot <renovate@coopcloud.tech>
Co-committed-by: Renovate Bot <renovate@coopcloud.tech>
2026-03-12 18:39:19 +00:00
stevensting dde9990378 setup repo for moodle (#3)
Reviewed-on: #3
2026-03-12 14:11:16 +00:00
4 changed files with 10 additions and 8 deletions
+6 -6
View File
@@ -4,13 +4,13 @@ Learning Management System (LMS)
<!-- metadata -->
* **Maintainer**: [@stevensting](https://git.coopcloud.tech/stevensting)
* **Maintainer**: [@stevensting](https://git.coopcloud.tech/stevensting) (Klasse & Methode)
* **Category**: Learning
* **Status**: 0, development
* **Status**: 3, stable
* **Image**: [`php`](https://hub.docker.com/_/php), 4, upstream
* **Healthcheck**: no
* **Backups**: no
* **Email**: no
* **Healthcheck**: yes
* **Backups**: yes
* **Email**: yes
* **Tests**: no
* **SSO**: no
@@ -24,7 +24,7 @@ Learning Management System (LMS)
4. `abra app deploy YOURAPPDOMAIN`
- attention: installing all packages and php extensions necessary can take a couple of minutes. Therefore container `frontend` and it's healthcheck will stay in status `starting` that long.
## Maintainers: Adding more settings to the env-file
## Adding more settings to the env-file
Almost all of moddles config can be set via the php file config-dist.php.tmpl. Only few are already in there, so check moodles docs if you need more. But not even the docs list all possible parameters.
Please put additional settings in the coop cloud section in the file.
+2 -2
View File
@@ -37,9 +37,9 @@ services:
failure_action: rollback
order: start-first
labels:
- "coop-cloud.${STACK_NAME}.version=0.0.1"
- "coop-cloud.${STACK_NAME}.version=1.0.0+5.1-latest"
frontend:
image: nginx:1.20-alpine
image: nginx:1.29-alpine
networks:
- proxy
- backend
+1
View File
@@ -0,0 +1 @@
first release, everything tested and assumed to be working. now with correct moodle version number.
+1
View File
@@ -0,0 +1 @@
first release, everything tested and assumed to be working