Skip to content

Commit 23db617

Browse files
committed
Updates to handle the new port and config system
1 parent 856688d commit 23db617

4 files changed

Lines changed: 4 additions & 39 deletions

File tree

README.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lemonade Desktop Snap
22

3-
Desktop client for local AI chat powered by [lemonade-server](https://github.com/kenvandine/lemonade-server-snap).
3+
Desktop client for local AI chat powered by [lemonade-server](https://github.com/lemonade-sdk/lemonade-server-snap).
44

55
Lemonade provides a clean, user-friendly chat interface for interacting with large language models (LLMs) running locally on your machine, with support for GPU and NPU acceleration.
66

@@ -20,7 +20,7 @@ The server starts automatically after installation. Verify it is running with:
2020
snap services lemonade-server
2121
```
2222

23-
The desktop client connects to lemonade-server on **localhost port 8000** by default. See [Configuration](#configuration) to connect to a remote server.
23+
The desktop client connects to lemonade-server on **localhost port 13305** by default.
2424

2525
## Installation
2626

@@ -35,21 +35,6 @@ sudo snap install lemonade
3535
- Runs entirely on your local machine for privacy
3636
- Native Wayland and X11 support
3737

38-
## Configuration
39-
40-
By default, the client connects to lemonade-server at `http://127.0.0.1:8000`. You can configure the server URL:
41-
42-
```bash
43-
sudo snap set lemonade server-url=http://192.168.1.100:8000
44-
```
45-
46-
Changes take effect on the next app launch.
47-
48-
To reset to default:
49-
50-
```bash
51-
sudo snap set lemonade server-url=http://127.0.0.1:8000
52-
```
5338

5439
## Building from Source
5540

@@ -68,8 +53,8 @@ sudo snap install lemonade_*.snap --dangerous
6853
## Links
6954

7055
- [Lemonade SDK](https://github.com/lemonade-sdk/lemonade) - Upstream project
71-
- [lemonade-server snap](https://github.com/kenvandine/lemonade-server-snap) - Required server component
72-
- [Report Issues](https://github.com/kenvandine/lemonade-snap/issues)
56+
- [lemonade-server snap](https://github.com/lemonade-sdk/lemonade-server-snap) - Required server component
57+
- [Report Issues](https://github.com/lemonade-sdk/lemonade-snap/issues)
7358

7459
## License
7560

scripts/launcher

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ if [[ ! -n "$DISABLE_WAYLAND" && -n "$WAYLAND_DISPLAY" ]]; then
44
WAYLAND_OPTS="--enable-features=UseOzonePlatform --ozone-platform-hint=auto --enable-wayland-ime"
55
fi
66

7-
# Read server URL from snap settings
8-
URL=$(snapctl get server-url)
9-
URL=${URL:-http://127.0.0.1:8000}
10-
11-
# Set base URL for the app
12-
export LEMONADE_APP_BASE_URL="$URL"
13-
147
exec $SNAP/dist-app/linux-unpacked/lemonade \
158
--disable-dev-shm-usage \
169
$WAYLAND_OPTS \

snap/hooks/configure

Lines changed: 0 additions & 9 deletions
This file was deleted.

snap/hooks/install

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)