A fully Web-based tool for submitting project proposals to the Digital Cash network.
- Clone and Enter
git clone https://github.com/digitalcashdev/DashProposal.git ./DashProposal/ pushd ./DashProposal/
- Serve over localhost HTTPS
Note: use setcap-netbind to run as non-root on Linux
# caddy run --config ./Caddyfile --adapter caddyfile ./scripts/serve
- Open the DashProposal:
https://local.digitalcash.dev
- Edit
Caddyfile.example
to match your production system. - Install
serviceman
curl https://webi.sh/serviceman | sh
- Create the systemd unit file for
caddy
sudo env PATH="$PATH" \ serviceman add --name "caddy" --system --path="$PATH" -- \ caddy run --config ./Caddyfile --adapter caddyfile
You can add any number of domains, reverse proxies, and other apps.