Skip to content

fix: first_install for local#3927

Merged
arcbtc merged 1 commit intodevfrom
first_install
Apr 14, 2026
Merged

fix: first_install for local#3927
arcbtc merged 1 commit intodevfrom
first_install

Conversation

@arcbtc
Copy link
Copy Markdown
Member

@arcbtc arcbtc commented Apr 12, 2026

I get the logic in the initial change, but default behavior should continue as it was

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.02%. Comparing base (658da6b) to head (e635734).
⚠️ Report is 13 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #3927      +/-   ##
==========================================
+ Coverage   56.72%   63.02%   +6.30%     
==========================================
  Files         124      124              
  Lines       16990    17019      +29     
==========================================
+ Hits         9638    10727    +1089     
+ Misses       7352     6292    -1060     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@motorina0 motorina0 requested review from dni and motorina0 April 14, 2026 06:45
@arcbtc arcbtc merged commit 385fb4f into dev Apr 14, 2026
@arcbtc arcbtc deleted the first_install branch April 14, 2026 13:50
Comment thread lnbits/settings.py
auth_https_only: bool = Field(default=True)
# Keep disabled by default so local HTTP installs continue to work unless
# operators explicitly opt into HTTPS-only auth cookies.
auth_https_only: bool = Field(default=False)
Copy link
Copy Markdown
Member

@dni dni Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will use insecure cookies when running behind a proxy basically on all production instances. we need to add it to the docs on how to run behind a proxy and what to configure. in my opionen the sane default is True and if you want to develop locally, you set it to false.

ai-chen2050 pushed a commit to loka-network/agents-pay-service that referenced this pull request Apr 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants