Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Omeka - platform for digital cultural heritage web publishing

Omeka - platform for digital cultural heritage web publishing

Scheduled Pinned Locked Moved Solved App Wishlist
46 Posts 6 Posters 6.5k Views 8 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • scookeS scooke

    @imc67 Hmm, these would need to be installed in the OS, right? https://omeka.org/s/modules/ExtractText/

    I've never packaged an app for Cloudron; I wonder how one would include these components?

    S Offline
    S Offline
    seeker
    wrote on last edited by
    #15

    Very cool to seeing Omeka on the horizon! This platform is used by many who need a turn key solution like Cloudron

    1 Reply Last reply
    2
    • scookeS scooke

      @imc67 Hmm, these would need to be installed in the OS, right? https://omeka.org/s/modules/ExtractText/

      I've never packaged an app for Cloudron; I wonder how one would include these components?

      jeauJ Offline
      jeauJ Offline
      jeau
      App Dev
      wrote on last edited by
      #16

      @imc67 @scooke you are right, this components need to be pre-installed in the OS. I can add them.

      On the Omeka S app, you can install manually themes and plugins (modules) inside the /app/datadirectory. I installed LDAP module and I hesitated to install EasyInstall module whitch allows to install Omeka S modules and themes from https://omeka.org and from the web (https://github.com and https://gitlab.com). But it isn't possible to check all the dependencies required by all these components and I am afraid that the users do not pay attention to this issue.

      However, I'm thinking of check the dependencies required by the modules of the official modules list. Extract Text is present in this list.

      1 Reply Last reply
      4
      • jeauJ Offline
        jeauJ Offline
        jeau
        App Dev
        wrote on last edited by
        #17

        @seeker I also think that many users will be interested in simply manage this kind of tools useful for heritage and digital humanities. For example Cantaloupe IIIF Image Server or Mirador Viewer that I already added to App Wishlist.

        S 1 Reply Last reply
        3
        • jeauJ jeau

          @seeker I also think that many users will be interested in simply manage this kind of tools useful for heritage and digital humanities. For example Cantaloupe IIIF Image Server or Mirador Viewer that I already added to App Wishlist.

          S Offline
          S Offline
          seeker
          wrote on last edited by
          #18

          @jeau Agreed
          There is also Scalar
          https://guides.library.illinois.edu/scalar

          1 Reply Last reply
          3
          • nebulonN nebulon

            I have forked the app repo from @jeau into our namespace at https://git.cloudron.io/cloudron/omeka-s-app so lets collaborate on that to get the app out there 🙂

            Thanks already for all the work done!

            jeauJ Offline
            jeauJ Offline
            jeau
            App Dev
            wrote on last edited by
            #19

            @nebulon I added the optional dependencies of Omeka S and the dependencies required by the modules listed on the official website.

            However, I have this error when I try to push this commit to our repository:

             ! [remote rejected] master -> master (pre-receive hook declined)
            error: failed to push some refs to 'https://git.cloudron.io/cloudron/omeka-s-app.git'
            
            nebulonN 1 Reply Last reply
            0
            • jeauJ jeau

              @nebulon I added the optional dependencies of Omeka S and the dependencies required by the modules listed on the official website.

              However, I have this error when I try to push this commit to our repository:

               ! [remote rejected] master -> master (pre-receive hook declined)
              error: failed to push some refs to 'https://git.cloudron.io/cloudron/omeka-s-app.git'
              
              nebulonN Away
              nebulonN Away
              nebulon
              Staff
              wrote on last edited by
              #20

              @jeau ok let me double check this. Which what is the gitlab account you are using?

              jeauJ 1 Reply Last reply
              0
              • nebulonN nebulon

                @jeau ok let me double check this. Which what is the gitlab account you are using?

                jeauJ Offline
                jeauJ Offline
                jeau
                App Dev
                wrote on last edited by
                #21

                @nebulon on Cloudron gitlab, my account is also @jeau

                nebulonN 1 Reply Last reply
                0
                • jeauJ jeau

                  @nebulon on Cloudron gitlab, my account is also @jeau

                  nebulonN Away
                  nebulonN Away
                  nebulon
                  Staff
                  wrote on last edited by
                  #22

                  @jeau thanks, can you try again?

                  jeauJ 1 Reply Last reply
                  2
                  • nebulonN nebulon

                    @jeau thanks, can you try again?

                    jeauJ Offline
                    jeauJ Offline
                    jeau
                    App Dev
                    wrote on last edited by
                    #23

                    @nebulon thank's, it works

                    1 Reply Last reply
                    1
                    • girishG girish

                      @imc67 Yes, getting there... @nebulon already updated the app to use the latest base image and 7.4. Now we need to get the LDAP thing working.

                      jeauJ Offline
                      jeauJ Offline
                      jeau
                      App Dev
                      wrote on last edited by
                      #24

                      @girish, I'm trying to go ahead with the configuration of Ldap module.

                      Settings are located at the bottom of /app/data/config/local.config.php

                      The following configuration allows a first authentication from the username however the account created does not retrieve the email address but an address like this <username>@<ip>.

                         'ldap' => [
                              'adapter_options' => [
                                  'server1' => [
                                      'host' => getenv('CLOUDRON_LDAP_SERVER'),
                                      'port' => getenv('CLOUDRON_LDAP_PORT'),
                                      'username' => getenv('CLOUDRON_LDAP_BIND_DN'),
                                      'password' => getenv('CLOUDRON_LDAP_BIND_PASSWORD'),
                                      'bindRequiresDn' => true,
                                      'baseDn' => getenv('CLOUDRON_LDAP_USERS_BASE_DN'),
                                      'accountFilterFormat' => '(&(objectClass=user)(username=%s))',
                                      'accountCanonicalForm' => 4,
                                      'accountDomainName' => getenv('CLOUDRON_LDAP_HOST'),
                                  ],
                              ],
                          ],
                      

                      With Omeka, it is usual to connect with the mail but the filter (&(objectClass=user)(mail=%s)) does not work.

                      The module documentation is here https://github.com/biblibre/omeka-s-module-Ldap

                      girishG 3 Replies Last reply
                      2
                      • jeauJ jeau

                        @girish, I'm trying to go ahead with the configuration of Ldap module.

                        Settings are located at the bottom of /app/data/config/local.config.php

                        The following configuration allows a first authentication from the username however the account created does not retrieve the email address but an address like this <username>@<ip>.

                           'ldap' => [
                                'adapter_options' => [
                                    'server1' => [
                                        'host' => getenv('CLOUDRON_LDAP_SERVER'),
                                        'port' => getenv('CLOUDRON_LDAP_PORT'),
                                        'username' => getenv('CLOUDRON_LDAP_BIND_DN'),
                                        'password' => getenv('CLOUDRON_LDAP_BIND_PASSWORD'),
                                        'bindRequiresDn' => true,
                                        'baseDn' => getenv('CLOUDRON_LDAP_USERS_BASE_DN'),
                                        'accountFilterFormat' => '(&(objectClass=user)(username=%s))',
                                        'accountCanonicalForm' => 4,
                                        'accountDomainName' => getenv('CLOUDRON_LDAP_HOST'),
                                    ],
                                ],
                            ],
                        

                        With Omeka, it is usual to connect with the mail but the filter (&(objectClass=user)(mail=%s)) does not work.

                        The module documentation is here https://github.com/biblibre/omeka-s-module-Ldap

                        girishG Offline
                        girishG Offline
                        girish
                        Staff
                        wrote on last edited by
                        #25

                        @jeau the settings look correct to me. Is there anything in the logs? Otherwise, if you can push your changes, I can quickly test here.

                        1 Reply Last reply
                        1
                        • girishG Offline
                          girishG Offline
                          girish
                          Staff
                          wrote on last edited by
                          #26

                          OK, just testing out if it's something obvious. But the LDAP server does not get any requests at all from omeka

                          1 Reply Last reply
                          1
                          • girishG Offline
                            girishG Offline
                            girish
                            Staff
                            wrote on last edited by
                            #27

                            So, after some debugging I found that the LDAP code hits a LDAP_X_DOMAIN_MISMATCH exception. This is because of the accountDomainName looks like. It expects the email ids to be in the same domain as the one we set there. Removing it, still fails though.

                            1 Reply Last reply
                            1
                            • jeauJ jeau

                              @girish, I'm trying to go ahead with the configuration of Ldap module.

                              Settings are located at the bottom of /app/data/config/local.config.php

                              The following configuration allows a first authentication from the username however the account created does not retrieve the email address but an address like this <username>@<ip>.

                                 'ldap' => [
                                      'adapter_options' => [
                                          'server1' => [
                                              'host' => getenv('CLOUDRON_LDAP_SERVER'),
                                              'port' => getenv('CLOUDRON_LDAP_PORT'),
                                              'username' => getenv('CLOUDRON_LDAP_BIND_DN'),
                                              'password' => getenv('CLOUDRON_LDAP_BIND_PASSWORD'),
                                              'bindRequiresDn' => true,
                                              'baseDn' => getenv('CLOUDRON_LDAP_USERS_BASE_DN'),
                                              'accountFilterFormat' => '(&(objectClass=user)(username=%s))',
                                              'accountCanonicalForm' => 4,
                                              'accountDomainName' => getenv('CLOUDRON_LDAP_HOST'),
                                          ],
                                      ],
                                  ],
                              

                              With Omeka, it is usual to connect with the mail but the filter (&(objectClass=user)(mail=%s)) does not work.

                              The module documentation is here https://github.com/biblibre/omeka-s-module-Ldap

                              girishG Offline
                              girishG Offline
                              girish
                              Staff
                              wrote on last edited by
                              #28

                              this works (login with username and not email):

                                  'ldap' => [
                                      'adapter_options' => [
                                          'server1' => [
                                              'host' => getenv('CLOUDRON_LDAP_SERVER'),
                                              'port' => getenv('CLOUDRON_LDAP_PORT'),
                                              'username' => getenv('CLOUDRON_LDAP_BIND_DN'),
                                              'password' => getenv('CLOUDRON_LDAP_BIND_PASSWORD'),
                                              'bindRequiresDn' => true,
                                              'baseDn' => getenv('CLOUDRON_LDAP_USERS_BASE_DN'),
                                              'accountFilterFormat' => '(&(objectclass=user)(username=%s))',
                                              'accountCanonicalForm' => 1,
                                              // 'accountDomainName' => getenv('CLOUDRON_LDAP_HOST'),
                                          ],
                                      ],
                                  ],
                              
                              1 Reply Last reply
                              1
                              • jeauJ jeau

                                @girish, I'm trying to go ahead with the configuration of Ldap module.

                                Settings are located at the bottom of /app/data/config/local.config.php

                                The following configuration allows a first authentication from the username however the account created does not retrieve the email address but an address like this <username>@<ip>.

                                   'ldap' => [
                                        'adapter_options' => [
                                            'server1' => [
                                                'host' => getenv('CLOUDRON_LDAP_SERVER'),
                                                'port' => getenv('CLOUDRON_LDAP_PORT'),
                                                'username' => getenv('CLOUDRON_LDAP_BIND_DN'),
                                                'password' => getenv('CLOUDRON_LDAP_BIND_PASSWORD'),
                                                'bindRequiresDn' => true,
                                                'baseDn' => getenv('CLOUDRON_LDAP_USERS_BASE_DN'),
                                                'accountFilterFormat' => '(&(objectClass=user)(username=%s))',
                                                'accountCanonicalForm' => 4,
                                                'accountDomainName' => getenv('CLOUDRON_LDAP_HOST'),
                                            ],
                                        ],
                                    ],
                                

                                With Omeka, it is usual to connect with the mail but the filter (&(objectClass=user)(mail=%s)) does not work.

                                The module documentation is here https://github.com/biblibre/omeka-s-module-Ldap

                                girishG Offline
                                girishG Offline
                                girish
                                Staff
                                wrote on last edited by
                                #29

                                @jeau it seems the email and displayname fields are simply filled with the DN like cn=uid-fc561e94-2711-4411-83cd-4d9a7ffe57d4,ou=users,dc=cloudron . I guess we need to ask the module-ldap author on how we can get this properly read in from LDAP.

                                jeauJ 1 Reply Last reply
                                2
                                • girishG girish

                                  @jeau it seems the email and displayname fields are simply filled with the DN like cn=uid-fc561e94-2711-4411-83cd-4d9a7ffe57d4,ou=users,dc=cloudron . I guess we need to ask the module-ldap author on how we can get this properly read in from LDAP.

                                  jeauJ Offline
                                  jeauJ Offline
                                  jeau
                                  App Dev
                                  wrote on last edited by
                                  #30

                                  @girish yes, I asked Julian from Biblibre who who develops this module. He talk me that the current released (0.3.0) of Ldap module I used does not allow to configure the LDAP attributes to retrieve the name and email. I tried from source, it's works partially, I retreive the user mail address but I can sign in only with username, not mail.

                                  1 Reply Last reply
                                  1
                                  • imc67I Offline
                                    imc67I Offline
                                    imc67
                                    translator
                                    wrote on last edited by
                                    #31

                                    @jeau said in Omeka - platform for digital cultural heritage web publishing:

                                    I can sign in only with username

                                    That is no problem at all as app like Wordpress and Nextcloud also uses usernames as login.

                                    jeauJ 1 Reply Last reply
                                    1
                                    • imc67I imc67

                                      @jeau said in Omeka - platform for digital cultural heritage web publishing:

                                      I can sign in only with username

                                      That is no problem at all as app like Wordpress and Nextcloud also uses usernames as login.

                                      jeauJ Offline
                                      jeauJ Offline
                                      jeau
                                      App Dev
                                      wrote on last edited by
                                      #32

                                      @imc67 you're right, it's works with the Ldap module, but usually Omeka S users use their email address and in their profile there's no username.

                                      girishG 1 Reply Last reply
                                      0
                                      • jeauJ jeau

                                        @imc67 you're right, it's works with the Ldap module, but usually Omeka S users use their email address and in their profile there's no username.

                                        girishG Offline
                                        girishG Offline
                                        girish
                                        Staff
                                        wrote on last edited by
                                        #33

                                        @jeau atleast the login form of omeka s says "email or username".

                                        imc67I 1 Reply Last reply
                                        0
                                        • girishG girish

                                          @jeau atleast the login form of omeka s says "email or username".

                                          imc67I Offline
                                          imc67I Offline
                                          imc67
                                          translator
                                          wrote on last edited by
                                          #34

                                          @girish said in Omeka - platform for digital cultural heritage web publishing:

                                          @jeau atleast the login form of omeka s says "email or username".

                                          Indeed and for me it’s ok. And for the time being as “Unstable” in the AppStore it might be possible to use username as Account name?

                                          jeauJ 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search