mirror of
https://github.com/rystaf/mlmym.git
synced 2024-11-05 06:43:21 +00:00
643 B
643 B
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 |
---|---|
DARK | false |
HIDE_THUMBNAILS | false |
LISTING | All |
SORT | Hot |
COMMENT_SORT | Hot |