Config for my PI/PDS
1
fork

Configure Feed

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

add notifications (see vielle.dev/notify-me)

vielle.dev d8761499 4f6fe78c

verified
+4
+4
commit.sh
··· 10 10 git fetch --all 11 11 git reset --hard origin/main 12 12 13 + curl -d "name=pi%20git%20updated&body=fetched%20latest%20git%20commit%20for%20vielle.dev/pi-config" http://compuper:6500/notify 14 + 13 15 # restart/rebuild all containers 14 16 docker compose build --no-cache 15 17 docker compose up -d --force-recreate --remove-orphans 16 18 17 19 # clear out dockerfiles to stop my drive exploding 18 20 docker system prune -af 21 + 22 + curl -d "name=pi%20ready&body=finished%20building%20docker" http://compuper:6500/notify 19 23 20 24 exit 0