Create README.md

This commit is contained in:
Ryan Stafford 2023-07-02 17:49:11 -04:00
parent d61d68d9e4
commit ef8496ec4f
2 changed files with 16 additions and 0 deletions

16
README.md Normal file
View file

@ -0,0 +1,16 @@
# mlmym
a familiar desktop experience for [lemmy](https://join-lemmy.org).
![screenshot](https://raw.githubusercontent.com/rystaf/mlmym/main/screenshot.png?raw=true)
### deployment
```bash
docker run -it -p "8080:8080" ghcr.io/rystaf/mlmym:latest
```
## config
Set the environment variable `LEMMY_DOMAIN` to run in single instance mode
```bash
dockerrun -it -e LEMMY_DOMAIN='lemmydomain.com' -p "8080:8080" ghcr.io/rystaf/mlmym:latest
```

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB