mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Optimized descriptions, README.md's and meta/main.yml's for portfolio and sphinx docs
This commit is contained in:
@@ -1 +1,31 @@
|
||||
# role docker-joomla
|
||||
# Joomla CMS
|
||||
|
||||
## Description
|
||||
|
||||
Elevate your website management with Joomla, a powerful content management system that fuses versatility with dynamic design. Experience a vibrant platform that inspires creativity and drives your digital presence to new, energetic heights.
|
||||
|
||||
## Overview
|
||||
|
||||
This role deploys Joomla using Docker, automating the installation and configuration of your Joomla instance. It integrates with an external PostgreSQL database and sets up an Nginx reverse proxy for secure access, streamlining website management through container orchestration and customizable Ansible variables.
|
||||
|
||||
For detailed administration procedures, please refer to the [Administration.md](./Administration.md) file.
|
||||
|
||||
## Features
|
||||
|
||||
- **Powerful Content Management:** Leverage Joomla's flexible system for dynamic website creation and management.
|
||||
- **Containerized Deployment:** Benefit from Docker's efficiency to deploy and update your Joomla instance seamlessly.
|
||||
- **Customizable Configuration:** Easily modify settings with environment variables and templated configuration files.
|
||||
- **Integrated Database Support:** Utilize an external PostgreSQL database for robust data storage.
|
||||
- **Nginx Reverse Proxy:** Ensure secure and efficient access to your Joomla instance.
|
||||
|
||||
## Additional Resources
|
||||
|
||||
- [Joomla Official Website](https://www.joomla.org/)
|
||||
|
||||
## Credits
|
||||
|
||||
Developed and maintained by **Kevin Veen-Birkenbach**.
|
||||
Learn more at [veen.world](https://www.veen.world).
|
||||
|
||||
Part of the [CyMaIS Project](https://github.com/kevinveenbirkenbach/cymais)
|
||||
Licensed under [CyMaIS NonCommercial License (CNCL)](https://s.veen.world/cncl).
|
22
roles/docker-joomla/meta/main.yml
Normal file
22
roles/docker-joomla/meta/main.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
galaxy_info:
|
||||
author: "Kevin Veen-Birkenbach"
|
||||
description: "Elevate your website management with Joomla, a powerful content management system that fuses versatility with dynamic design, inspiring creativity and driving your digital presence to new heights."
|
||||
license: "CyMaIS NonCommercial License (CNCL)"
|
||||
license_url: "https://s.veen.world/cncl"
|
||||
company: |
|
||||
Kevin Veen-Birkenbach
|
||||
Consulting & Coaching Solutions
|
||||
https://www.veen.world
|
||||
galaxy_tags:
|
||||
- joomla
|
||||
- docker
|
||||
- cms
|
||||
- content management
|
||||
- self-hosted
|
||||
repository: https://s.veen.world/cymais
|
||||
issue_tracker_url: https://s.veen.world/cymaisissues
|
||||
documentation: https://s.veen.world/cymais
|
||||
logo:
|
||||
class: "fa-solid fa-sitemap"
|
||||
dependencies: []
|
Reference in New Issue
Block a user