6 Commits
v0.1.0 ... main

Author SHA1 Message Date
6bd91ef624 fix: update socket permissions
All checks were successful
Continuous Integration / lint_n_build (push) Successful in 19s
Continuous Delivery / build_n_upload (push) Successful in 20s
2026-04-19 14:52:35 +02:00
d7e1d71dbf doc: update repo owner
All checks were successful
Continuous Integration / lint_n_build (push) Successful in 27s
2026-04-19 14:37:15 +02:00
9d544a7645 ci: change repo owner
All checks were successful
Continuous Delivery / build_n_upload (push) Successful in 20s
2026-04-19 13:15:35 +02:00
e48a882b46 doc: fix dnf search command 2026-04-04 07:37:21 +02:00
29e097bb8b doc: typo in readme 2026-03-15 16:36:42 +01:00
52eb7159ef fix: install unit file
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled
2026-03-14 01:07:29 +01:00
3 changed files with 8 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ NAME = netoik-cache
VERSION = $(shell git describe --abbrev=0)
RELEASE = $(shell git rev-parse --short HEAD)
ARCH = noarch
OWNER = samuel
OWNER = netoik
SUMMARY = "Netoïk Cache Server"
LICENSE = "MIT"
URL = "https://git.netoik.io/$(OWNER)/$(NAME)"
@@ -75,7 +75,7 @@ install: ## Install files into rpm dest (requires env var DESTDIR)
fi
install --mode=755 --directory $(DESTDIR)$(RPM_SYSCONFDIR)/valkey $(DESTDIR)$(RPM_UNITDIR)/valkey.service.d
install --mode=644 --target-directory=$(DESTDIR)$(RPM_SYSCONFDIR)/valkey files/valkey/netoik_valkey.conf
install --mode=644 --target-directory=$(DESTDIR)$(RPM_UNITDIR) files/systemd/valkey.conf
install --mode=644 --target-directory=$(DESTDIR)$(RPM_UNITDIR)/valkey.service.d files/systemd/valkey.conf
.PHONY: upload
upload: ## Upload rpm package to Gitea repository (requires env var PKG_TOKEN)

View File

@@ -1,4 +1,4 @@
# Netoïk cache server ![badge](https://git.netoik.io/samuel/netoik-cache/actions/workflows/ci.yaml/badge.svg)
# Netoïk cache server ![badge](https://git.netoik.io/netoik/netoik-cache/actions/workflows/ci.yaml/badge.svg)
Build an RPM package which will install a Cache server:
@@ -59,18 +59,18 @@ Some commands to deploy the RPM package on server
- Add Gitea repo to your repo list:
```shell
dnf config-manager --add-repo https://git.netoik.io/api/packages/samuel/rpm.repo
dnf repolist | grep gitea-samuel
dnf config-manager --add-repo https://git.netoik.io/api/packages/netoik/rpm.repo
dnf repolist | grep gitea-netoik
```
- Show available versions:
```shell
dnf --showduplicates netoik-cache
dnf search --showduplicates netoik-cache
```
- Install or upgrade package:
```shell
dnf --nogpgcheck --refresh --assumeyes --best install netoik-rp
dnf --nogpgcheck --refresh --assumeyes --best install netoik-cache
```

View File

@@ -9,6 +9,7 @@ port 0
# on a unix socket when not specified.
#
unixsocket /run/valkey/valkey.sock
unixsocketperm 770
# Specify the log file name. Also the empty string can be used to force
# the server to log on the standard output. Note that if you use standard