The default DAPNET Web-frontend. Written in the Vue.js framework and built using webpack.
For further information visit this project's wiki.
/srv/dapnet/web/config
) and copy the following files from this repository there:
src/store/config/defaultUrls.json.example
to defaultUrls.json
and change the default url-settingssrc/store/config/defaultText.json.example
to defaultText.json
and change the default custom text (displayed on the home page)src/store/config/defaultMap.json.example
to defaultMap.json
and change the default map-settings8080
:
docker run --name dapnet-web -d -v /srv/dapnet/web/config:/app/src/store/config:ro -p 8080:80 dapnet/web
If you do not want to use the all-in-one Docker image, you are free to follow the manual installation guide.