LalSalaamComrade

Yup, that’s me, President of the agAdbefdsds…what, where am I?

  • 46 Posts
  • 682 Comments
Joined 1 year ago
cake
Cake day: October 3rd, 2023

help-circle






  • You have to download docker first, then enable virtualization support from the BIOS. Also don’t forget to add the required “groups” to your current user. Then run the docker command (privilege escalation would be necessary, so use with sudo or doas):

    $ docker run -it -e LEMMY_DOMAIN='lemmydomain.com' -p "8080:8080" ghcr.io/rystaf/mlmym:latest
    

    But this is a web application, not a native client. Why do you want this? There’s probably someone out there running mlmym for your instance.














  • I think that this can be deployed locally. But the structure of the project, as well as the documentation is horrible. I am not even sure what’s going on with the weird skeleton:

    $ tree -L 2
    .
    ├── LICENSE
    ├── old-packages
    │   ├── questions
    │   ├── results
    │   └── score
    ├── packages
    │   ├── questions
    │   ├── results
    │   └── score
    ├── README.md
    └── web
        ├── contentlayer.config.ts
        ├── docker-compose.yaml
        ├── next.config.js
        ├── package.json
        ├── pnpm-lock.yaml
        ├── postcss.config.js
        ├── posts
        ├── public
        ├── README.md
        ├── src
        ├── tailwind.config.js
        └── tsconfig.json