Skip to content

Enable the app to access a remote lemonade-server#814

Merged
jeremyfowers merged 7 commits intomainfrom
jfowers/free-the-app
Jan 9, 2026
Merged

Enable the app to access a remote lemonade-server#814
jeremyfowers merged 7 commits intomainfrom
jfowers/free-the-app

Conversation

@jeremyfowers
Copy link
Copy Markdown
Member

@jeremyfowers jeremyfowers commented Jan 8, 2026

Closes #807
Closes #748
Closes #721

This PR lets you do the following:

  1. Install Lemonade on computer A and computer B
  2. Start lemonade-server --host 0.0.0.0 --port PORT on computer A
  3. Start lemonade-app --base-url http://COMPUTER-A-IP-ADDR:PORT on computer B
  4. Presto, you are now using the Lemonade App remotely

Env var support is also provided for those who hate typing base urls.

Please see the documentation added to this PR for more details.

@jeremyfowers jeremyfowers self-assigned this Jan 8, 2026
Comment thread docs/server/lemonade-server-cli.md Outdated
Comment thread src/app/main.js
Added information about using LEMONADE_API_KEY for network access management.
@jeremyfowers jeremyfowers enabled auto-merge January 9, 2026 17:22
@jeremyfowers jeremyfowers added this pull request to the merge queue Jan 9, 2026
@jeremyfowers jeremyfowers removed this pull request from the merge queue due to the queue being cleared Jan 9, 2026
@jeremyfowers jeremyfowers merged commit 5fea8cc into main Jan 9, 2026
21 checks passed
@jeremyfowers jeremyfowers deleted the jfowers/free-the-app branch January 9, 2026 20:41
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.

Lemonade App Base Url Support for the Lemonade App to work on a non-localhost address? Investigate exposing new app over network

2 participants