this repo has no description
1
fork

Configure Feed

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

add gatekeeper (configured on vps; pending)

+10
+10
compose.yml
··· 17 17 env_file: 18 18 - ./data/pds.env 19 19 20 + gatekeeper: 21 + build: https://tangled.org/baileytownsend.dev/pds-gatekeeper.git 22 + restart: unless-stopped 23 + ports: 24 + - "8001:8080" 25 + volumes: 26 + - "./data/pds:/pds" 27 + env_file: 28 + - ./data/pds.env 29 + 20 30 knot: 21 31 build: 22 32 context: ./knot