Compare commits
10 commits
master
...
nextcloud-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7811642a03 | ||
|
|
db13c4e9e2 | ||
|
|
6e99bb4d32 | ||
|
|
9a6c3a7a17 | ||
|
|
47d62f9df4 | ||
|
|
fdedf4e9d8 | ||
|
|
5682b21398 | ||
|
|
efea88c6ed | ||
|
|
efcbc41d06 | ||
|
|
c1c3113fc7 |
2 changed files with 51 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
# nextcloud
|
# nextcloud:nextcloud-21
|
||||||
|
|
||||||
The nextcloud package
|
Modular package for Nextcloud Server 21
|
||||||
|
|
|
||||||
49
nextcloud.yaml
Normal file
49
nextcloud.yaml
Normal file
|
|
@ -0,0 +1,49 @@
|
||||||
|
document: modulemd
|
||||||
|
version: 2
|
||||||
|
data:
|
||||||
|
summary: A private file sync and share server - version 21.0.x
|
||||||
|
description: >-
|
||||||
|
Nextcloud gives you universal access to your files through a
|
||||||
|
web interface or WebDAV. It also provides a platform to easily
|
||||||
|
view & sync your contacts, calendars and bookmarks across all
|
||||||
|
your devices and enables basic editing right on the web.
|
||||||
|
Nextcloud is extendable via a simple but powerful API for
|
||||||
|
applications and plugins.
|
||||||
|
|
||||||
|
license:
|
||||||
|
module:
|
||||||
|
- MIT
|
||||||
|
dependencies:
|
||||||
|
- buildrequires:
|
||||||
|
platform: [-eln, -epel8]
|
||||||
|
requires:
|
||||||
|
platform: [-eln, -epel8]
|
||||||
|
references:
|
||||||
|
documentation: https://docs.nextcloud.com/server/latest/admin_manual/
|
||||||
|
tracker: https://github.com/nextcloud/server/issues
|
||||||
|
api:
|
||||||
|
rpms:
|
||||||
|
- nextcloud
|
||||||
|
- nextcloud-httpd
|
||||||
|
- nextcloud-nginx
|
||||||
|
- nextcloud-mysql
|
||||||
|
- nextcloud-postgresql
|
||||||
|
- nextcloud-sqlite
|
||||||
|
profiles:
|
||||||
|
default:
|
||||||
|
description: A standard installation using HTTPD and MySQL.
|
||||||
|
rpms:
|
||||||
|
- nextcloud
|
||||||
|
- nextcloud-httpd
|
||||||
|
- nextcloud-mysql
|
||||||
|
testing:
|
||||||
|
description: A minimal installation for testing purposes
|
||||||
|
rpms:
|
||||||
|
- nextcloud
|
||||||
|
- nextcloud-httpd
|
||||||
|
- nextcloud-sqlite
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
nextcloud:
|
||||||
|
ref: nextcloud-21
|
||||||
|
rationale: Provides the functionality
|
||||||
Loading…
Add table
Add a link
Reference in a new issue