Can I upload local files
conneradamsmaine
HOBBYOP

a month ago

I'm attempting to upload a local setup based off a docker that has some customizations I don't want public however theres no current system that I can see to upload files from my local disk. Any suggestions?

Solved$10 Bounty

0 Replies

dev
MODERATOR

a month ago

You could use Filebrowser, you'd deploy filebrowser, mount your volume there (set USE_VOLUME_ROOT to 1) make the file changes and then mount the volume back to your original service


dev
MODERATOR

a month ago

Also alternatively, if its just configuration files, you can just SSH into the container and copy and paste whatever configuration files you need over (right click on the service to copy the SSH string, requires Railway CLI)


conneradamsmaine
HOBBYOP

a month ago

It's a modified version of mailserver with a frontend WebUI included but it requires some very annoying maintenance when moving due to the design of the API and my modifications to mailserver


Status changed to Solved conneradamsmaine 19 days ago


Loading...