Convert docker run/create commands to docker-compose.yml files. Pages: https://griefed.pages.griefed.de/dcc-web/ or https://griefed.github.io/dcc-web/
- Vue 65.3%
- JavaScript 21.7%
- HTML 8.4%
- Shell 4.6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| .gitlab/issue_templates | ||
| .readme | ||
| public | ||
| src | ||
| .browserslistrc | ||
| .editorconfig | ||
| .eslintrc.js | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| babel.config.js | ||
| deploy.sh | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| renovate.json | ||
| vue.config.js | ||
Sources, GitHub, GitLab and Mirroring and all that good stuff
Repositories on GitHub are now for issues only. I've set up my own installation of GitLab and moved all my repositories over to Git.Griefed.de. Make sure to check there first for the latest code before opening an issue on GitHub.
For questions, you can always join my Discord server and talk to me there.
docker-compose Converter Web
[[TOC]]
I've changed the index.html and .css under /gh-pages in order for the website to be deployed with regular apache's, for example a httpd:alpine docker container.
Convert docker run/create commands to docker-compose.yml files.
Uses docker-compose-converter-library for the conversion. Submit issues for conversion at the docker-compose-converter repo.
General Project Setup
Build with the vuejs cli.
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint
