Skip to content

Release v1.1.0

Compare
Choose a tag to compare
@vndmtrx vndmtrx released this 16 Nov 03:17
· 13 commits to main since this release

🚀 New Features & Improvements

  • Implemented multi-stage build for smaller, more secure image
  • Added comprehensive environment variable support for easy configuration:
    • Basic settings (title, language, license)
    • Authentication and ACL settings
    • User management (superuser, groups)
    • Support for different ACL policies (open, public, closed)
  • Created initialization script to handle environment setup automatically
  • Updated documentation with new configuration options

🐛 Bug Fixes

  • Fixed directory mapping issue between workdir and /dokuwiki paths
  • Improved symbolic links for better persistence handling

📦 Technical Details

  • Base image: php:8.3-apache
  • All configurations can now be set via docker-compose.yml
  • Added volume persistence improvements

🔄 Migration

  • No breaking changes from previous version
  • Review docker-compose.yml for new environment variables
  • Existing data and configurations remain compatible

For full configuration options, see the updated docker-compose.yml in the repository.