https://github.com/losuler/unrealircd
Fedora/CentOS packaging for UnrealIRCd.
https://github.com/losuler/unrealircd
centos epel fedora package rpm systemd unrealircd
Last synced: 2 months ago
JSON representation
Fedora/CentOS packaging for UnrealIRCd.
- Host: GitHub
- URL: https://github.com/losuler/unrealircd
- Owner: losuler
- Created: 2020-05-30T04:43:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T00:18:47.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T22:07:07.229Z (11 months ago)
- Topics: centos, epel, fedora, package, rpm, systemd, unrealircd
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UnrealIRCd RPM
Fedora/CentOS packaging for UnrealIRCd.
## About
This is Fedora/CentOS packaging for [UnrealIRCd](https://www.unrealircd.org/) based on the original spec created by [nazunalika](https://github.com/nazunalika).
> **Update**: This package is now available in the official Fedora and EPEL repositories https://src.fedoraproject.org/rpms/unrealircd. It is recommended to migrate to this package. The spec and associated builds provided here will no longer be maintained.
## Builds
Builds are available on my Copr at https://copr.fedorainfracloud.org/coprs/losuler/unrealircd.
This repo can be added on all supported systems by:
```bash
dnf copr enable losuler/unrealircd
```
## Config
In order to change the default location for tls certs (which is`/etc/unrealircd/tls`), when for example you are using `certbot`, use the following block in `/etc/unrealircd/unrealircd.conf`:
```
set {
tls {
certificate "/path/to/cert";
key "/path/to/key";
};
};
```