From f0de749112170dc62893af590e79be1d4aafced4 Mon Sep 17 00:00:00 2001 From: Julian Krauser Date: Fri, 9 May 2025 11:17:15 +0200 Subject: [PATCH] Update to FF Admin V1.5.x --- admin/code/app-compose.yml | 12 +- admin/code/server-compose.yml | 18 +-- admin/content/2-installation.typ | 131 +++++++++--------- admin/content/3-concepts.typ | 4 +- admin/content/4-modules.typ | 4 +- admin/content/4-modules/1-members.typ | 2 +- admin/content/4-modules/10-setting.typ | 18 +++ .../{10-webapi.typ => 11-webapi.typ} | 12 +- admin/content/4-modules/5-backups.typ | 7 +- admin/content/4-modules/9-user-roles.typ | 2 +- admin/images/newsletter-config.png | Bin 26518 -> 20381 bytes admin/images/settings.png | Bin 0 -> 57630 bytes admin/images/setup_step1.png | Bin 0 -> 54491 bytes admin/images/setup_step2.png | Bin 0 -> 57597 bytes admin/images/setup_step3.png | Bin 0 -> 52988 bytes admin/images/setup_step4.png | Bin 0 -> 60028 bytes admin/images/setup_step5.png | Bin 0 -> 47924 bytes admin/images/setup_step6.png | Bin 0 -> 38392 bytes admin/images/template-usage.png | Bin 82734 -> 69697 bytes ff-admin.pdf | Bin 1368530 -> 1491761 bytes ff-admin.typ | 4 +- versioned/ff-admin-V1_4_x.pdf | Bin 0 -> 1368530 bytes 22 files changed, 103 insertions(+), 111 deletions(-) create mode 100644 admin/content/4-modules/10-setting.typ rename admin/content/4-modules/{10-webapi.typ => 11-webapi.typ} (92%) create mode 100644 admin/images/settings.png create mode 100644 admin/images/setup_step1.png create mode 100644 admin/images/setup_step2.png create mode 100644 admin/images/setup_step3.png create mode 100644 admin/images/setup_step4.png create mode 100644 admin/images/setup_step5.png create mode 100644 admin/images/setup_step6.png create mode 100644 versioned/ff-admin-V1_4_x.pdf diff --git a/admin/code/app-compose.yml b/admin/code/app-compose.yml index 6542c04..22b99f9 100644 --- a/admin/code/app-compose.yml +++ b/admin/code/app-compose.yml @@ -1,16 +1,8 @@ ff-admin-app: - image: docker.registry.jk-effects.cloud/ehrenamt/ff-admin/app: + image: docker.registry.jk-effects.cloud/ehrenamt/ff-admin/app: container_name: ff_admin restart: unless-stopped ports: - "80:80" environment: - - SERVERADDRESS= - - APPNAMEOVERWRITE= - - IMPRINTLINK= - - PRIVACYLINK= - - CUSTOMLOGINMESSAGE= - volumes: - - /favicon.ico:/usr/share/nginx/html/favicon.ico - - /favicon.png:/usr/share/nginx/html/favicon.png - - /Logo.png:/usr/share/nginx/html/Logo.png \ No newline at end of file + - SERVERADDRESS= # optional, bei abweichender URL des Backends \ No newline at end of file diff --git a/admin/code/server-compose.yml b/admin/code/server-compose.yml index 6a29a1f..025619c 100644 --- a/admin/code/server-compose.yml +++ b/admin/code/server-compose.yml @@ -1,5 +1,5 @@ ff-admin-server: - image: docker.registry.jk-effects.cloud/ehrenamt/ff-admin/server: + image: docker.registry.jk-effects.cloud/ehrenamt/ff-admin/server: container_name: ff_admin_server restart: unless-stopped ports: @@ -11,20 +11,8 @@ ff-admin-server: - DB_NAME= - DB_USERNAME= - DB_PASSWORD= - - JWT_SECRET= - - JWT_EXPIRATION= - - REFRESH_EXPIRATION= - - PWA_REFRESH_EXPIRATION= - - MAIL_USERNAME= - - MAIL_PASSWORD= - - MAIL_HOST= - - MAIL_PORT= - - MAIL_SECURE= - - CLUB_NAME= - - CLUB_WEBSITE= - - BACKUP_INTERVAL= - - BACKUP_COPIES= - - BACKUP_AUTO_RESTORE= + - APPLICATION_SECRET= + # \/ optional \/ - USE_SECURITY_STRICT_LIMIT= - SECURITY_STRICT_LIMIT_WINDOW=