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
  • Brite
  • 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

Offical apps | Community apps | Demo | Docs | Install
P

paridata

@paridata
Unfollow Follow
About
Posts
10
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Since Upgrade to 9.0.7, adding/changing Backup Sites not possible
    P paridata
    Support backups

    Thanks a lot, that was tho Problem.

    I changed the user rights from Administrator to Superadmin an it's working as expected.


  • Since Upgrade to 9.0.7, adding/changing Backup Sites not possible
    P paridata
    Support backups

    Since the upgrade from latest 8.x.x to 9.0.7 it is not possible to change the Backup Site. The Button to add a new Site is not shown.

    • hosted at netcup
    • Ubuntu 22.04

    The error says after migration to a new Cloudron server.

    • hosted at Hetzner
    • Ubuntu 24.04

    Bildschirmfoto 2025-11-11 um 16.17.15.png


  • Xibo - Signage and display system
    P paridata
    App Wishlist

    This would be great!


  • Vacation management - urlaubsverwaltung.cloud
    P paridata
    App Wishlist
    • Title: Urlaubsverwaltung on Cloudron - Application for leave management: vacation requests, absences, sick notes and optionally overtimes

    • Main Page: https://urlaubsverwaltung.cloud/
    • Git: https://github.com/urlaubsverwaltung/urlaubsverwaltung
    • Licence: e.g. Apache-2.0 license
    • Dockerfile: None that I can find but docker image / docker compose available
    • Demo: https://urlaubsverwaltung.cloud/demo/

    • Summary: Urlaubsverwaltung is a web application for electronically managing absences.
      Using vacation requests, an employee can submit a request that can be approved, rejected, or canceled by the respective authorized persons. Each employee can maintain their overtime to always keep track and if a person should become unavailable, the sick note can be directly recorded.

    • Notes: DVSGO compliant, seems easy/straight forward with additional mobile apps, translated in English and a few other languages. Integration possible with Zeiterfassung - I swear I had seen a request for this on Cloudron in the past, but at last I cannot find it in the App wishlist anymore.

    • Alternative to / Libhunt link:
    • Screenshots:
      6a1cd9fa-2821-4dfc-a0b2-8463db9e74c0-image.png
      6bb72481-d941-46ba-afe0-7a8b77f4fa01-image.png

  • Enable CORS in Freescout API
    P paridata
    FreeScout cors

    This issue has been fixed.


  • Enable CORS in Freescout API
    P paridata
    FreeScout cors

    let's see...

    doing the equivalent to

    curl -X GET -G "https://ticket.paridata.net/api/conversations/6951" -H "X-FreeScout-API-Key: [api key removed]"

    Browser dev tools/Network tab output

    First entry

    Request URL: https://ticket.paridata.net/api/conversations/6951
    Referrer Policy: strict-origin-when-cross-origin
    Provisional headers are shown
    Accept: */*
    Referer: https://app.ninox.com/
    User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.67 Safari/537.36 Edg/87.0.664.47
    X-FreeScout-API-Key: [api key removed]
    

    Second entry

    Request URL: https://ticket.paridata.net/api/conversations/6951
    Request Method: OPTIONS
    Status Code: 200 
    Remote Address: 45.9.61.129:443
    Referrer Policy: strict-origin-when-cross-origin
    allow: GET,HEAD
    cache-control: max-age=0, must-revalidate, no-cache, no-store, private
    content-length: 0
    content-type: text/html; charset=UTF-8
    date: Fri, 04 Dec 2020 08:26:51 GMT
    pragma: no-cache
    referrer-policy: no-referrer-when-downgrade
    server: nginx
    strict-transport-security: max-age=15768000
    x-content-type-options: nosniff
    x-download-options: noopen
    x-permitted-cross-domain-policies: none
    x-xss-protection: 1; mode=block
    :authority: ticket.paridata.net
    :method: OPTIONS
    :path: /api/conversations/6951
    :scheme: https
    accept: */*
    accept-encoding: gzip, deflate, br
    accept-language: de,de-DE;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6
    access-control-request-headers: x-freescout-api-key
    access-control-request-method: GET
    origin: https://app.ninox.com
    referer: https://app.ninox.com/
    sec-fetch-dest: empty
    sec-fetch-mode: cors
    sec-fetch-site: cross-site
    user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.67 Safari/537.36 Edg/87.0.664.47
    

    So the preflight request is succesful however doesn't respond with any "Access-Control-Allow-XYZ" headers.


  • Enable CORS in Freescout API
    P paridata
    FreeScout cors

    After doing the upgrade and specifying the allowed host in the app and clearing the app's cache, I'm still not getting the desired behaviour. Is there some sort of caching happening on the cloudron side? I've tested on my side in an anonymous browser window. As far as I know the ninoxdb app does not intercept/cache the responses from cross origin requests.

    Can you guys say if the app is doing what it should?


  • Enable CORS in Freescout API
    P paridata
    FreeScout cors

    Hi, Freescout has already implemented the feature. It is installable through the Freescout module store.


  • Enable CORS in Freescout API
    P paridata
    FreeScout cors

    Here‘s the link to the github issue: https://github.com/freescout-helpdesk/freescout/issues/897


  • Enable CORS in Freescout API
    P paridata
    FreeScout cors

    Hello everybody,

    I have bought the Freescout API Addon in order to sync conversations to my ninoxdb database at https://app.ninox.com. It allows me to start a request from inside the browser to Freescout API. However I obviously run into cross origin resource sharing problems. So I would like you guys to allow CORS for the Freescout API. I need a way to specify which hosts are allowed to share resources with and which headers. The headers in question are Authorization and/or X-Freescout-API-Key.

  • Login

  • Don't have an account? Register

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