mirror of
https://github.com/rystaf/mlmym.git
synced 2026-07-27 18:23:44 +00:00
No description
- Go 41.7%
- HTML 32.9%
- CSS 13.5%
- JavaScript 11.4%
- Dockerfile 0.3%
- Other 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .github/workflows | ||
| public | ||
| templates | ||
| .gitignore | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| Makefile | ||
| README.md | ||
| routes.go | ||
| screenshot1.png | ||
| state.go | ||
mlmym
a familiar desktop experience for lemmy.
deployment
docker run -it -p "8080:8080" ghcr.io/rystaf/mlmym:latest
config
Set the environment variable LEMMY_DOMAIN to run in single instance mode
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 |
| COMMENTS_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.
