๐Running Pupcloud
pupcloud -r /my/dirPupcloud v0.8.0 (c) 2022 Germano Rizzo
Usage of ./pupcloud:
-E, --allow-edits Allows changes to FS (default: don't)
--allow-root Allow launching as root (default: don't)
--bind-to string The address to bind to (default "0.0.0.0")
--follow-symlinks Follow symlinks when traversing directories (default: don't)
--max-upload-size int The max size of an upload, in MiB (default 32)
-P, --password string The main access password, if desired. Use --pwd-hash for a safer alternative
-p, --port int The port to run on (default 17178)
-H, --pwd-hash string SHA256 hash of the main access password, if desired
-r, --root string The document root to serve
--share-port int The port of the sharing interface (default 17179)
--share-prefix string The base URL of the sharing interface (default: 'http://localhost:' + the port)
--share-profile stringArray Profile for sharing, in the form name:secret, multiple profiles allowed
--share-profiles string Profiles for sharing, in the form name:secret, multiple profiles comma-separated
--title string Title of the window (default "๐ถ Pupcloud")Configure by env vars
CLI Parameter
Environment Variable
Example
Write a "config file"
Last updated