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

4 Topics 36 Posts
  • OmekaS - Package Updates

    Pinned
    20
    0 Votes
    20 Posts
    747 Views
    girishG

    [1.2.0]

    Update Omeka S to 4.1.0 Full changelog Page authoring improvements Performance improvement for performing many "OR"-joined property/value searches at once Site navigation allows user to configure a custom link to open in a new tab/window New settings for controlling appearance of subnavigation on public site pages New batch edit option for setting resource ownership OEmbed media can now be updated Site setting for pre-expanding value annotations
  • 3 Votes
    7 Posts
    150 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
    222 Views
    jeauJ

    @timconsidine yes, it looks like the wordpress templates

  • What is the RAM usage for this?

    6
    0 Votes
    6 Posts
    473 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!