summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
maintmux-conf and fix caddy-confFreya Murphy5 weeks
 
 
AgeCommit messageAuthorFilesLines
2025-08-17tmux-conf and fix caddy-confHEADmainFreya Murphy8-3/+150
2025-08-14aports: refactor and freya-baseFreya Murphy25-114/+493
2024-03-17iksemelFreya Murphy7-0/+131
 
Clone
https://g.freya.cat/aports
git@git.in.freya.cat:aports

aports

packages managing the baseline for my alpine systems

requirements

only docker is needed, since the build environment is run inside docker

building

to compile the APKs, set the variables in the Makefile and run make aports

usage

to add this baseline to an alpine system run the following on a new install

sed -i 's/#//' /etc/apk/repositories
apk add --no-cache --allow-untrusted --repository http://f.freya.cat/aports freya-base
echo freya-base > /etc/apk/world
apk update && apk upgrade