this post was submitted on 05 Jul 2023
19 points (100.0% liked)

Digital Freedom

1 readers
1 users here now

Governments, Big Business, & Tyrants are using technology to control and censor you. Here we discuss how to break free.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago* (last edited 1 year ago) (7 children)

Ha, that's awesome indeed!

(EDIT: Please don't read this without reading the reply, as there is an important correction. I am not 100% sure that the docker container pulled through ghcr.io is guaranteed to be built from the source code that is publicly available)

Since the github page doesn't explain how the installation works for those who aren't familiar with docker, I can add a quick explanation:

If you are using Linux and you have already installed docker, all you need to do is to run the following command in the terminal (replacing lemmydomain.com with the instance you use):

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

This command will create the docker container directly by pulling the code from github, and it will host the application on your computer, accessible at port 8080. So, you would then open your browser and type "localhost:8080", and it this will take you to your instance but with an interface that looks like the old reddit.

[–] [email protected] 1 points 1 year ago (2 children)

That is DWM, right? What patches are you using?

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

Yeah, it is suckless dwm!

I set it up maybe 2 or 3 years ago. Around that time I spent about a week playing with the configuration and applying patches, but today I don't remember which patches I used, and I don't know of an easy way to check. It is pretty minimal though - I think I have some patch to scroll through the terminal, something related to navigating through the windows, and other simple functional additions. Nothing fancy.

[–] [email protected] 1 points 1 year ago

I was trying to set it up few weeks ago. With my 0 coding experience it wasn't an easy task. And a lot of the patches aren't made for the latest version.

load more comments (4 replies)