a familiar desktop experience for lemmy
Go to file
2023-07-15 21:25:57 -04:00
.github/workflows workflow 2023-07-02 23:18:43 -04:00
public community block button, link rewrite improvements, more imgur thumbnails #17 2023-07-15 11:12:10 -04:00
templates localize community and user links, regex cleanup 2023-07-15 21:25:57 -04:00
.gitignore gitignore 2023-07-08 11:28:37 -04:00
Dockerfile init 2023-06-30 18:02:34 -04:00
go.mod remove markdown from post titles 2023-07-05 11:22:46 -04:00
go.sum remove markdown from post titles 2023-07-05 11:22:46 -04:00
LICENSE init 2023-06-30 18:02:34 -04:00
main.go localize community and user links, regex cleanup 2023-07-15 21:25:57 -04:00
Makefile localize community and user links, regex cleanup 2023-07-15 21:25:57 -04:00
README.md lemmyfied style, spoiler tags, vote loading indicator. fixes #13 2023-07-06 12:08:05 -04:00
routes.go localize community and user links, regex cleanup 2023-07-15 21:25:57 -04:00
screenshot1.png lemmyfied style, spoiler tags, vote loading indicator. fixes #13 2023-07-06 12:08:05 -04:00
state.go hide instance names, default comment sort options. fixes #32 2023-07-14 11:10:27 -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