docker-grav icon indicating copy to clipboard operation
docker-grav copied to clipboard

feat: BREAKING CHANGE - overhaul

Open dsavell opened this issue 1 year ago • 1 comments

  • [x] Install Grav
  • [x] Install plugin function
  • [x] Mount grav/backup directory options
  • [x] Mount grav/user directory options
  • [x] Update plugins function
  • [x] Backup function
  • [x] Compile nginx config function
  • [x] Provide .env example file
  • [x] Fix scheduler not working in the admin UI.
  • [x] Add Nginx Logging & Grav logging.
  • [ ] Support Grav Multisite
  • [x] Add support for ARM
  • [ ] CI Pipeline
    • [x] Add multi-arch support amd64,arm64
    • [x] Add docker build cache to speed up docker build steps
    • [x] Test for listening on port 80
    • [x] Test for frontpage access
    • [x] Test update plugins function
    • [x] Test backup function
  • [ ] Documentation
    • Setup
      • How to run with Docker Run
      • How to run with Docker Compose
      • Server Settings
      • Nginx Settings
      • Guides
        • How to update Grav
        • How to install plugins
        • How to update plugins

dsavell avatar Feb 19 '24 22:02 dsavell

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.