a familiar desktop experience for lemmy
Go to file
Oliver Lowe ba4b330ca0 always align post body left
With viewports narrower than 900px the text of the post body was
aligned centre. Removing the duplicate CSS class expando prevents it
falling back.

Signed-off-by: Ryan Stafford <ryan@nanorex.net>
2024-04-07 19:53:50 -04:00
.github/workflows workflow 2023-07-02 23:18:43 -04:00
public always align post body left 2024-04-07 19:53:50 -04:00
templates fix blank root page 2023-12-29 09:04:31 -05:00
.gitignore show mlmym version 2023-07-23 18:19:53 -04:00
Dockerfile Add curl to the container for healthcheck purposes (#89) 2023-10-09 13:06:14 -04:00
go.mod add token to empty bodies. fixes #100 2024-02-10 19:56:39 -05:00
go.sum add token to empty bodies. fixes #100 2024-02-10 19:56:39 -05:00
LICENSE init 2023-06-30 18:02:34 -04:00
main.go redirect instead of rewrite lemmy links, check for lemmy server 2023-09-03 17:35:06 -04:00
Makefile add version to make 2023-07-28 13:36:03 -04:00
README.md Open links in new window (#84) 2023-09-14 15:40:32 -04:00
routes.go disable link routes 2024-02-28 06:20:07 -05:00
screenshot1.png lemmyfied style, spoiler tags, vote loading indicator. fixes #13 2023-07-06 12:08:05 -04:00
state.go fix image uploads 2024-02-01 22:54:22 -05: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
LINKS_IN_NEW_WINDOW false