Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aperture native timeouts #59

Merged
merged 2 commits into from
May 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ admin
cln-notes.md
.idea/
alts/bitcoind
jitsi/config/*
jitsi/config/*
.vscode
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@ Clear the existing configs, so you can start fresh:

`./clearall.sh`

### aperture enabled paywall

The sphinx-stack docker compose file uses profiles to opt-in to particular services.
To run with an aperture-enabled paywall, start the stack with the
following command:

```shell
docker compose -f docker-compose.yml --profile aperture --project-directory . up -d
```

This will use the configs set in `/aperture/aperture.yaml`.
To update the timeout and other paywall related configs, edit that file.

### developing/contributing to Sphinx

- Run one of the sphinx clients on your local computer, and enter the `exported_keys` that you can find in `/relay/NODES.json` (make sure to copy the trailing `=` equal signs if there are any!)
Expand Down
35 changes: 0 additions & 35 deletions alts/lsat.yml

This file was deleted.

4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ services:
- 1883:1883

meme:
image: sphinxlightning/sphinx-meme:latest
image: bucko/sphinx-meme:latest
container_name: meme.sphinx
restart: on-failure
depends_on:
Expand Down Expand Up @@ -239,7 +239,7 @@ services:
# image: "lightninglabs/aperture:v0.1.12-beta"
# hopefully this is a temporary replacement to use the new aperture
# support for a timeout caveat
image: "bucko/aperture:timeout"
image: "bucko/aperture:timeoutv2"
container_name: aperture.sphinx
profiles:
- aperture
Expand Down