selfhostable, read-only reddit client
16
fork

Configure Feed

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

add docker volume instructions

Akshay d214040c f1029d2e

+5 -2
+1 -1
flake.nix
··· 41 41 cp -R ./node_modules/* $out/node_modules 42 42 ls -la $out/node_modules 43 43 ''; 44 - outputHash = "sha256-2qqPTYzbW/MuBfwYDAPZs0fiElTut3tKqCeMW6YIYTg="; 44 + outputHash = "sha256-XX8RozzH76qzBAIyWYwPynaxGIaHNojNw5s6aCqaSio="; 45 45 outputHashAlgo = "sha256"; 46 46 outputHashMode = "recursive"; 47 47 };
+4 -1
readme.md
··· 67 67 ghcr.io/oppiliappan/lurker latest ba3733164889 54 years ago 186MB 68 68 69 69 # start lurker in a container 70 - $ docker run ghcr.io/oppiliappan/lurker:latest 70 + # 71 + # lurker stores data in /data, 72 + # so create a volume on the host accordingly: 73 + $ docker run -v /your/host/lurker-data:/data ghcr.io/oppiliappan/lurker:latest 71 74 ``` 72 75 73 76 or with just [bun](https://bun.sh/):