A third party ATProto appview
4
fork

Configure Feed

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

Merge branch 'main' of https://github.com/dollspace-gay/PublicAppView

+1 -5
+1 -5
docs/index.html
··· 118 <div class="step-number">2</div> 119 <div class="step-content"> 120 <h3>Configure Environment</h3> 121 - <pre><code>cp .env.example .env 122 - # Edit .env with your settings: 123 - # - DATABASE_URL 124 - # - APPVIEW_DID (your did:web: identifier) 125 - # - ENCRYPTION_KEY (generate with: openssl rand -base64 32)</code></pre> 126 </div> 127 </div> 128
··· 118 <div class="step-number">2</div> 119 <div class="step-content"> 120 <h3>Configure Environment</h3> 121 + <pre><code># Edit docker-compose.yml</code></pre> 122 </div> 123 </div> 124