Skip to content

The ComboStrap website installed by default in a new installation

Notifications You must be signed in to change notification settings

ComboStrap/site-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComboStrap Starter WebSite

About

This is the default ComboStrap Website that is installed by ComboStrap DokuWiki Docker

How to get this website in readonly mode

To get this website:

  • available at: http://localhost:8081 on your desktop
  • in read only mode (read for everyone, write and upload for no one)

run:

docker run \
  --name combo-site-starter \
  --rm \
  -p 8081:80 \
  -e DOKU_DOCKER_GIT_SITE='https://github.com/ComboStrap/site-starter' \
  ghcr.io/combostrap/dokuwiki:php8.3-latest

How to get this website with an admin user

To get this website:

  • available at: http://localhost:8081 on your desktop
  • with an admin user (password: welcome)
  • in public ACL policy (read for everyone, write and upload for registered users)
docker run \
  --name combo-site-default \
  --rm \
  -p 8081:80 \
  -e DOKU_DOCKER_ACL_POLICY='public' \
  -e DOKU_DOCKER_ADMIN_NAME='admin' \
  -e DOKU_DOCKER_ADMIN_PASSWORD='welcome' \
  -e DOKU_DOCKER_GIT_SITE='https://github.com/ComboStrap/site-starter' \
  ghcr.io/combostrap/dokuwiki:php8.3-latest

How to develop or contribute

See How to develop or contribute

About

The ComboStrap website installed by default in a new installation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages