default settings, hide thumbnails option, github link. fixes #64, fixes #66, fixes #67
Some checks are pending
Docker / docker-images (push) Waiting to run

This commit is contained in:
Ryan Stafford 2023-08-08 17:26:30 -04:00
commit 3e1e3868f4
6 changed files with 51 additions and 10 deletions

View file

@ -3,14 +3,23 @@ a familiar desktop experience for [lemmy](https://join-lemmy.org).
![screenshot](https://raw.githubusercontent.com/rystaf/mlmym/main/screenshot1.png?raw=true)
### deployment
## deployment
```bash
docker run -it -p "8080:8080" ghcr.io/rystaf/mlmym:latest
```
### config
## config
Set the environment variable `LEMMY_DOMAIN` to run in single instance mode
```bash
docker run -it -e LEMMY_DOMAIN='lemmydomain.com' -p "8080:8080" ghcr.io/rystaf/mlmym:latest
```
#### default user settings
| environment variable | default |
| -------------------- | ------- |
| DARK | false |
| HIDE_THUMBNAILS | false |
| LISTING | All |
| SORT | Hot |
| COMMENT_SORT | Hot |