this post was submitted on 10 Aug 2023
14 points (88.9% liked)
Lemmy Support
4654 readers
1 users here now
Support / questions about Lemmy.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's what I did, but to be honest I can't find any HTML files in the docker container or in /srv/lemmy.
Where exactly can I find the html file?
I tried following command:
docker exec -it lemmyutopifyorg_lemmy-ui_1 find . -iname "*" | xargs grep "upload image" 2> /dev/null
The problem is, that I could only find translation files, but no html files.
I have no idea how the app is built I hate to say, Ive never looked at it. Was just giving some general advice. If I get some time I'll dig a bit sounds fun
It would be really cool to know someone who actually knows what he's doing :) On github someone gave me a good hint were to find this button, but how I actually can find it in a docker container is a riddle for me?