Files
netoik-rp/netoik-rp.spec
2025-12-28 11:09:19 +01:00

29 lines
581 B
RPMSpec

Name: netoik-rp
Version: %(make version)
Release: 1%{?dist}
Summary: Netoik Reverse Proxy
License: MIT
URL: https://git.netoik.io/samuel/netoik-rp
Source0: %{name}-%{version}.tar.gz
Buildarch: x86_64
BuildRequires: make
Requires: nginx
%description
Install the reverse proxy called nginx with a predefined configuration and with TLS certificates attached to netoik.io
%prep
%autosetup -v
%install
%make_install
%files
%attr(644, root, root) /%{_sysconfdir}/nginx/nginx.conf
%changelog
# let's skip this for now