First commit

This commit is contained in:
2025-12-28 11:09:19 +01:00
parent 3a7d95c7b2
commit c0989dc7cf
4 changed files with 118 additions and 0 deletions

28
netoik-rp.spec Normal file
View File

@@ -0,0 +1,28 @@
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