Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb4b747d8c | ||
|
|
2ded56123d | ||
|
|
f8ac542493 | ||
|
|
39be5fe357 | ||
|
|
fdbd8e37ee | ||
|
|
06294076d2 | ||
|
|
829e284c7e |
2 changed files with 58 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
|
||||||
|
|
|
||||||
56
nextcloud.yaml
Normal file
56
nextcloud.yaml
Normal file
|
|
@ -0,0 +1,56 @@
|
||||||
|
document: modulemd-packager
|
||||||
|
version: 3
|
||||||
|
data:
|
||||||
|
# === Information about this module =======================================
|
||||||
|
summary: A private file sync and share server - version 24.x.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 of this modulemd file =======================================
|
||||||
|
license:
|
||||||
|
- MIT
|
||||||
|
# === Module context configurations =======================================
|
||||||
|
configurations:
|
||||||
|
# context:
|
||||||
|
- context: nx2
|
||||||
|
platform: f36
|
||||||
|
- context: nx3
|
||||||
|
platform: f37
|
||||||
|
- context: f38
|
||||||
|
platform: f38
|
||||||
|
- context: f39
|
||||||
|
platform: f39
|
||||||
|
# === Module API (optional, but encouraged) ===============================
|
||||||
|
api:
|
||||||
|
rpms:
|
||||||
|
- nextcloud
|
||||||
|
- nextcloud-httpd
|
||||||
|
- nextcloud-nginx
|
||||||
|
- nextcloud-mysql
|
||||||
|
- nextcloud-postgresql
|
||||||
|
- nextcloud-sqlite
|
||||||
|
# === Installation profiles (optional, but encouraged) ====================
|
||||||
|
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
|
||||||
|
# === Packages in this module =============================================
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
nextcloud:
|
||||||
|
ref: 24
|
||||||
|
rationale: Provides the functionality
|
||||||
Loading…
Add table
Add a link
Reference in a new issue