This repository has been archived by the owner. It is now read-only.
crankypants
crankypants
A thing that does things.
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
- about 6 years ago
- March 24, 2018
License
MIT License
Links
Synced at
Wed, 06 Nov 2024 05:30:47 GMT
Languages