This repository has been archived by the owner. It is now read-only.

crankypants

A thing that does things.

crankypants

A thing that does things.

CircleCI

Giving it a try via Docker

docker run --rm \
  -v crankypants-data:/data \
  -p 3000:3000 \
  -e "CRANKY_LOGIN=any-user-name" \
  -e "CRANKY_PASSWORD=any-password" \
  -e "CRANKY_TITLE=My Crankypants" \
  hmans/crankypants:latest

Deploying on hyper.sh

hyper run -d --name mycrankypants \
  -v /data \
  -p 80:3000 \
  -e "CRANKY_LOGIN=any-user-name" \
  -e "CRANKY_PASSWORD=any-password" \
  -e "CRANKY_TITLE=My Crankypants" \
  --size s1 \
  --restart always hmans/crankypants:latest

Configuration

ENV Value
CRANKY_LOGIN Login name when authenticating /app or /api
CRANKY_PASSWORD Password (see above)
CRANKY_TITLE Title of your site (will be displayed at the top of every page)

If CRANKY_LOGIN or CRANKY_PASSWORD are missing, Crankypants will not make its App or API available at all.

Hacking on Crankypants

cp .env-sample .env
docker-compose up

# http://localhost:3000/ (server-rendered public-facing blog)
# http://localhost:3000/app/ (your crankypants app)

Development Roadmap

Please peruse this project's issues for an overview of what's planned/broken/still missing.

Repository

crankypants

Owner
Statistic
  • 5
  • 1
  • 8
  • 0
  • 8
  • over 5 years ago
  • March 24, 2018
License

MIT License

Links
Synced at

Fri, 03 May 2024 08:53:41 GMT

Languages