mail based rss feed aggregator
2
fork

Configure Feed

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

Update: I am blind


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

+3 -3
+3 -3
justfile
··· 38 38 39 39 # build image with tag 40 40 docker-build: 41 - docker build . --network host -t "eater" 41 + podman build . --network host -t "eater" 42 42 43 43 44 44 # start docker compose with --build 45 45 compose-up: docker-build 46 - docker compose up 46 + podman compose up 47 47 48 48 compose-up-no-build: 49 - docker compose up 49 + podman compose up