a familiar desktop experience for lemmy
Go to file
2023-07-03 21:56:30 -04:00
.github/workflows workflow 2023-07-02 23:18:43 -04:00
public word-wrap code elements fixes #2 2023-07-03 21:56:30 -04:00
templates totp support 2023-07-03 21:53:18 -04:00
Dockerfile init 2023-06-30 18:02:34 -04:00
go.mod totp support 2023-07-03 21:53:18 -04:00
go.sum totp support 2023-07-03 21:53:18 -04:00
LICENSE init 2023-06-30 18:02:34 -04:00
main.go removed gorilla cookies, single host mode, settings page, default filter, mobile viewport style, voting xhr, docker workflow 2023-07-02 17:29:35 -04:00
Makefile init 2023-06-30 18:02:34 -04:00
README.md readme 2023-07-02 20:40:02 -04:00
routes.go totp support 2023-07-03 21:53:18 -04:00
screenshot.png Create README.md 2023-07-02 17:50:07 -04:00
state.go remove debug logs 2023-07-02 21:50:03 -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