Skip to content
Snippets Groups Projects
Commit 10df7eb4 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add basic structure to the composer section

parent 7c447214
No related branches found
No related tags found
No related merge requests found
Showing
with 79 additions and 50 deletions
# Composer.json Utilities
# Docker Traefik
#
#
#
#
#
#
#
#
#
...@@ -24,59 +24,77 @@ nav: ...@@ -24,59 +24,77 @@ nav:
- Node: docker/node/index.md - Node: docker/node/index.md
- Composer: - Composer:
- Home: composer/index.md - Home: composer/index.md
- Libraries:
- Composer.json Utilities: composer/library/composer-json-utils/index.md
- Docker Traefik: composer/library/docker-traefik/index.md
- Plugins:
- Ahoy: composer/plugin/ahoy/index.md
- Behat for Drupal: composer/plugin/b4d/index.md
- Docker for Drupal: composer/plugin/d4d/index.md
- Drupal 8 SASS Theme: composer/plugin/d8-sass-theme/index.md
- Drupal 8 Scaffold: composer/plugin/d8-scaffold/index.md
- Drupal 9 Scaffold: composer/plugin/d9-scaffold/index.md
- Dorgflow: composer/plugin/dorgflow/index.md
- Drupal Development Environment: composer/plugin/drupal-dev-environment/index.md
- Drupal Environment: composer/plugin/drupal-environment/index.md
- Project:
- Drupal 8: composer/project/d8/index.md
- Drupal 8 Commerce: composer/project/d8-commerce/index.md
- Drupal 8 Commerce Demo: composer/project/d8-commerce-demo/index.md
- Drupal 9: composer/project/d9/index.md
- Ansible: - Ansible:
- Home: ansible/index.md - Home: ansible/index.md
- Wiki: - Wiki:
- Home: ansible/wiki/index.md - Home: ansible/wiki/index.md
- Attacks: ansible/wiki/attacks.md - Attacks: ansible/wiki/attacks.md
- Crontabs: ansible/wiki/configure-crontabs.md - Crontabs: ansible/wiki/configure-crontabs.md
- Desaster recovery: ansible/wiki/desaster-recovery.md - Desaster recovery: ansible/wiki/desaster-recovery.md
- Drupal Apache update: ansible/wiki/drupal-apache-update.md - Drupal Apache update: ansible/wiki/drupal-apache-update.md
- Drupal deployment: ansible/wiki/drupal-deployment.md - Drupal deployment: ansible/wiki/drupal-deployment.md
- Drush fetch aliases: ansible/wiki/drush-fetch-aliases.md - Drush fetch aliases: ansible/wiki/drush-fetch-aliases.md
- Firewall: ansible/wiki/firewall.md - Firewall: ansible/wiki/firewall.md
- GitLab CI configuration: ansible/wiki/gitlab-ci-configuration.md - GitLab CI configuration: ansible/wiki/gitlab-ci-configuration.md
- GitLab CI introduction: ansible/wiki/gitlab-ci-introduction.md - GitLab CI introduction: ansible/wiki/gitlab-ci-introduction.md
- GitLab CI prerequisites: ansible/wiki/gitlab-ci-prerequisites.md - GitLab CI prerequisites: ansible/wiki/gitlab-ci-prerequisites.md
- HaProxy custom blacklists: ansible/wiki/haproxy-custom-blacklists.md - HaProxy custom blacklists: ansible/wiki/haproxy-custom-blacklists.md
- HaProxy quick update: ansible/wiki/haproxy-quick-update.md - HaProxy quick update: ansible/wiki/haproxy-quick-update.md
- LetsEncrypt: ansible/wiki/letsencrypt.md - LetsEncrypt: ansible/wiki/letsencrypt.md
- Resources: ansible/wiki/resources.md - Resources: ansible/wiki/resources.md
- Swapfile: ansible/wiki/swapfile.md - Swapfile: ansible/wiki/swapfile.md
- Add new user: ansible/wiki/user-add-new.md - Add new user: ansible/wiki/user-add-new.md
- Set user password: ansible/wiki/user-set-password.md - Set user password: ansible/wiki/user-set-password.md
- Varnish quick update: ansible/wiki/varnish-quick-update.md - Varnish quick update: ansible/wiki/varnish-quick-update.md
- Backup: - Backup:
- Home: ansible/wiki/backup/backup.md - Home: ansible/wiki/backup/backup.md
- Intro: ansible/wiki/backup/introduction.md - Intro: ansible/wiki/backup/introduction.md
- Backup to Google: ansible/wiki/backup/backup-google.md - Backup to Google: ansible/wiki/backup/backup-google.md
- Backup to SpiderOak: ansible/wiki/backup/backup-spideroak.md - Backup to SpiderOak: ansible/wiki/backup/backup-spideroak.md
- Restore: ansible/wiki/backup/restore.md - Restore: ansible/wiki/backup/restore.md
- Restore from Google: ansible/wiki/backup/restore-google.md - Restore from Google: ansible/wiki/backup/restore-google.md
- Restore from SpiderOak: ansible/wiki/backup/restore-spideroak.md - Restore from SpiderOak: ansible/wiki/backup/restore-spideroak.md
- ELK: - ELK:
- Home: ansible/wiki/elk/introduction.md - Home: ansible/wiki/elk/introduction.md
- Fluentd: ansible/wiki/elk/fluentd.md - Fluentd: ansible/wiki/elk/fluentd.md
- Kibana: ansible/wiki/elk/kibana.md - Kibana: ansible/wiki/elk/kibana.md
- Hosts: - Hosts:
- Add new host: ansible/wiki/hosts/add.md - Add new host: ansible/wiki/hosts/add.md
- JiffyBox: ansible/wiki/hosts/jiffybox.md - JiffyBox: ansible/wiki/hosts/jiffybox.md
- Prevent reboot: ansible/wiki/hosts/prevent-reboot.md - Prevent reboot: ansible/wiki/hosts/prevent-reboot.md
- Inventory: - Inventory:
- Add new inventory: ansible/wiki/inventory/add.md - Add new inventory: ansible/wiki/inventory/add.md
- ChatOps: ansible/wiki/inventory/chatops.md - ChatOps: ansible/wiki/inventory/chatops.md
- Pipelines: ansible/wiki/inventory/pipelines.md - Pipelines: ansible/wiki/inventory/pipelines.md
- Monitoring: - Monitoring:
- Home: ansible/wiki/monitoring/monitoring.md - Home: ansible/wiki/monitoring/monitoring.md
- Introduction: ansible/wiki/monitoring/introduction.md - Introduction: ansible/wiki/monitoring/introduction.md
- Alerts: ansible/wiki/monitoring/alerts.md - Alerts: ansible/wiki/monitoring/alerts.md
- Alerts to ELK: ansible/wiki/monitoring/alerts-elk.md - Alerts to ELK: ansible/wiki/monitoring/alerts-elk.md
- Alerts on NetData: ansible/wiki/monitoring/alerts-netdata.md - Alerts on NetData: ansible/wiki/monitoring/alerts-netdata.md
- Alerts on uptime: ansible/wiki/monitoring/alerts-uptime.md - Alerts on uptime: ansible/wiki/monitoring/alerts-uptime.md
- OpenSSL: - OpenSSL:
- CSR: ansible/wiki/openssl/csr.md - CSR: ansible/wiki/openssl/csr.md
- Tips: - Tips:
- Signed Git commits: ansible/wiki/tips/signed-git-commits.md - Signed Git commits: ansible/wiki/tips/signed-git-commits.md
- Plugins: - Plugins:
- Fluentd: ansible/plugins/fluentd/index.md - Fluentd: ansible/plugins/fluentd/index.md
- ServerDensity: ansible/plugins/serverdensity/index.md - ServerDensity: ansible/plugins/serverdensity/index.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment