a familiar desktop experience for lemmy
Go to file
2023-09-03 12:52:41 -04:00
.github/workflows workflow 2023-07-02 23:18:43 -04:00
public post/user blocking 2023-09-03 12:48:04 -04:00
templates dark mode at root fixes #75 2023-09-03 12:52:41 -04:00
.gitignore show mlmym version 2023-07-23 18:19:53 -04:00
Dockerfile show mlmym version 2023-07-23 18:19:53 -04:00
go.mod try RFC3339 timestamps. fixes #80, fixes #81 2023-09-03 12:49:14 -04:00
go.sum try RFC3339 timestamps. fixes #80, fixes #81 2023-09-03 12:49:14 -04:00
LICENSE init 2023-06-30 18:02:34 -04:00
main.go post/user blocking 2023-09-03 12:48:04 -04:00
Makefile add version to make 2023-07-28 13:36:03 -04:00
README.md default settings, hide thumbnails option, github link. fixes #64, fixes #66, fixes #67 2023-08-08 17:36:52 -04:00
routes.go dark mode at root fixes #75 2023-09-03 12:52:41 -04:00
screenshot1.png lemmyfied style, spoiler tags, vote loading indicator. fixes #13 2023-07-06 12:08:05 -04:00
state.go post/user blocking 2023-09-03 12:48:04 -04:00

mlmym

a familiar desktop experience for lemmy.

screenshot

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