(λ (x) (create x) '(Tenejo))

About:

Tenejo: (Esperanto) - Depository: a place where something is placed or deposited especially for safekeeping.

Tenejo is a Lua Lapis & Openresty powered Alpine Package Repository. Instead of building upon purely static file hosting, Tenejo was designed to provide a modern, programmatic way to manage, deploy, and distribute Alpine Linux packages.

Repository Key:

Key Verification:

To use the packages hosted here you need to install the pub key used to sign the packages into /etc/apk/keys, and then configure your /etc/apk/repositories file to point to the repos you wish to use.

You can fetch the key manually from the link above, or install it directly like this. (You may need to sudo or doas this command).

	# Verify SHA256 hash
	wget -qO- https://tenejo.lambdacreate.com/static/tenejo.rsa.pub | sha256sum

	# If fingerprint matches, install the key
	wget https://tenejo.lambdacreate.com/static/tenejo.rsa.pub -O /etc/apk/keys/tenejo.rsa.pub
  

And here's an example /etc/apk/repositories file that will enable all repositories currently configured on this server.

	 
	https://tenejo.lambdacreate.com/edge/community	 
	https://tenejo.lambdacreate.com/edge/non-free	 
	https://tenejo.lambdacreate.com/edge/testing	 
	https://tenejo.lambdacreate.com/edge/main	
  

Browse Repositories: