Easy-to-use Docker image to self-host Decap CMS (formerly Netlify CMS).
10K+
Note: Formerly docker-netlify-cms-standalone. In early 2023 Netlify CMS was rebranded to Decap CMS under new ownership (see post).
Includes Decap CMS + an external authentication provider to allow auth with Github/Gitlab.
Why use Decap CMS? Decap CMS is a headless CMS that presents a clean UI for editing content (e.g. markdown files) stored in a Git repository. Easy to configure with a YAML config file - a simple and flexible way to add content to any site built with a static site generator.
You will need Docker installed on your system
docker run -d \
-p 80:80 \
-e ORIGIN='<your root url>' \
-e OAUTH_CLIENT_ID='<your_github_client_id>' \
-e OAUTH_CLIENT_SECRET='<your_github_client_secret>' \
-v ./my-local-conf.yml:/app/config.yml:ro \
--name decap-cms \
--restart=always \
itsmejoeeey/docker-decap-cms-standalone:latest
See also: "Supplying a valid config.yml file"
See README for more detailed "getting started" instructions.
Content type
Image
Digest
sha256:caa00bce6…
Size
62 MB
Last updated
almost 3 years ago
docker pull itsmejoeeey/docker-decap-cms-standalone