Browse Source

Update nextcloud app to 22.1.1 (#976)

synapse-v1.42.0
Luke Childs 3 years ago
committed by GitHub
parent
commit
5cf3afd821
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/nextcloud/docker-compose.yml
  2. 2
      apps/registry.json

2
apps/nextcloud/docker-compose.yml

@ -28,7 +28,7 @@ services:
ipv4_address: $APP_NEXTCLOUD_REDIS_IP
web:
image: nextcloud:22.0.0-apache@sha256:55de721417c16ff110720217406778e16f1b63154d2e8d42fc7913c37dbe6d50
image: nextcloud:22.1.1-apache@sha256:99d94124b2024c9f7f38dc12144a92bc0d68d110bcfd374169ebb7e8df0adf8e
# Currently needs to be run as root, if we run as uid 1000 this fails
# https://github.com/nextcloud/docker/blob/05026b029d37fc5cd488d4a4a2a79480e39841ba/21.0/apache/entrypoint.sh#L53-L77
# user: "1000:1000"

2
apps/registry.json

@ -3,7 +3,7 @@
"id": "nextcloud",
"category": "Files",
"name": "Nextcloud",
"version": "21.0.2",
"version": "22.1.1",
"tagline": "Productivity platform that keeps you in control",
"description": "Nextcloud puts your data at your fingertips, under your control. Store your documents, calendar, contacts and photos on your Umbrel instead of some company's data center. Features:\n\n- Mobile and desktop sync \n- Versioning and undelete \n- Galleries and activity feed \n- File editing and preview support for PDF, images, text files, Open Document, Word files and more. \n- Smooth performance and easy user interface. \n- Fine-grained control over access to data and sharing capabilities by user and by group.\n\nNote: After logging in to Nextcloud please change the password to something secure before sharing the address with anyone.",
"developer": "Nextcloud GmbH",

Loading…
Cancel
Save