SmartPhoneLover Posted February 24, 2022 Share Posted February 24, 2022 This docker template was created based on an already available official docker image WebSite: https://www.admidio.org/ Forum: https://www.admidio.org/forum/index.php GitHub: https://github.com/Admidio/admidio DockerHub: https://hub.docker.com/r/admidio/admidio Documentation (1): https://www.admidio.org/dokuwiki/doku.php?id=en:2.0:index Documentation (2): https://www.admidio.org/demo_en/adm_program/overview.php My Repository: https://github.com/SmartPhoneLover/unraid-docker-templates DESCRIPTION Admidio is a free open source user management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization. You can create an individual profile for your members by adding or removing fields. Additional to these functions the system contains several modules like member lists, event manager, guestbook, photo album or a documents & files area. Live demo: https://www.admidio.org/demo_en/adm_program/modules/announcements/announcements.php NOTES • MySQL or PostgreSQL database is required. VERSION 1.0 (2022-02-24) If you are going to report a bug or request something to be added/modified, please, take into consideration that I will only be able to apply changes for the work I own only. For example, if I create a docker template for an already existing docker image (not created by me), I won't be able to do more for that image than forward your report or request to the owner of the project. If you like my work, please consider making a little donation. - DONATE - Thank you very much 🙂 Quote Link to comment
hylli Posted March 2, 2022 Share Posted March 2, 2022 (edited) It seems to me that the SQL-Server-Part of the Config-File "config.php" is resetted, every time i (re)start the docker. Quote // Access to the database of the SQL-Server $g_adm_srv = 'localhost'; $g_adm_port = null; $g_adm_db = 'admidio'; $g_adm_usr = 'admidio'; $g_adm_pw = 'admidio'; Hylli Edited March 2, 2022 by hylli Quote Link to comment
hylli Posted September 19, 2022 Share Posted September 19, 2022 (edited) OK, habe "eine" Lösung selbst entdeckt: Auf der Docker Hub Seite von Admidio... https://hub.docker.com/r/admidio/admidio ...ist ein weiterführender Link zu einer README bzgl. Docker-Installation: https://github.com/Admidio/admidio/blob/master/README-Docker.md Hier habe ich mich an die Angaben unter "Start an admidio server instance with advanced options" gehalten, und folgende Variablen bei der Docker-Konfiguration in UnRAID hinzugefügt und mit den jeweils korrekten Werten versehen: Quote -e ADMIDIO_DB_TYPE="mysql" \ -e ADMIDIO_DB_HOST="db:3306" \ -e ADMIDIO_DB_NAME="admidio" \ -e ADMIDIO_DB_TABLE_PRAEFIX="adm" \ -e ADMIDIO_DB_USER="admidio" \ -e ADMIDIO_DB_PASSWORD="my_VerySecureAdmidioUserPassword.01" \ -e ADMIDIO_ORGANISATION="ADMIDIO" \ -e ADMIDIO_PASSWORD_HASH_ALGORITHM="DEFAULT" \ -e ADMIDIO_ROOT_PATH="https://www.mydomain.at/admidio" \ Eine Stolperfalle war dabei die Variable ADMIDIO_ORGANISATION, da ich nicht mehr genau wusste, wie ich die Organisation bei der Ersteinrichtung benannt hatte. Den entsprechenden Wert fand ich in der Datenbank von Admidio in der Tabelle adm_organizations. Hylli Edited September 19, 2022 by hylli Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.