https://github.com/mbevc1/nextcloud-repo
Nextcloud Yum repo generation
https://github.com/mbevc1/nextcloud-repo
nextcloud packages rpm yum
Last synced: over 1 year 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T13:11:40.000Z (over 1 year ago)
- Last Synced: 2025-01-24T23:51:17.685Z (over 1 year 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
[](https://github.com/mbevc1/nextcloud-repo/actions/workflows/release.yaml)
[](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
```