this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

try no no cache

+1 -1
+1 -1
commit.sh
··· 15 15 curl -d "name=pi%20git%20updated%20$(git log -1 --pretty=format:%h)&body=fetched%20latest%20git%20commit%20for%20vielle.dev/pi-config&key=pi/commit/git" http://compuper:6500/notify 16 16 17 17 # restart/rebuild all containers 18 - docker compose build --no-cache 18 + docker compose build 19 19 docker compose up -d --force-recreate --remove-orphans 20 20 21 21 # clear out dockerfiles to stop my drive exploding