Compare commits

...

6 Commits

Author SHA1 Message Date
Chris Coutinho 65a704869d bump 2025-05-16 00:38:51 +02:00
Chris Coutinho cfd4df971d Merge pull request #9 from cbcoutinho/feature/notes-attachments
Add support for attachments in notes
2025-05-16 00:32:55 +02:00
Chris Coutinho a91d6ae9f7 Merge pull request #8 from cbcoutinho/renovate/redis-alpine
Update redis:alpine Docker digest to 62b5498
2025-05-14 17:43:07 +02:00
renovate-bot-cbcoutinho[bot] 56d8d7b8f0 Update redis:alpine Docker digest to 62b5498 2025-05-14 10:07:13 +00:00
Chris Coutinho c3e2c28f6b Merge pull request #14 from cbcoutinho/renovate/nextcloud
Update nextcloud Docker digest to f610d90
2025-05-11 12:49:57 +02:00
renovate-bot-cbcoutinho[bot] 3a39e525e1 Update nextcloud Docker digest to f610d90 2025-05-10 10:07:50 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -17,11 +17,11 @@ services:
# Note: Redis is an external service. You can find more information about the configuration here:
# https://hub.docker.com/_/redis
redis:
image: redis:alpine@sha256:f773b35a95e170d92dd4214a3ec4859b1b7960bf56896ae687646d695f311187
image: redis:alpine@sha256:62b5498c91778f738f0efbf0a6fd5b434011235a3e7b5f2ed4a2c0c63bb1c786
restart: always
app:
image: nextcloud@sha256:ad4da6574b6dcb75c185128b091e6ac613f0aabda7ce7f75c9730d9f706e37d0
image: nextcloud@sha256:f610d9089039d664e9a09ef69f16775bd8ed9505af163dcdde69006b2e7e825f
#user: www-data:www-data
restart: always
#post_start:
Generated
+1 -1
View File
@@ -345,7 +345,7 @@ wheels = [
[[package]]
name = "nextcloud-mcp-server"
version = "0.1.0"
version = "0.1.3"
source = { editable = "." }
dependencies = [
{ name = "httpx" },