configuration for self hosting a spindle in docker
0
fork

Configure Feed

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

chore: add clone repo step to readme

+2
+2
README.md
··· 47 47 **1. Configure environment** 48 48 49 49 ```bash 50 + git clone https://tangled.org/danieldaum.net/spindle-docker 51 + cd spindle-docker 50 52 cp .env.sample .env 51 53 # Edit .env — set SPINDLE_SERVER_HOSTNAME and SPINDLE_SERVER_OWNER 52 54 ```