Compare commits
18 commits
master
...
nextcloud-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
41c5e6bbde | ||
|
|
a380b15062 | ||
|
|
3bd8d953de | ||
|
|
9a3c6c7667 | ||
|
|
65fdd611b8 | ||
|
|
e7aa6c4c4d | ||
|
|
2487f8a4ec | ||
|
|
0212ce1cc2 | ||
|
|
9abb9fa8b4 | ||
|
|
b4c0ff8a91 | ||
|
|
fe7f8655c5 | ||
|
|
48bcd697c5 | ||
|
|
06088f2fba | ||
|
|
a75b945ad6 | ||
|
|
f89fd9457a | ||
|
|
f0e465990c | ||
|
|
86c168f903 | ||
|
|
58e5438664 |
2 changed files with 51 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
# nextcloud
|
# nextcloud:nextloud-stable
|
||||||
|
|
||||||
The nextcloud package
|
Modular package for Nextcloud Server - stable branch
|
||||||
|
|
|
||||||
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 - Stable branch
|
||||||
|
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-stable
|
||||||
|
rationale: Provides the functionality
|
||||||
Loading…
Add table
Add a link
Reference in a new issue