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 | Demo | Docs | Install
E

ekevu123

@ekevu123
About
Posts
376
Topics
111
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Sync updated to v2
    E ekevu123

    Immich has updated its synchronisation to v2, more about that here: https://immich.app/blog/sync-v2

    When server and app use different versions, apparently, the synchronisation will stop working.
    In my case, the app version has already updated on my phone to the newest version, but Cloudron hasn't (version 2 of Immich was released a few days ago only).

    So, if anyone encounters issues, you need to make sure to use the same version for both. Right now, that means waiting for the cloudron app update covering this.

    Immich

  • Mirotalk - Participants can't see each other 2
    E ekevu123

    Thank you for explaining! If it happens next time again, I will look through port usage on the server.

    MiroTalk

  • Mirotalk - Participants can't see each other 2
    E ekevu123

    If I am not mistaken, a new Mirotalk installation on Cloudron sets the port automatically to 25000. I have verified that I have that set up once more.

    Oddly, I have just tried it once more, and now it works. Maybe because of a recent app update, I am not sure.

    MiroTalk

  • Mirotalk - Participants can't see each other 2
    E ekevu123

    Sure! I don't have any specific setup, though. Just a Ubuntu server on Netcup and then Cloudron installed.

    MiroTalk

  • Mirotalk - Participants can't see each other 2
    E ekevu123

    The issue that Mirotalk video chat participants can't see each other has been discussed before. It has been suggested to switch ports to 25000, however, this doesn't solve the issue for me. I have installed the newest version, and did try to re-install Mirotalk, just in case.

    MiroTalk

  • Calls not working on updated instances past v2.2.22
    E ekevu123

    I have just freshly reinstalled the app, because I ran into the issue. However, although the port has been set to 25000 automatically, I still have the issue.

    MiroTalk update loading

  • When deleting an email address used by a mailing list, show a warning
    E ekevu123

    When I delete an email address that is being used in a mailing list, it would be great if we could show a warning indicating that the mailing list item is now idle (goes to a non-existing mail address).

    The fact that this email address is referenced in a mailing list could also be included in the delete confirmation modal.

    I think this should happen even if a catchall has been set up that would at least not let the email bounce.

    Feature Requests mailing-lists email

  • Separate build and runtime images?
    E ekevu123

    Yes, thank you, this has worked perfectly!

    App Packaging & Development

  • Separate build and runtime images?
    E ekevu123

    Is it possible to use separate build and runtime images, specifically using the cloudron image only for runtime? I want to build via cloudron build, so not locally.

    I am trying to speed up the build process for a complex app, so any other advice is also welcome!

    App Packaging & Development

  • Kan.bn - The open source alternative to Trello
    E ekevu123

    @hjball said in Kan.bn - The open source alternative to Trello:

    Happy to assist with bringing Kan to Cloudron @mononym

    Just let me know what you need from me.

    Henry (author of the repo)

    The biggest issue is that the deployment needs to happen in one docker container only.

    For postgres, you use this: https://docs.cloudron.io/packaging/addons/#postgresql

    For local storage, this:
    https://docs.cloudron.io/packaging/addons/#localstorage

    If you don't know how to use these add-ons, go here: https://docs.cloudron.io/packaging/manifest/

    But essentially, if you can package it in one dockerfile only, creating the cloudron manifest is piece of cake.

    App Wishlist

  • Add better logging
    E ekevu123

    Thank you!

    Build Service

  • Add better logging
    E ekevu123

    It kind of does, but how about we'll add this to the logs to avoid confusion? The server already shows this, but the local command line doesn't.

    Build Service

  • Add better logging
    E ekevu123

    I am a heavy user of the build service. Would it be possible to align the logging better between the server version and what I see in the console when running cloudron build? Specifically, it took me a while to figure out that the Build Service preferred a Dockerfile.cloudron instead of Dockerfile, which I assumed it would always use.

    I believe the console logs don't provide me with that information (they only show the content of the dockerfile, but they would be similar at least, of course).
    However, the app's logs on the server do specify this.

    Also, I could see something like "you have multiple dockerfiles, which one would you like to use" or so.

    Build Service

  • Install new custom app with environment variables?
    E ekevu123

    @girish said in Install new custom app with environment variables?:

    @ekevu123 cloudron install --env ENV1=1 ENV2=2 --location subdomain . Then, you can verify using cloudron env list.

    Thank you! I think this is the best solution for this problem.

    App Packaging & Development

  • Porkbun automated DNS change
    E ekevu123

    Yeah, I don't have the original, because I repaired this manually already, but that is basically it - the CNAME was a standard of Porkbun pointing to their server.

    Well, it's solved quickly, albeit manually.

    Support domains porkbun

  • Install new custom app with environment variables?
    E ekevu123

    @girish Oh, really? How exactly do I use it? Do I need to upgrade the CLI?

    App Packaging & Development

  • Install new custom app with environment variables?
    E ekevu123

    When I install a new custom app using cloudron cli, I use cloudron build to build it and then cloudron install --location PATH --image IMAGE

    However, for the installation process tu run through successfully, it requires to have environment variables set at that time.

    I only know that I can set these variables using cloudron env set.

    So, my current strategy is to run cloudron install, let it fail, terminate the process, set the environment variables, and then run cloudron update with the same image, which works.

    I suppose the ideal solution would be to somehow use cloudron install but with environment variables set in the process.

    Or should I simply set fallbacks and override them afterwards?

    What's the best process for this?

    App Packaging & Development

  • Porkbun automated DNS change
    E ekevu123

    Not sure if this is expected or a bug, but I noticed this:

    1. I registered a new domain with porkbun
    2. I connected the domain to cloudron and gave API access
    3. I tried to install a new app on that domain using Cloudron CLI

    Expected Behaviour:
    Cloudron manages the DNS records automatically.

    Actual behavior:
    box:dns Attempt 4 failed. Will retry: Porkbun DNS error 400 {"status":"ERROR","message":"Create error: We were unable to create the DNS record."}

    The solution was to delete the default CNAME entries manually that were pointing to porkbun (they were created when I bought the domain).

    Technically, this was a conflict, and I assume cloudron, as it acts usually conservatively, would not interfere with the current state, but show an error instead until this is resolved? Or can cloudron only add and edit, but not delete existing entries?

    I just wanted to bring this up, I am not sure if cloudron would be supposed to resolve this on its own.

    Support domains porkbun

  • Custom subdomain per user
    E ekevu123

    Okay, thank you for the advise!

    App Packaging & Development

  • Custom subdomain per user
    E ekevu123

    I am working on an app where users can create a profile page using a custom subdomain.

    How would I handle routing? Do I have to use the cloudron API to add the subdomain to the app every single time? Do I set up a subdomain wildcard for my domain? Or is there any other solution for this?

    App Packaging & Development
  • Login

  • Don't have an account? Register

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