feat: add basic files
Some checks failed
Continuous Integration / lint_n_build (push) Failing after 18s
Continuous Delivery / build_n_upload (push) Failing after 18s

This commit is contained in:
2026-04-20 15:36:16 +02:00
parent 5b397a62bf
commit c63737fb0d
5 changed files with 164 additions and 0 deletions

35
netoik-vault.spec Normal file
View File

@@ -0,0 +1,35 @@
%define debug_package %{nil}
Name: %(make name)
Version: %(make version)
Release: %(make release)
Summary: %(make summary)
License: %(make license)
URL: %(make url)
Source0: %(make source0)
Buildarch: %(make arch)
BuildRequires: make
Requires: netoik-rp netoik-db vaultwarden
%description
Install the secrets vault called vaultwarden with a predefined configuration.
%prep
%autosetup -v
%install
%make_install
%post
# Restart services
systemctl daemon-reload
systemctl reenable nginx.service vaultwarden.service
systemctl restart nginx.service vaultwarden.service
%postun
%files
%changelog
%autochangelog