dev vouch dev on at. thats about it atvouch.dev
8
fork

Configure Feed

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

readme: more notes

Luna 8fc53f92 51085cfe

+10 -2
+10 -2
README.md
··· 29 29 30 30 ### setup appview 31 31 32 + _less recommended_. this may just not work for you, 33 + i rely more on test suite `cd appview && mix test` for development 34 + and for prod i have my own personal scripts. i am effectively translating 35 + those scripts into english for this readme. 36 + 32 37 first tap for atvouch records: 33 38 ``` 34 39 mkdir tap_atvouch ··· 41 46 export TAP_FIREHOSE_PARALLELISM=4 42 47 export TAP_RESYNC_PARALLELISM=5 43 48 export TAP_DISABLE_ACKS=false 44 - tap 49 + path/to/tap 45 50 ``` 46 51 47 52 then a second tap for tangled pull records: ··· 56 61 export TAP_FIREHOSE_PARALLELISM=4 57 62 export TAP_RESYNC_PARALLELISM=5 58 63 export TAP_DISABLE_ACKS=false 59 - tap 64 + path/to/tap 60 65 ``` 61 66 62 67 build and run appview's auth component: ··· 81 86 export TAP_PASSWORD="123" 82 87 export TAP_TANGLED_URI="ws://localhost:2481/channel" 83 88 export TAP_TANGLED_PASSWORD="123" 89 + 90 + # these currently must be the credentials for the bsky account. tangled requires 91 + # a full oauth flow and contact with its appview to create pull requrest comments 84 92 export TANGLED_BOT_HANDLE="atvouch.dev" 85 93 export TANGLED_BOT_PASSWORD="...." 86 94 cd appview