gancio events software with updated sharps for Alpine Linux
Find a file
2025-12-29 23:46:05 -06:00
docker-entrypoint.sh Adding Dockerfile and entrypoint script 2022-06-15 01:22:19 +00:00
Dockerfile upgrade alpine node to 3.22, targeted alpine version to 3.22, sharps to 0.34.5, gancio-latest to 1.28.2 2025-12-29 23:46:05 -06:00
gancio-patched-latest.tgz upgrade alpine node to 3.22, targeted alpine version to 3.22, sharps to 0.34.5, gancio-latest to 1.28.2 2025-12-29 23:46:05 -06:00
initd-gancio adding openrc service file for Alpine and basic instructions in README 2025-05-20 14:10:45 -05:00
LICENSE Initial commit 2022-06-13 23:59:27 +00:00
README.md upgrade alpine node to 3.22, targeted alpine version to 3.22, sharps to 0.34.5, gancio-latest to 1.28.2 2025-12-29 23:46:05 -06:00

gancio-patched

gancio events software with updated sharps for Alpine 3.22

This is built for the Layer Zero gancio instance, which can be found at calendar.layerze.ro. It may be useful to others, thus I make this public.

Use the variable GANCIO_VER to refer to the gancio tag you want. The gancio-patched-latest.tgz file will be updated whenever I remember to.

clone this repo, change into gancio directory, then run:

PODMAN
podman build --no-cache --format docker --build-arg=GANCIO_VER=[version] -t gancio-patched:[insert version here] .
podman run -v ./out:/out:Z gancio-patched:[version]

DOCKER
docker build --no-cache --build-arg GANCIO_VER=[version] -t=gancio-patched:[version] .
docker run -v ./out:/out gancio-patched:[version]

The tar-gzipped yarn package will be in the out/ directory.

Yarn can install gancio with yarn global add file:./gancio-$VERSION.tgz.

Or, if you don't want to build it yourself (warning, build may become out of date), you can get the package itself by running:

yarn global add https://git.cyberia.club/zico/gancio-patched/raw/branch/main/gancio-patched-latest.tgz

To use the included openrc service file, copy initd-gancio to /etc/initd/gancio and make it executable (chmod +x /etc/initd/gancio). Add it to the default service run level to start it on boot: rc-update add gancio default and then start it with rc-service gancio start.