Running Pupcloud
Last updated
Last updated
Pupcloud is distributed as a single executable file. .
Once done, just execute it with the directory to serve as an argument:
Then, open http://localhost:17178
with a browser. As simple as that!
Runpupcloud --help
to see the other configuration options:
disable all the write operations (--readonly
);
setup (-P
);
setup (--share-profile
, --share-port
, --share-prefix
)
specify a title/header for the web UI page (--title
);
use a different port then the default of 17178 (-p
);
bind to a network interface (--bind-to
);
instruct pupcloud to follow symlinks (--follow-symlinks
);
specify a maximum size for upload, in Megabytes (--max-upload-size
).
By default, it's forbidden to run it as root. Use --allow-root
if you (really) want to.