Compare commits
7 commits
master
...
nextcloud-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3711ee74b3 | ||
|
|
0ea3992c6a | ||
|
|
d22886fd2b | ||
|
|
a9639e680b | ||
|
|
6ff6480399 | ||
|
|
5e4e4989b0 | ||
|
|
b831aeedc4 |
2 changed files with 51 additions and 13 deletions
15
README.md
15
README.md
|
|
@ -1,14 +1,3 @@
|
||||||
Modular version of the [nextcloud package](https://src.fedoraproject.org/rpms/nextcloud).
|
# nextcloud
|
||||||
|
|
||||||
Available streams:
|
|
||||||
|
|
||||||
Current:
|
|
||||||
|
|
||||||
- `nextcloud-stable`, follows upstream's `stable` release channel, currently ships Nextcloud Server 20
|
|
||||||
- `nextcloud-20`, Nextcloud Server 20
|
|
||||||
- `nextcloud-19`, Nextcloud Server 19
|
|
||||||
|
|
||||||
EOL'd upstream:
|
|
||||||
|
|
||||||
- `nextcloud-18`, Nextcloud Server 18.0.13, available until Fedora 32 EOL
|
|
||||||
|
|
||||||
|
The nextcloud package
|
||||||
|
|
|
||||||
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 22.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, -el8]
|
||||||
|
requires:
|
||||||
|
platform: [-eln, -el8]
|
||||||
|
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-22
|
||||||
|
rationale: Provides the functionality
|
||||||
Loading…
Add table
Add a link
Reference in a new issue