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
E

ekevu123

@ekevu123
Unfollow Follow
About
Posts
562
Topics
159
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • v3.24.0 constantly runs out of memory
    E ekevu123
    Umami

    I might be wrong, but see below, I get this upon every restart. Isn't that an unnecessary build process for a restart without any update?

    Restart requested:

    apptask: run: startTask installationState: pending_restart runState: running
    tasks: updating task 16772 with: {"percent":30,"message":"Restarting container"}
    

    Build pipeline starts inside the container:

    => Running build script that generates the migrations
    $ npm-run-all check:env build:db check:db build:tracker build:recorder build:geo build:openapi build:packages build:app
    

    Cloudron reports success while the build is still running:

    tasks: updating task 16772 with: {"percent":100,"message":"Done"}
    taskworker: Task took 11.522 seconds
    

    Nothing listens on port 3000 during the build (repeats every 10 seconds):

    => Healthcheck error: Error: connect ECONNREFUSED 172.18.18.146:3000
    

    Next.js production build:

    $ next build --turbo
    ▲ Next.js 16.3.4 (Turbopack)
    ✓ Compiled successfully in 12.0s
    

    Post-build and start:

    $ node scripts/postbuild.js
    => Running migrations
    No pending migrations to apply.
    ==> Starting Umami
    ✓ Ready in 154ms
    

  • v3.24.0 constantly runs out of memory
    E ekevu123
    Umami

    I keep running into this issue again. Oddly, it doesn't matter how high my memory limit is (it's set to 5 GB at the moment), it still keeps happening. The usage graph doesn't show any spike. This happens when 11 workers are being spawned simultaneously using next build apparently.

    EDIT: I did some digging (as I did before), and this happens during auto-update and restart. One theory right now is that during auto-update, when multiple apps are updated, it causes a spike on the server, that's why an ordinary mid-day restart can't reproduce it.

    Can Cloudron change the build process and perhaps have fewer workers run in parallel, and perhaps not rebuild the app with every restart?


  • Automated removal of containers
    E ekevu123
    Container Registry

    Right, that makes sense!


  • Automated removal of containers
    E ekevu123
    Container Registry

    I have a question. The app allows to set automated removal of containers if they are older than a certain amount of days. But if I don't update my app for a while, doesn't that mean I couldn't implement a backup at some point when the container is missing?


  • Tymeslot - Feature Requests?
    E ekevu123
    Tymeslot

    @justjulian said:

    @ekevu123 Thanks for this fine piece of software and your dedication towards it! Also thank you for making it available via Cloudron.

    Here a couple of things that would help me a lot:

    • Add an option to add multi-language support for meeting type name and description (which is then controlled by the global language setting on the user side)
    • Give the user the option to choose between several meeting options when booking: In-Person, Video Call Solution A, Video Call Solution B, etc. Let's say I want to offer two video call options to my clients so they choose based on their needs - either MS Teams because maybe they already have a Teams account and it integrates nicely into their workflow or for the more data-privacy aware clients Opentalk. That would put them in charge with which meeting platform they want to share their data with.
    • Regarding the In-Person option above: That would then also need a location that I could enter, like an office address.
    • And, for me personally a highlight would be, integration with Opentalk: https://docs.opentalk.eu/26.2/user/en/technical-documentation/rest-api/

    Thank you, I'll take these! I have just finished a series of bug fixes and maintenance upgrades. The next feature update should concern video integration, so I will also see if Opentalk can be integrated.


  • Container registry
    E ekevu123
    Announcements

    I have tested the new registry and it works excellently for me. I am quite happy, and have already replaced my older workflows with the builder and the private docker registry as separate apps.


  • Bug report, UX/UI: Resize button in app dashboard doesn't correctly get disabled
    E ekevu123
    Support dashboard ux

    I am on Cloudron version 10.0.4.

    Steps to reproduce:

    1. Go into any app (tested with Syncthing)
    2. Go to "Resources"
    3. Change the memory limit to anything else and click "Resize"

    Expected behaviour: The resizing happens, the button deactivates
    Actual behaviour: The resizing happens, the app restarts, but the button stays activated. This could cause confusion whether or not the resizing has actually happened. As a user, I want to click again on the button to make sure. Thus, I am also able to start another resize action for the same size, unless I switch between tabs in the app menu or refresh the page.


  • Tymeslot - Feature Requests?
    E ekevu123
    Tymeslot

    @luckow said:

    @ekevu123 So far, we've had 1:1 appointment types (user books a slot, slot is no longer available). I have a 1:many use case (webinar) and wish tymeslot could handle that. Maybe it fits within the scope of the application? What do you think?

    It's already in development, but requires some bigger infrastructure changes and good testing. It should land within the next 2 weeks for sure!


  • Tymeslot - Feature Requests?
    E ekevu123
    Tymeslot

    Correct, that should work!

    Also, you can now manage environment variables directly in Cloudron.


  • Harden custom terminal app using SSH
    E ekevu123
    Discuss

    Thank you, that gave me something to work through!


  • Harden custom terminal app using SSH
    E ekevu123
    Discuss

    I want to create a custom terminal-based cloudron app and connect to it using SSH. This app will process sensitive data, so I need to think about heightened security. The goal is to allow SSH access only, no public access whatsoever is needed.

    Are there any good processes I could follow? I was thinking of restricting access only via Cloudron's VPN app, how would I implement this?


  • Tymeslot - Feature Requests?
    E ekevu123
    Tymeslot

    Yeah, that makes sense!


  • Tymeslot - Feature Requests?
    E ekevu123
    Tymeslot

    Writing should be possible, I have just released an intermediary step for testing. Thank you for the advise with the delete button and the jumping, I'll look into this today as well!


  • Feature Request: schedule e-mails
    E ekevu123
    Mail

    I want to be able to schedule e-mails to one recipient. So, when I send an e-mail, I want to be able to choose a date and time when it is being sent. This should be on the server, not on my laptop, so a webmail app would be the perfect place for that.


  • Send scheduled e-mails
    E ekevu123
    Discuss

    @joseph said:

    This might be an excellent feature for the new webmail app, no?

    Just read about it, I will post it as a feature request there, thanks!


  • Send scheduled e-mails
    E ekevu123
    Discuss

    I need to send occasional one-off scheduled e-mails. So, I have an e-mail that shouldn't be sent immediately, but at a scheduled time. Also, my computer shouldn't have to be online at that time, so I want to schedule and forget.

    I was using Missive for that reason, a free web app for e-mails, but it terminated their free plan, and I have no other reason to pay for it.

    I can think of ways to code something to solve this, but it seems overkill. I wonder how else I could solve this?

    My setup:

    • Cloudron as e-mail server
    • Postmark is the relay
    • Locally, I use Thunderbird (they have a schedule extension, but this requires my laptop to be online)

    Actually, if there's no better solution, I would even be fine to code a small relay and host it on Cloudron. But maybe I am overcomplicating this here?


  • Tymeslot - Feature Requests?
    E ekevu123
    Tymeslot

    @luckow said:

    the time-slot intervals is a great feature of cal.com

    ae2d9124-ea24-4e48-a8ad-a4ed40d6e2fa-image.jpeg

    It ends in :

    260d44e3-a3e6-42da-926f-fa3b6d1aae73-image.jpeg

    This will be deployed this week!

    @fbartels said:

    Exchange Webservices as as additional calendar type would be nice, but there does not seem to be something in elixir for this.

    This as well, but I couldn't test this well myself, feel free to check it out. I used an open-source exchange server for testing.


  • Tymeslot with Cloudron Calendar CalDav - working?
    E ekevu123
    Tymeslot

    No worries, I appreciate you pointing this out and using Tymeslot as well.

    All I can say is - it worked for me without "caldav", and the last update should have fixed that, so please try again. Happy to look into this again if needed.


  • Tymeslot with Cloudron Calendar CalDav - working?
    E ekevu123
    Tymeslot

    Hi, I was on vacation for a week and promised myself not to look at code for a week.

    I have now installed the calendar app and tried it myself. Can you try the server URL without the additional /caldav? This should work.
    In the meantime, I'll check how I can make the initial URL work, this will be fixed next week.


  • Tymeslot - Feature Requests?
    E ekevu123
    Tymeslot

    @luckow Good idea, I'll get it done!

  • Login

  • Don't have an account? Register

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