https://github.com/sparanoid/docker-restbase
RESTBase Docker image with full customizable config support
https://github.com/sparanoid/docker-restbase
docker mediawiki restbase
Last synced: about 1 year ago
JSON representation
RESTBase Docker image with full customizable config support
- Host: GitHub
- URL: https://github.com/sparanoid/docker-restbase
- Owner: sparanoid
- License: apache-2.0
- Archived: true
- Created: 2021-09-20T08:16:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T09:37:28.000Z (over 1 year ago)
- Last Synced: 2025-02-14T07:19:52.687Z (over 1 year ago)
- Topics: docker, mediawiki, restbase
- Language: Dockerfile
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker RESTBase
> [!IMPORTANT]
> In MediaWiki 1.35 Parsoid/PHP is included in the bundle and loaded automatically by Visual Editor. No configuration necessary for MediaWiki 1.35 and later. You may not need this anymore.
[RESTBase](https://github.com/wikimedia/restbase) Docker image.
- [Docker Hub](https://hub.docker.com/r/sparanoid/restbase)
- [ghcr.io](https://github.com/users/sparanoid/packages/container/package/restbase)
This image is inspired by [ubc/restbase-docker](https://github.com/ubc/restbase-docker) with full customizable config support.
## Usage
```bash
# Docker Hub
docker run --rm -p 7231:7231 -v $(pwd)/config-example.com.yaml:/usr/local/lib/node_modules/restbase/config.yaml --name restbase sparanoid/restbase:latest
# GitHub Container Registry
docker run --rm -p 7231:7231 -v $(pwd)/config-example.com.yaml:/usr/local/lib/node_modules/restbase/config.yaml --name restbase ghcr.io/sparanoid/restbase:latest
```
## License
Apache-2.0