This repository has no description
0

Configure Feed

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

C++ 97.4%
Meson 2.0%
Other 0.6%
7 1 0

Clone this repository

https://tangled.org/spawnprophet.tngl.sh/lunarnext https://tangled.org/did:plc:gbdeoo64k6iq27c7hgb4qwzr
git@tangled.org:spawnprophet.tngl.sh/lunarnext git@tangled.org:did:plc:gbdeoo64k6iq27c7hgb4qwzr

For self-hosted knots, clone URLs may differ based on your setup.



README.md

Lunar Next#

How to run#

Requirements#

  • dpp
  • clang 19+ (untested with gcc/cl, gcc crashed my container)
  • meson/ninja

Compile/Run#

git clone https://tangled.org/spawnprophet.tngl.sh/lunarnext
cd src
CC=clang CXX=clang++ CC_LD=lld CXX_LD=lld meson setup ../build
cd ..
cp .env.example .env # Make sure to fill it out
cp blacklist.lunar.example blacklist.lunar # Same as above, if you have no ids leave it blank
cp whitelist.lunar.example whitelist.lunar # Remove first line and add your discord ID to it
meson compile -C build
./build/lunarnext

Disclaimer#

Some code has been assisted by Gemini Enterprise but has been looked over by a human and made sure to not leak any info.