unoffical wafrn mirror wafrn.net
atproto social-network activitypub
1
fork

Configure Feed

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

Merge branch 'main' into development

+3 -2
+1 -1
install/installer.sh
··· 162 162 echo "-------------------------" 163 163 164 164 cd $HOME 165 - git clone https://codeberg.org/wafrn/wafrn 165 + git clone https://codeberg.org/wafrn/wafrn.git 166 166 cd wafrn 167 167 168 168 echo
+2 -1
packages/frontend/src/index.html
··· 106 106 'waf, right now', 107 107 'keep the piss', 108 108 "when it's completely dark, you're likely to be eaten by a grue", 109 - 'Oooh! Spinny circle!' 109 + 'Oooh! Spinny circle!', 110 + "Remember to hydrate! Or don't, I'm not the boss of you" 110 111 ] 111 112 const splashTextElement = document.getElementById('splash-text') 112 113