@asrient/create-homecloud-creds
v0.0.2
Published
Generate credentials for HomeCloud Server
Readme
@asrient/create-homecloud-creds
Interactive CLI tool to generate credentials for HomeCloud Server. Run this before you setup your HomeCloud server.
Usage
npx @asrient/create-homecloud-credsTo setup your HomeCloud server check out https://www.npmjs.com/package/@asrient/homecloud-server
Output
A creds.json file containing the encrypted credentials. Use it to start the HomeCloud server:
PASSPHRASE=your-passphrase CREDS_PATH=./creds.json homecloud-serverOr with the base64 option (useful for Docker/cloud deployments):
PASSPHRASE=your-passphrase CREDS_BASE64=<base64-string> homecloud-serverRequirements
- Node.js 18+ (uses built-in
fetch)
