[SUPPORT] SmartPhoneLover - Admidio (Free Online Membership Management)


Recommended Posts

admidio.png

 

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 🙂

Link to comment

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 by hylli
Link to comment
  • 6 months later...

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 by hylli
Link to comment
  • 1 year later...

Hi,

 

after one of the last updates - and I really do not know when exactly that happened - I had to apt-get install --reinstall ca-certificates in the container to get smtp up and running again. /etc/ssl/certs/ was basically empty before. Did I miss something in the update? Just want to prevent damage. smtp definitely was working before. 

 

 

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.