Jump to content

AOK Rheinland-Pfalz/Saarland – Web

From Parasol
Revision as of 09:54, 7 April 2025 by Peter Norenkemper (talk | contribs) (Pods)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

File:SwiftScan 21.10.2024 13.57.pdf

Repositories

gerngesund.de - Frontend Application

gerngesund.de Fronend incl. its Backend based on https://nuxt.com


gerngesund.de - Forms


gerngesund.de - Botpress Client

Forms Data for gerngesund.de


gerngesund.de - Vereinschampions Forms


gerngesund.de - Mail Microservice



Webserver

Stage Webserver

{{#if: | Provider: {{{Server Provider}}}
| }}{{#if: | Console: [{{{Server Admin URL}}} {{{Server Admin URL}}}]
| }}{{#if: | Server Access: {{{Server Access}}} | }}

Backend

{{#if: | {{{Backend Notes}}}
| }} {{#if: | =====URL===== {{#invoke:CSVIterator|iterateCSV| }} }}

Frontend

{{#if: | {{{Frontend Notes}}}
| }} {{#if: https://JhGQpvu2WT:XPupxU4cP9ghxsY3gZWGtxZuRP@stage.gerngesund.de/ | =====URL===== {{#invoke:CSVIterator|iterateCSV|https://JhGQpvu2WT:XPupxU4cP9ghxsY3gZWGtxZuRP@stage.gerngesund.de/ }} }}



DEV

https://dev.gerngesund.de

BasicAuth: 1Password

BasicAuth file: custadm@gfhl-aok-li378:/data/htaccess/htpasswd

Infrastruktur

Login über https://pam.aok.de/login/login mit dem User (Credentials Store) custad. Auf dem Host-System läuft mysql.

Datenbanken

  1. backend-gerngesund
  2. backenddev
  3. forms-gerngesund
  4. geo-gerngesund
  5. logs-gerngesund
  6. stats-gerngesund

Die Container laufen auf Podman.

Pods

  1. bot-psql
  2. backend-forms
  3. directus-geo
  4. directus-logs
  5. backend-dev (Directus Development Backend)
  6. zd-forms-dev
  7. botpress
  8. zd-forms
  9. matomo-psl
  10. mail-service-dev
  11. nuxt-preview
  12. nuxt
  13. mail-service
  14. ewe-nuxt-dev
  15. backend-prod Directus Production Backend (Node.js, )
  16. ewe-nuxt-prod


stats.gerngesund.de

Podman: matomo-psl

Update via bash script /home/custadm/matomo-update.sh

  1. change matomo version in script (vi /home/custadm/matomo-update.sh)
  2. run script
  3. database update via webbrowser

gerngesund.de

Repository

{{#if: | {{{Repository Notes}}}

| }}{{#if: Parasol Island (GitLab) | Provider: Parasol Island (GitLab)
| }}{{#if: git@git.parasol-island.com:aokrf/gerngesund-de.git | URL: git@git.parasol-island.com:aokrf/gerngesund-de.git
| }} {{#if: | ====Deployment Strategy==== | }} {{#if: | {{{Deployment Strategy}}} | }}


Production Webserver

{{#if: | Provider: {{{Server Provider}}}
| }}{{#if: | Console: [{{{Server Admin URL}}} {{{Server Admin URL}}}]
| }}{{#if: | Server Access: {{{Server Access}}} | }}

Backend

{{#if: Using Directus | Using Directus
| }} {{#if: https://backend.gerngesund.de/admin | =====URL===== {{#invoke:CSVIterator|iterateCSV|https://backend.gerngesund.de/admin }} }}

Frontend

{{#if: Using nuxt.com and vuejs.org as Frontend Workframe | Using nuxt.com and vuejs.org as Frontend Workframe
| }} {{#if: https://gerngesund.de/ | =====URL===== {{#invoke:CSVIterator|iterateCSV|https://gerngesund.de/ }} }}

Production Webserver

{{#if: | Provider: {{{Server Provider}}}
| }}{{#if: | Console: [{{{Server Admin URL}}} {{{Server Admin URL}}}]
| }}{{#if: | Server Access: {{{Server Access}}} | }}

Backend

{{#if: | {{{Backend Notes}}}
| }} {{#if: https://forms-backend.gerngesund.de/admin | =====URL===== {{#invoke:CSVIterator|iterateCSV|https://forms-backend.gerngesund.de/admin }} }}

Frontend

{{#if: | {{{Frontend Notes}}}
| }} {{#if: | =====URL===== {{#invoke:CSVIterator|iterateCSV| }} }}

Preview Webserver

{{#if: | Provider: {{{Server Provider}}}
| }}{{#if: | Console: [{{{Server Admin URL}}} {{{Server Admin URL}}}]
| }}{{#if: | Server Access: {{{Server Access}}} | }}

Backend

{{#if: | {{{Backend Notes}}}
| }} {{#if: https://backend-dev.gerngesund.de/admin/login | =====URL===== {{#invoke:CSVIterator|iterateCSV|https://backend-dev.gerngesund.de/admin/login }} }}

Frontend

{{#if: Log: JhGQpvu2WT Pas: XPupxU4cP9ghxsY3gZWGtxZuRP | Log: JhGQpvu2WT Pas: XPupxU4cP9ghxsY3gZWGtxZuRP
| }}
{{#if: https://dev.gerngesund.de/ | =====URL===== {{#invoke:CSVIterator|iterateCSV|https://dev.gerngesund.de/ }} }}


Deployment Workflow

The deployment process for gerngesund.de consists of the following steps:

1. Automatic Deployment to Development Environment

  • Any commit made to the `develop` branch is automatically deployed to the development environment accessible at https://dev.gerngesund.de.

2. Preparing a Production Deployment

  • To deploy changes from `develop` to the production environment:
    • Create a merge request from the `develop` branch to the `main` branch.
    • After merging, generate a tag for the `main` branch.
    • The tag must follow the naming convention: `yyMMdd-hhmm` (e.g., `240107-1530` for January 7, 2024, at 3:30 PM).

3. Executing the Production Deployment

Notes

  • This workflow ensures that all changes are tested in the development environment (https://dev.gerngesund.de) before being promoted to production (https://www.gerngesund.de).
  • The environment variable `DEPLOY_ENV` is critical for controlling deployment scope. Ensure this is configured correctly in the pipeline.