Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rystaf/mlmym
a familiar desktop experience for lemmy
https://github.com/rystaf/mlmym
go lemmy lemmy-ui
Last synced: about 2 months ago
JSON representation
a familiar desktop experience for lemmy
- Host: GitHub
- URL: https://github.com/rystaf/mlmym
- Owner: rystaf
- License: agpl-3.0
- Created: 2023-06-30T19:52:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-12T04:16:16.000Z (8 months ago)
- Last Synced: 2024-05-19T14:33:30.325Z (8 months ago)
- Topics: go, lemmy, lemmy-ui
- Language: Go
- Homepage:
- Size: 516 KB
- Stars: 240
- Watchers: 8
- Forks: 16
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-lemmy - mlmym - activity/y/rystaf/mlmym) | (Projects / Alternative front-ends)
README
# mlmym
a familiar desktop experience for [lemmy](https://join-lemmy.org).![screenshot](https://raw.githubusercontent.com/rystaf/mlmym/main/screenshot1.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
docker run -it -e LEMMY_DOMAIN='lemmydomain.com' -p "8080:8080" ghcr.io/rystaf/mlmym:latest
```
#### default user settings
| environment variable | default |
| -------------------- | ------- |
| LISTING | All |
| SORT | Hot |
| COMMENT_SORT | Hot |
| DARK | false |
| HIDE_THUMBNAILS | false |
| COLLAPSE_MEDIA | false |
| LINKS_IN_NEW_WINDOW | false |To override a default setting to true, set the environment variable to any value. To undo an override, leave the variable blank.