🏃♂️Running Pupcloud
Pupcloud is distributed as a single executable file. Download and unpack the proper file for your OS/arch.
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 authentication (
-P
);setup folder sharing (
--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.
Last updated