DiscordChatExporter-frontend icon indicating copy to clipboard operation
DiscordChatExporter-frontend copied to clipboard

made m1 mac compatible

Open ttuleyb opened this issue 2 years ago • 1 comments

By changing the mongo version to an arm version this works on my M1 mac. However while server icons do work, I can't get images and media to work which could be due to me making a bad backup or I could have broken something.

I think being able to see messages without attachments is better than not being able to run the project at all.

ttuleyb avatar Jun 29 '23 16:06 ttuleyb

This change will break builds on x86_64. We should create new Dockerfile for mac and keep this one unchanged for linux. Then to build Dockerfile with custom name, you can use docker build -f [my-custom-dockerfile-name] [path] .


The project contains example exports. Navigate to release/exports and run docker container

cd release/exports
docker run --volume "$(pwd):/dcef/exports" --volume dcef_cache:/dcef/cache --rm --name dcef -p 21011:21011 -it slada/dcef:main

After that, do assets load only with example exports?


Did you export with --media --reuse-media (or Download Assets in GUI)? If the answer is no, you need to disable offline mode - go to settings (example) and select Fetch assets from remote servers->If local assets don't exist)

slatinsky avatar Jun 29 '23 19:06 slatinsky