diff --git a/README.md b/README.md index c126542..2af906f 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ A ready-to-use Docker image for [HumHub](https://www.humhub.org) – the flexible open-source social networking platform. This image provides everything you need to run HumHub in a modern, containerized environment. -> **Important:** -> This is still work in progress. Please try out our nightly builds. If you are planning to use it in a production environment, please be patient until stable releases for each version are available. --- diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4f543c4..d8f151e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +May 19, 2026 +-------------- +- Added docker hub overview page + April 17, 2026 -------------- - Introduced automated docker beta builds on humhub releases diff --git a/docs/assets/humhub-logo.png b/docs/assets/humhub-logo.png new file mode 100644 index 0000000..fbcf4ae Binary files /dev/null and b/docs/assets/humhub-logo.png differ diff --git a/docs/docker-hub-overview.md b/docs/docker-hub-overview.md new file mode 100644 index 0000000..9a430d6 --- /dev/null +++ b/docs/docker-hub-overview.md @@ -0,0 +1,31 @@ +# HumHub – Official Docker Image + +HumHub Logo + +[HumHub](https://github.com/humhub/humhub) is a flexible, open-source social networking platform written in PHP. It can serve as an enterprise social network, team intranet, knowledge base, or communication hub — connecting people, content, and tools in a single place. With support for over 30 languages, a rich module ecosystem (LDAP, SSO, Calendar, Wiki, OnlyOffice, and more), and a responsive design that works across all devices, HumHub is trusted by thousands of organizations worldwide. + +--- + +## What's Included + +- Complete HumHub stack — preconfigured and production-ready +- Cron jobs, queue workers, and push events out of the box +- Automatic HTTPS certificates with secure defaults +- Compatible with external databases, Redis, and mail services +- Easy version switching and upgrades + +--- + +## Getting Started + +For quick-start instructions, configuration options, and Docker-specific usage guidance — including environment variables, volume setup, and compose examples — refer to the **[Docker repository](https://github.com/humhub/docker)**. + +For general HumHub administration, modules, and application-level documentation, see the **[HumHub Documentation](https://docs.humhub.org/)**. + +--- + +## Further Resources + +- [HumHub on GitHub](https://github.com/humhub/humhub) — application source code +- [Docker Repository](https://github.com/humhub/docker) — setup, configuration, and Docker-specific instructions +- [HumHub Documentation](https://docs.humhub.org/) — application administration and configuration guides