Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbevc1/nextcloud-repo
Nextcloud Yum repo generation
https://github.com/mbevc1/nextcloud-repo
nextcloud packages rpm yum
Last synced: 1 day ago
JSON representation
Nextcloud Yum repo generation
- Host: GitHub
- URL: https://github.com/mbevc1/nextcloud-repo
- Owner: mbevc1
- License: apache-2.0
- Created: 2023-04-11T17:36:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T19:41:11.000Z (about 2 months ago)
- Last Synced: 2024-12-06T21:34:24.381Z (about 2 months ago)
- Topics: nextcloud, packages, rpm, yum
- Homepage: https://mbevc1.github.io/nextcloud-repo/
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Release](https://github.com/mbevc1/nextcloud-repo/actions/workflows/release.yaml/badge.svg)](https://github.com/mbevc1/nextcloud-repo/actions/workflows/release.yaml)
[![pages-build-deployment](https://github.com/mbevc1/nextcloud-repo/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/mbevc1/nextcloud-repo/actions/workflows/pages/pages-build-deployment)# nextcloud-repo
Nextcloud RPM repo## RHEL/CentOS
Add repository setting:
```
$ sudo vim /etc/yum.repos.d/nextcloud.repo
[nextcloud]
name=Nextcloud repository
baseurl=http://nextcloud-yum.s3.eu-west-1.amazonaws.com/releases/$releasever/$basearch/
gpgcheck=0
enabled=1
$ sudo yum -y update
$ sudo yum -y install nextcloud
```