Skip to main content Link Menu Expand (external link) Document Search Copy Copied

How to Deploy on a server

Custom starting URL

If fileporter should run on a server under longer url.

can be helpful if you have multiple services or instances running on one machine

default: http://localhost/ eg custom: http://localhost/fileporter/

How to

additional requirements: npm

make new-frontend BASE=/fileporter/

or

make new-frontend BASE=/fileporter/ OUT=~/fileporter-custom-ui/

{ .highlight }

in case you want to run multiple instances at the same time (or don’t want to change the default-web-ui folder) it is possible to specify a custom web-ui directory

{ .important }

if your change the base-url your also need to specify that during the start if fileporter with the --root-path argument

Behind a reverse Proxy


Table of contents