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

Apps - Status | Demo | Docs | Install
G

Guillaume

@Guillaume
Unfollow Follow
About
Posts
8
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Bug Report - UI inconsistensy on custom Udp Port
    G Guillaume

    Hello,

    I'm packaging an app and I think I found a little bug on the Location UI UDP Port.
    I'm testing on Cloudron 9.2

    Observed behavior :
    I'm exposing a port custom UDP that is activated by default but the UI checkbox is not checked.
    The actual port is activated as expected on the container and exposed by cloudron.
    In addition if you enable the checkbox in this state and apply the configuration, it actually behave as expected, but if you refresh the page the checkbox is unchecked again.

    Expected behavior :
    The checkbox should reflect the actual state of the port.

    Hope it helps to fix this.

    Support

  • Bug Report - UI inconsistensy on custom Udp Port
    G Guillaume

    I test on an empty cloudron vm, only this app.
    I install with cloudron cli yes.

    cloudron install

    The UI never reflect the UDP port state, the checkbox is always uncheked if you refresh the page.

    The app is not public.
    Maybe I can reproduce this behavior with an example.

    Support

  • Bug Report - UI inconsistensy on custom Udp Port
    G Guillaume

    Just see another clue in the javascript console when opening the Location settgins page of the app :
    TypeError: Cannot read properties of undefined (reading 'HS_MY_CUSTOM_PORT')

    Seems related to the first line of this code :
    for (const p in props.app.portBindings) if (tcpPorts.value[p]) {
    tcpPorts.value[p].value = props.app.portBindings[p].hostPort;
    tcpPorts.value[p].enabled = true;
    } else if (udpPorts.value[p]) {
    udpPorts.value[p].value = props.app.portBindings[p].hostPort;
    udpPorts.value[p].enabled = true;
    } else console.error(Portbinding ${p} not known in manifest!);

    tcpPorts seems undefined.

    Maybe this bug appear when there is only udpPorts in the manifest, I have no tcp ports declared on the manifest.

    Support

  • Bug Report - UI inconsistensy on custom Udp Port
    G Guillaume

    I confirm my assumption, I added a fake tcpPorts to the manifest and it's working as expected, no console error and the udp ports state is correctly set on the checkbox.

    Support

  • ActiveSync
    G Guillaume

    Hi,
    @girish I re post here instead of the issue tracker, I think it's the good thread.

    Having activesync working in Sogo would be the last feature I need to completely migrate to Cloudron.

    From what I read on the issue tracker the main problem is having the right version of libwbxml.
    I've made some research on project that have working container with activesync and I found this one :
    https://github.com/croessner/sogo/blob/master/Dockerfile
    He fetched libwbxml sources then compile them before compiling Sogo ActiveSync.

    I'm not familiar with the base cloudron image, and missing some time to try myself, do you think someone of your staff can try this solution ?

    Thanks to your team for the amazing work on Cloudron.

    SOGo

  • ActiveSync
    G Guillaume

    @nebulon Many thanks for this !
    It seems to work pretty well, take my subscription Cloudron ! 🙂

    SOGo
  • Login

  • Don't have an account? Register

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