psi-4ward / psitransfer

Simple open source self-hosted file sharing solution.
BSD 2-Clause "Simplified" License
1.48k stars 216 forks source link

Docker image - how to change config, style or textual elements #172

Open pjdevries opened 3 years ago

pjdevries commented 3 years ago

How can I modify configuration settings or things like styling and textual elements in language files when using the Docker image? Can the folders where those files reside, be mounted perhaps?

Thoroslives commented 3 years ago

Did you end up working it out. I'm wondering the same thing

pjdevries commented 3 years ago

No sorry. Due to circumstances, I haven't payed attention to it lately.

AngryJKirk commented 2 years ago

You can just pull the repo and change the files. After that just build a Docker image from the Dockerfile in the repo's root, that's it.

psi-4ward commented 2 years ago

Or overwrite the template files using docker volume bind-mounts.