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


Skip to content

OmekaS

5 Topics 43 Posts
  • OmekaS - Package Updates

    Pinned
    24
    0 Votes
    24 Posts
    6k Views
    Package UpdatesP
    [1.4.0] Update omeka-s to 4.2.0 Full Changelog New version notifications were not being shown correctly for the core The confirmation message warning users that they made changes which would be lost if not saved could trigger improperly on the site navigation admin page when no changes were actually made An error that could arise when viewing the system information page with no subfolders yet under the "files" folder (#2196, fix contributed by Andreas Warnaar) Custom thumbnails for primary media were not used when getting the thumbnail for a parent resource The media show page could show an Edit button even if the current user did not have permission to edit the media An error happened preventing the proper response when performing a REST DELETE operation when @reverse was enabled in the API Event listening did not work properly for some forms Public "front page" cross-site advanced searches were broken
  • Bugs (CSS, CSRF Token) in Omeka S after latest Cloudron update

    3
    2
    1 Votes
    3 Posts
    31 Views
    D
    I looked into the logs and it was the outdated Commons module. Thanks for your help and keep up the great work with cloudron!
  • Omeka S on Cloudron as host for embedded exhibits - CORS

    7
    3 Votes
    7 Posts
    2k Views
    girishG
    @GeHo said in Omeka S on Cloudron as host for embedded exhibits - CORS: Because the HTML itself delievered by Omeka loads scripts, images, css etc. from the domain of origin. This causes the CORS issues. aren't all these covered by same origin policy exceptions ? https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy#cross-origin_network_access
  • page template files - edit or not?

    3
    0 Votes
    3 Posts
    1k Views
    jeauJ
    @timconsidine yes, it looks like the wordpress templates
  • What is the RAM usage for this?

    6
    0 Votes
    6 Posts
    2k Views
    girishG
    @jeau For the PHP apps, we follow the customizable php.ini pattern. Line 26-29 basically. This way people can tweak those values as needed. One important thing to remember when packaging this way is that the app's WORKDIR has to be set to /app/code and not /app/data because apache behaves differently when it is started in a directory which has php.ini in it!