Go to file
Keyan 23ee62fb21
add sndev shell script and enhance docker compose local dev
* add hot reloading worker:dev script

* refine docker config

* sndev bash script and docker reliability stuff

* make posix shell

* restart: always -> unless-stopped

* proper check for postgres health

* add db seed to sndev

* refinements after fresh builds

* begin adding regtest network

* add changes to .env.sample

* reorganize docker and add static certs/macroon to lnd

* copy wallet and macaroon dbs for deterministic wallets/macaroons

* fix perms of shared directories

* allow debian useradd with duplicate id

* add auto-mining

* make bitcoin health check dependent on blockheight

* open channel between ln nodes

* improve channel opens

* add sndev payinvoice

* add sndev withdraw

* ascii art

* add sndev status

* sndev passthrough to docker and containers

* add sndev psql command

* remove script logging

* small script cleanup

* smaller db seed

* pin opensearch version

Co-authored-by: ekzyis <ek@stacker.news>

* pin opensearch dashboard

Co-authored-by: ekzyis <ek@stacker.news>

* add sndev prisma

* add help for all commands

* set -e

* s3 and image proxy with broken name resolution

* finally fully working image uploads

* use a better diff algo

---------

Co-authored-by: ekzyis <ek@stacker.news>
2024-03-13 09:04:09 -05:00
.ebextensions install psql on servers 2024-01-30 18:47:01 -06:00
.github Add tests for internal linking (#808) 2024-02-17 15:53:36 -06:00
.platform Remove Content-Length header for requests to /api/lnauth (#413) 2023-08-15 12:52:56 -05:00
.vscode remove vscode settings 2022-06-08 16:56:35 -05:00
api add sndev shell script and enhance docker compose local dev 2024-03-13 09:04:09 -05:00
capture refine capture svc 2024-02-03 20:14:54 -06:00
components add sndev shell script and enhance docker compose local dev 2024-03-13 09:04:09 -05:00
copilot autoscale capture svc by response time 2024-02-07 19:34:33 -06:00
docker add sndev shell script and enhance docker compose local dev 2024-03-13 09:04:09 -05:00
docs add sndev shell script and enhance docker compose local dev 2024-03-13 09:04:09 -05:00
fragments Territory transfers (#878) 2024-03-05 13:56:02 -06:00
lib add sndev shell script and enhance docker compose local dev 2024-03-13 09:04:09 -05:00
pages update register stacker number 2024-03-04 21:00:43 -06:00
prisma Territory transfers (#878) 2024-03-05 13:56:02 -06:00
public new email welcome gif 2024-03-04 21:00:28 -06:00
scripts newsletter script meme monday search fix 2024-01-21 13:25:10 -06:00
styles Expose WebLN interface via React Context (#749) 2024-02-08 12:33:13 -06:00
svgs autowithdraw to lightning address 2024-01-11 13:10:07 -06:00
sw Territory transfers (#878) 2024-03-05 13:56:02 -06:00
worker add sndev shell script and enhance docker compose local dev 2024-03-13 09:04:09 -05:00
.babelrc dark mode with css variables instead 2021-11-09 16:43:56 -06:00
.env.sample add sndev shell script and enhance docker compose local dev 2024-03-13 09:04:09 -05:00
.gitignore add sndev shell script and enhance docker compose local dev 2024-03-13 09:04:09 -05:00
.npmrc Revert "Revert "shield your eyes; massive, squashed refactor; nextjs/react/react-dom/apollo upgrades"" 2023-07-23 10:08:43 -05:00
Dockerfile add sndev shell script and enhance docker compose local dev 2024-03-13 09:04:09 -05:00
LICENSE add license 2021-06-28 18:28:26 -05:00
Procfile fix module issues when running worker 2023-09-26 20:33:54 -05:00
README.md Use LND subscriptions (#726) 2024-01-08 16:37:58 -06:00
contributors.txt Changed my nym to ek (#844) 2024-02-16 12:25:43 -06:00
docker-compose.yml add sndev shell script and enhance docker compose local dev 2024-03-13 09:04:09 -05:00
middleware.js add sndev shell script and enhance docker compose local dev 2024-03-13 09:04:09 -05:00
next.config.js Fix local prod builds assuming CDN (#814) 2024-02-13 09:53:34 -06:00
package-lock.json Add tests for internal linking (#808) 2024-02-17 15:53:36 -06:00
package.json add sndev shell script and enhance docker compose local dev 2024-03-13 09:04:09 -05:00
sndev add sndev shell script and enhance docker compose local dev 2024-03-13 09:04:09 -05:00

README.md

contributing

We pay sats for PRs. Sats will be proportional to the impact of the PR. If there's something you'd like to work on, suggest how much you'd do it for on the issue. If there's something you'd like to work on that isn't already an issue, whether its a bug fix or a new feature, create one.

We aim to have a quick PR turnaround time, but we are sometimes slower than we'd like. In most cases, if your PR is unambiguously good, it shouldn't take us more than 1 week.

If you have a question about contributing start a discussion.

responsible disclosure

If you found a vulnerability, we would greatly appreciate it if you contact us via kk@stacker.news or t.me/k00bideh.

stacker.news

Stacker News is like Hacker News but we pay you Bitcoin. We use Bitcoin and the Lightning Network to provide Sybil resistance and any karma earned is withdrawable as Bitcoin.

wen decentralization

We're experimenting with providing an SN-like service on nostr in Outer Space. It's our overarching goal to align SN with Bitcoin's ethos yet still make a product the average bitcoiner loves to use.

local development

  1. Install docker-compose and deps if you don't already have it installed
  2. git clone git@github.com:stackernews/stacker.news.git sn && cd sn
  3. docker-compose up --build

You should then be able to access the site at localhost:3000 and any changes you make will hot reload. If you want to login locally or use lnd you'll need to modify .env.sample appropriately. More details here and here. If you have trouble please open an issue so I can help and update the README for everyone else.

web push

To enable Web Push locally, you will need to set the VAPID_* env vars. VAPID_MAILTO needs to be an email address using the mailto: scheme. For NEXT_PUBLIC_VAPID_KEY and VAPID_PRIVKEY, you can run npx web-push generate-vapid-keys.

imgproxy

To configure the image proxy, you will need to set the IMGPROXY_ env vars. NEXT_PUBLIC_IMGPROXY_URL needs to point to the image proxy service. IMGPROXY_KEY and IMGPROXY_SALT can be set using openssl rand -hex 64.

stack

The site is written in javascript using Next.js, a React framework. The backend API is provided via GraphQL. The database is PostgreSQL modeled with Prisma. The job queue is also maintained in PostgreSQL. We use lnd for our lightning node. A customized Bootstrap theme is used for styling.

processes

There are two. 1. the web app and 2. the worker, which dequeues jobs sent to it by the web app, e.g. processing images.

wallet transaction safety

To ensure stackers balances are kept sane, all wallet updates are run in serializable transactions at the database level. Because prisma has relatively poor support for transactions all wallet touching code is written in plpgsql stored procedures and can be found in the prisma/migrations folder.

code

The code is linted with standardjs.

license

MIT