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

wheez

@wheez
About
Posts
41
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Access Ollama Base URL from n8n
    W wheez

    @girish Perfect thank you! This actually made it work for me!

    Steps:
    Generate an API key in your OpenWebUI.

    Add the header Authorization: Bearer {{api_key}} to a post request to {{OpenWebUI_URL}}/ollama/api/generate and a body of

    {
      "model": "llama2",
      "prompt": "Why is the sky blue?"
    }
    

    From there I get the response via the api.

    To use it with n8n I can just use the regular request node.


    The URL

    {{OpenWebUI_URL}}/ollama/
    

    gets forwarded to the internal Ollama endpoint. So if you want to access other aspects of the Ollama api you can just use their documentation at https://github.com/ollama/ollama/blob/main/docs/api.md#generate-a-completion.

    In the docs replace "localhost:11434/api/" with "{{OpenWebUI_URL}}/ollama/api/"

    OpenWebUI

  • Gandi Live DNS API deprecated in favor of PAT
    W wheez

    good evening cloudron team 🙌

    I am trying to add a Gandi DNS to my Cloudron instance. It seems like the API was deprecated in favor of a Personal Access Token (PAT).
    Seems like the Auth Headers need to be adjusted:
    https://api.gandi.net/docs/authentication/

    Is it true that the PAT is not currently supported by cloudron? Or am I just failing to do it right?

    Thanks for the help!

    Support gandi dns domains

  • High cpu utilization since update 1.25.1
    W wheez

    Do we know by now what is causing this problem? I have had it for the second time today. Last time about a Month ago. The fix worked in both cases but I guess it would still be interesting to know why this is happening.

    Paperless-ngx

  • humhub - Broken Backup
    W wheez

    Ok so I managed to restore the backup.
    I had to upload the mysqldump and ingest it via the terminal. Then the ingestion of the database worked.
    The files and modules were still missing after that. So I wrote a bash script to decrypt these folders as well and uploaded them with the file manager.

    Now everything seems to be working.

    Humhub

  • oidc signup only - improved defaults
    W wheez

    I also tested them already and they work when just added to the env file.
    Source: https://github.com/documenso/documenso/pull/1208

    Documenso

  • oidc signup only - improved defaults
    W wheez

    Hey everyone,

    I was trying to enable signup only via oidc. By doing so I found out that Documenso has these two variables:

    NEXT_PRIVATE_OIDC_ALLOW_SIGNUP
    
    NEXT_PRIVATE_OIDC_SKIP_VERIFY
    

    I think it would be great to add them to the cloudron docs and I also think enabling them is a better default if cloudron oidc is enabled.

    Documenso

  • Huly : Open Source All-in-One Project Management Platform
    W wheez

    this looks amazing! would love to have it on cloudron.

    App Wishlist

  • Access Ollama Base URL from n8n
    W wheez

    I am trying out to connect to the included Ollama URL from n8n running on the same server. The Ollama Base URL given in the GUI is http://127.0.0.1:11434, which is only the local address.
    I tried to see if I can use the internal docker networking to connect to that port. But somehow I am not able to find the container when I run "docker ps" on the server.
    Same when I searched for the ID of the App in the docker network.
    Can someone help me how to connect to it over the internal docker network routing?

    Thank you!

    OpenWebUI

  • Huly : Open Source All-in-One Project Management Platform
    W wheez

    @jdaviescoates kinda new here and didn't know that how it works. I did it now. 🙂

    App Wishlist

  • humhub - Broken Backup
    W wheez

    Hey Everyone

    I was updating the Clear Theme of humhub and it somehow destroyed the Plugin. Since a reinstallation of the Plugin did not fix it I thought I would just restore from my backup since there has been no activity since the backup happend.

    Now before restoring I triggered another backup just to be able to back in case something goes wrong.
    But to my shock I had to find out, that all my backups are broken. The 5 Backups before the Plugin update and the one after as well. (They all show as completed/working)

    They always fail with the same error:

    Apr 20 12:52:20 box:tasks update 275: {"percent":65,"message":"Download finished 2025-04-18-230014-680/app_community.HIDDEN.de_v1.8.1/data/php.ini to /home/yellowtent/appsdata/a5fdc9a1-e174-4e16-8826-51bc1025988e/data/php.ini"}
    Apr 20 12:52:20 box:tasks update 275: {"percent":65,"message":"Download finished 2025-04-18-230014-680/app_community.HIDDEN.de_v1.8.1/data/modules/fcm-push/vendor/npm-asset/firebase/auth/package.json to /home/yellowtent/appsdata/a5fdc9a1-e174-4e16-8826-51bc1025988e/data/modules/fcm-push/vendor/npm-asset/firebase/auth/package.json"}
    Apr 20 12:52:20 box:tasks update 275: {"percent":65,"message":"Download finished 2025-04-18-230014-680/app_community.HIDDEN.de_v1.8.1/fsmetadata.json to /home/yellowtent/appsdata/a5fdc9a1-e174-4e16-8826-51bc1025988e/fsmetadata.json"}
    Apr 20 12:52:20 box:backupformat/rsync Recreating empty directories in {"localRoot":"/home/yellowtent/appsdata/a5fdc9a1-e174-4e16-8826-51bc1025988e","layout":[]}
    Apr 20 12:52:20 box:apptask run: app error for state pending_clone: BoxError: unable to chmod: ENOENT: no such file or directory, chmod '/home/yellowtent/appsdata/a5fdc9a1-e174-4e16-8826-51bc1025988e/data/uploads/file/d/2/d29213ba-4708-4809-b1f8-700f800ac6ba/file' at restoreFsMetadata (/home/yellowtent/box/src/backupformat/rsync.js:169:31) at async Object.download (/home/yellowtent/box/src/backupformat/rsync.js:259:5) at async download (/home/yellowtent/box/src/backuptask.js:104:5) at async Object.downloadApp (/home/yellowtent/box/src/backuptask.js:138:5) at async install (/home/yellowtent/box/src/apptask.js:368:9) { reason: 'FileSystem Error', details: {} }
    Apr 20 12:52:20 box:taskworker Task took 685.211 seconds
    Apr 20 12:52:20 box:tasks setCompleted - 275: {"result":null,"error":{"stack":"BoxError: unable to chmod: ENOENT: no such file or directory, chmod '/home/yellowtent/appsdata/a5fdc9a1-e174-4e16-8826-51bc1025988e/data/uploads/file/d/2/d29213ba-4708-4809-b1f8-700f800ac6ba/file'\n at restoreFsMetadata (/home/yellowtent/box/src/backupformat/rsync.js:169:31)\n at async Object.download (/home/yellowtent/box/src/backupformat/rsync.js:259:5)\n at async download (/home/yellowtent/box/src/backuptask.js:104:5)\n at async Object.downloadApp (/home/yellowtent/box/src/backuptask.js:138:5)\n at async install (/home/yellowtent/box/src/apptask.js:368:9)","name":"BoxError","reason":"FileSystem Error","details":{},"message":"unable to chmod: ENOENT: no such file or directory, chmod '/home/yellowtent/appsdata/a5fdc9a1-e174-4e16-8826-51bc1025988e/data/uploads/file/d/2/d29213ba-4708-4809-b1f8-700f800ac6ba/file'"}}
    Apr 20 12:52:20 box:tasks update 275: {"percent":100,"result":null,"error":{"stack":"BoxError: unable to chmod: ENOENT: no such file or directory, chmod '/home/yellowtent/appsdata/a5fdc9a1-e174-4e16-8826-51bc1025988e/data/uploads/file/d/2/d29213ba-4708-4809-b1f8-700f800ac6ba/file'\n at restoreFsMetadata (/home/yellowtent/box/src/backupformat/rsync.js:169:31)\n at async Object.download (/home/yellowtent/box/src/backupformat/rsync.js:259:5)\n at async download (/home/yellowtent/box/src/backuptask.js:104:5)\n at async Object.downloadApp (/home/yellowtent/box/src/backuptask.js:138:5)\n at async install (/home/yellowtent/box/src/apptask.js:368:9)","name":"BoxError","reason":"FileSystem Error","details":{},"message":"unable to chmod: ENOENT: no such file or directory, chmod '/home/yellowtent/appsdata/a5fdc9a1-e174-4e16-8826-51bc1025988e/data/uploads/file/d/2/d29213ba-4708-4809-b1f8-700f800ac6ba/file'"}}
    Apr 20 12:52:20 BoxError: unable to chmod: ENOENT: no such file or directory, chmod '/home/yellowtent/appsdata/a5fdc9a1-e174-4e16-8826-51bc1025988e/data/uploads/file/d/2/d29213ba-4708-4809-b1f8-700f800ac6ba/file'
    Apr 20 12:52:20 at restoreFsMetadata (/home/yellowtent/box/src/backupformat/rsync.js:169:31)
    Apr 20 12:52:20 at async Object.download (/home/yellowtent/box/src/backupformat/rsync.js:259:5)
    Apr 20 12:52:20 at async download (/home/yellowtent/box/src/backuptask.js:104:5)
    Apr 20 12:52:20 at async Object.downloadApp (/home/yellowtent/box/src/backuptask.js:138:5)
    Apr 20 12:52:20 at async install (/home/yellowtent/box/src/apptask.js:368:9)
    

    To me it is weird, that it just says /data. Other files have a proper file name, since I do not encrypt the filenames.

    It also seems to be at the firestore plugin. Maybe I could remove that part from the backup and restore from it without that plugin and just install it again afterwards?

    This is already a populated instance, so loosing all that data would hurt a lot. I backed the data up to my minio instance running on my synology nas.

    Any ideas what I can do?

    Thank you for your help!

    Humhub

  • OAuth - User not found
    W wheez

    Hey everyone,

    I have setup Listmonk with cloudron OAuth. But whenever a user tries to log in, I get the error "User not found". I first have to create a new user inside listmonk for them to be able to log in.
    Is there a way to auto create the users? I tried to find an env variable for that but did not manage to.

    Thank you for your help!

    Listmonk

  • FormBricks not in app store
    W wheez

    I was just trying to test it out, but it is not in my app store. Is that on purpose? Normally apps are there marked as unstable right?

    Formbricks

  • Celery stuck in restarting loop
    W wheez

    Hey everyone,

    I have had paperless running on Cloudron for several months without a Problem.
    Now I realized that the E-Mail importer is stuck. When I tried to find out why I saw that celery is stuck in a restart loop.
    I restarted the app and also the server.
    When I do a clean reinstallation on my server the error does not show up. So I could recover from a backup. But if possible I would be able to solve the problem under the hood.

    Anyone an Idea what might be going on?

    Thank you for your help!

    2024-09-02T11:09:52.000Z __    -    ... __   -        _
    2024-09-02T11:09:52.000Z _dbm.error: cannot add item to database
    2024-09-02T11:09:52.000Z celery beat v5.4.0 (opalescent) is starting.
    2024-09-02T11:09:52.000Z f = BytesIO(self.dict[key.encode(self.keyencoding)])
    2024-09-02T11:09:52.000Z humanize_seconds(self.scheduler.max_interval))
    2024-09-02T11:09:52.000Z return self.get_scheduler()
    2024-09-02T11:09:52.000Z return super().__get__(instance, owner)
    2024-09-02T11:09:52.000Z return symbol_by_name(self.scheduler_cls, aliases=aliases)(
    2024-09-02T11:09:52.000Z self._create_schedule()
    2024-09-02T11:09:52.000Z self._store['entries']
    2024-09-02T11:09:52.000Z self._store['entries'] = {}
    2024-09-02T11:09:52.000Z self.dict[key.encode(self.keyencoding)] = f.getvalue()
    2024-09-02T11:09:52.000Z self.setup_schedule()
    2024-09-02T11:09:52.000Z service.start()
    2024-09-02T11:09:52.000Z super().__init__(*args, **kwargs)
    2024-09-02T11:09:52.000Z val = self.func(instance)
    2024-09-02T11:09:52.000Z value = self.cache[key]
    2024-09-02T11:09:53.000Z 2024-09-02 11:09:53,996 INFO exited: paperless-scheduler.service (exit status 1; not expected)
    2024-09-02T11:09:55.000Z 2024-09-02 11:09:54,999 INFO spawned: 'paperless-scheduler.service' with pid 620
    2024-09-02T11:09:56.000Z 2024-09-02 11:09:56,001 INFO success: paperless-scheduler.service entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
    2024-09-02T11:09:57.000Z 
    2024-09-02T11:09:57.000Z 
    2024-09-02T11:09:57.000Z 
    2024-09-02T11:09:57.000Z 
    2024-09-02T11:09:57.000Z . broker -> redis://redis-8c6815a8-fe2f-4f22-bcdf-fd9c324f5b7c:6379//
    2024-09-02T11:09:57.000Z . db -> /app/data/data/celerybeat-schedule.db
    2024-09-02T11:09:57.000Z . loader -> celery.loaders.app.AppLoader
    2024-09-02T11:09:57.000Z . logfile -> [stderr]@%INFO
    2024-09-02T11:09:57.000Z . maxinterval -> 5.00 minutes (300s)
    2024-09-02T11:09:57.000Z . scheduler -> celery.beat.PersistentScheduler
    2024-09-02T11:09:57.000Z Configuration ->
    2024-09-02T11:09:57.000Z During handling of the above exception, another exception occurred:
    2024-09-02T11:09:57.000Z During handling of the above exception, another exception occurred:
    2024-09-02T11:09:57.000Z During handling of the above exception, another exception occurred:
    2024-09-02T11:09:57.000Z During handling of the above exception, another exception occurred:
    2024-09-02T11:09:57.000Z File "/usr/lib/python3.10/functools.py", line 981, in __get__
    2024-09-02T11:09:57.000Z File "/usr/lib/python3.10/shelve.py", line 111, in __getitem__
    2024-09-02T11:09:57.000Z File "/usr/lib/python3.10/shelve.py", line 113, in __getitem__
    2024-09-02T11:09:57.000Z File "/usr/lib/python3.10/shelve.py", line 125, in __setitem__
    2024-09-02T11:09:57.000Z File "/usr/local/lib/python3.10/dist-packages/celery/apps/beat.py", line 113, in start_scheduler
    2024-09-02T11:09:57.000Z File "/usr/local/lib/python3.10/dist-packages/celery/beat.py", line 264, in __init__
    2024-09-02T11:09:57.000Z File "/usr/local/lib/python3.10/dist-packages/celery/beat.py", line 513, in __init__
    2024-09-02T11:09:57.000Z File "/usr/local/lib/python3.10/dist-packages/celery/beat.py", line 541, in setup_schedule
    2024-09-02T11:09:57.000Z File "/usr/local/lib/python3.10/dist-packages/celery/beat.py", line 570, in _create_schedule
    2024-09-02T11:09:57.000Z File "/usr/local/lib/python3.10/dist-packages/celery/beat.py", line 574, in _create_schedule
    2024-09-02T11:09:57.000Z File "/usr/local/lib/python3.10/dist-packages/celery/beat.py", line 634, in start
    2024-09-02T11:09:57.000Z File "/usr/local/lib/python3.10/dist-packages/celery/beat.py", line 668, in get_scheduler
    2024-09-02T11:09:57.000Z File "/usr/local/lib/python3.10/dist-packages/celery/beat.py", line 677, in scheduler
    2024-09-02T11:09:57.000Z File "/usr/local/lib/python3.10/dist-packages/kombu/utils/objects.py", line 40, in __get__
    2024-09-02T11:09:57.000Z KeyError: 'entries'
    2024-09-02T11:09:57.000Z KeyError: b'entries'
    2024-09-02T11:09:57.000Z LocalTime -> 2024-09-02 11:09:57
    2024-09-02T11:09:57.000Z Traceback (most recent call last):
    2024-09-02T11:09:57.000Z Traceback (most recent call last):
    2024-09-02T11:09:57.000Z Traceback (most recent call last):
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,474] [INFO] [celery.beat] beat: Starting...
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,485] [CRITICAL] [celery.beat] beat raised exception <class '_dbm.error'>: error('cannot add item to database')
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,486] [WARNING] [celery.redirected] Traceback (most recent call last):
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,487] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,487] [WARNING] [celery.redirected]   File "/usr/lib/python3.10/shelve.py", line 111, in __getitem__
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,487] [WARNING] [celery.redirected] :
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,487] [WARNING] [celery.redirected] KeyError
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,487] [WARNING] [celery.redirected] value = self.cache[key]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,488] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,488] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,488] [WARNING] [celery.redirected]   File "/usr/local/lib/python3.10/dist-packages/celery/beat.py", line 570, in _create_schedule
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,488] [WARNING] [celery.redirected] 'entries'
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,488] [WARNING] [celery.redirected] Traceback (most recent call last):
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,488] [WARNING] [celery.redirected] self._store['entries']
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,489] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,489] [WARNING] [celery.redirected]   File "/usr/lib/python3.10/shelve.py", line 113, in __getitem__
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,489] [WARNING] [celery.redirected] KeyError
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,489] [WARNING] [celery.redirected] f = BytesIO(self.dict[key.encode(self.keyencoding)])
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,490] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,490] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,490] [WARNING] [celery.redirected]   File "/usr/local/bin/celery", line 8, in <module>
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,490] [WARNING] [celery.redirected] :
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,490] [WARNING] [celery.redirected] Traceback (most recent call last):
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,490] [WARNING] [celery.redirected] b'entries'
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,491] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,491] [WARNING] [celery.redirected]   File "/usr/local/lib/python3.10/dist-packages/celery/__main__.py", line 15, in main
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,491] [WARNING] [celery.redirected]   File "/usr/local/lib/python3.10/dist-packages/celery/bin/celery.py", line 236, in main
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,491] [WARNING] [celery.redirected] sys.exit(_main())
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,491] [WARNING] [celery.redirected] sys.exit(main())
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,492] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,492] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,492] [WARNING] [celery.redirected]   File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1157, in __call__
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,492] [WARNING] [celery.redirected] return celery(auto_envvar_prefix="CELERY")
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,492] [WARNING] [celery.redirected] return self.main(*args, **kwargs)
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,493] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,493] [WARNING] [celery.redirected]   File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1078, in main
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,493] [WARNING] [celery.redirected] rv = self.invoke(ctx)
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,494] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,494] [WARNING] [celery.redirected]   File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1434, in invoke
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,494] [WARNING] [celery.redirected]   File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 1688, in invoke
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,494] [WARNING] [celery.redirected] return _process_result(sub_ctx.command.invoke(sub_ctx))
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,495] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,495] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,495] [WARNING] [celery.redirected]   File "/usr/local/lib/python3.10/dist-packages/click/core.py", line 783, in invoke
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,495] [WARNING] [celery.redirected]   File "/usr/local/lib/python3.10/dist-packages/click/decorators.py", line 33, in new_func
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,495] [WARNING] [celery.redirected] return __callback(*args, **kwargs)
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,495] [WARNING] [celery.redirected] return ctx.invoke(self.callback, **ctx.params)
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,496] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,496] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,496] [WARNING] [celery.redirected]   File "/usr/local/lib/python3.10/dist-packages/celery/bin/base.py", line 135, in caller
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,496] [WARNING] [celery.redirected] return f(ctx, *args, **kwargs)
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,496] [WARNING] [celery.redirected] return f(get_current_context(), *args, **kwargs)
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,497] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,497] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,497] [WARNING] [celery.redirected]   File "/usr/local/lib/python3.10/dist-packages/celery/apps/beat.py", line 84, in run
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,497] [WARNING] [celery.redirected]   File "/usr/local/lib/python3.10/dist-packages/celery/bin/beat.py", line 72, in beat
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,497] [WARNING] [celery.redirected] return beat().run()
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,497] [WARNING] [celery.redirected] self.start_scheduler()
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,498] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,498] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,498] [WARNING] [celery.redirected]   File "/usr/local/lib/python3.10/dist-packages/celery/apps/beat.py", line 113, in start_scheduler
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,498] [WARNING] [celery.redirected]   File "/usr/local/lib/python3.10/dist-packages/celery/beat.py", line 634, in start
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,498] [WARNING] [celery.redirected] service.start()
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,499] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,499] [WARNING] [celery.redirected]   File "/usr/local/lib/python3.10/dist-packages/kombu/utils/objects.py", line 40, in __get__
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,499] [WARNING] [celery.redirected] humanize_seconds(self.scheduler.max_interval))
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,500] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,500] [WARNING] [celery.redirected]   File "/usr/lib/python3.10/functools.py", line 981, in __get__
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,500] [WARNING] [celery.redirected] return super().__get__(instance, owner)
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,500] [WARNING] [celery.redirected] val = self.func(instance)
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,501] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,501] [WARNING] [celery.redirected]   File "/usr/local/lib/python3.10/dist-packages/celery/beat.py", line 668, in get_scheduler
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,501] [WARNING] [celery.redirected]   File "/usr/local/lib/python3.10/dist-packages/celery/beat.py", line 677, in scheduler
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,501] [WARNING] [celery.redirected] return self.get_scheduler()
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,502] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,502] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,502] [WARNING] [celery.redirected]   File "/usr/local/lib/python3.10/dist-packages/celery/beat.py", line 513, in __init__
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,502] [WARNING] [celery.redirected] return symbol_by_name(self.scheduler_cls, aliases=aliases)(
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,502] [WARNING] [celery.redirected] super().__init__(*args, **kwargs)
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,503] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,503] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,503] [WARNING] [celery.redirected]   File "/usr/local/lib/python3.10/dist-packages/celery/beat.py", line 264, in __init__
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,503] [WARNING] [celery.redirected]   File "/usr/local/lib/python3.10/dist-packages/celery/beat.py", line 541, in setup_schedule
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,503] [WARNING] [celery.redirected] self._create_schedule()
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,503] [WARNING] [celery.redirected] self.setup_schedule()
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,504] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,504] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,504] [WARNING] [celery.redirected]   File "/usr/lib/python3.10/shelve.py", line 125, in __setitem__
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,504] [WARNING] [celery.redirected]   File "/usr/local/lib/python3.10/dist-packages/celery/beat.py", line 574, in _create_schedule
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,504] [WARNING] [celery.redirected] self._store['entries'] = {}
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,504] [WARNING] [celery.redirected] self.dict[key.encode(self.keyencoding)] = f.getvalue()
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,505] [WARNING] [celery.redirected] .
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,505] [WARNING] [celery.redirected] :
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,505] [WARNING] [celery.redirected] _dbm
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,505] [WARNING] [celery.redirected] cannot add item to database
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,505] [WARNING] [celery.redirected] error
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,684] [WARNING] [celery.redirected] Exception ignored in:
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,685] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,685] [WARNING] [celery.redirected]   File "/usr/lib/python3.10/shelve.py", line 162, in __del__
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,685] [WARNING] [celery.redirected] <function Shelf.__del__ at 0x7f94faea8f70>
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,685] [WARNING] [celery.redirected] Traceback (most recent call last):
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,686] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,686] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,686] [WARNING] [celery.redirected]   File "/usr/lib/python3.10/shelve.py", line 144, in close
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,686] [WARNING] [celery.redirected]   File "/usr/lib/python3.10/shelve.py", line 168, in sync
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,686] [WARNING] [celery.redirected] self.close()
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,686] [WARNING] [celery.redirected] self.sync()
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,687] [WARNING] [celery.redirected]
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,687] [WARNING] [celery.redirected]   File "/usr/lib/python3.10/shelve.py", line 125, in __setitem__
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,687] [WARNING] [celery.redirected] _dbm
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,687] [WARNING] [celery.redirected] self.dict[key.encode(self.keyencoding)] = f.getvalue()
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,687] [WARNING] [celery.redirected] self[key] = entry
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,688] [WARNING] [celery.redirected] .
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,688] [WARNING] [celery.redirected] :
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,688] [WARNING] [celery.redirected] cannot add item to database
    2024-09-02T11:09:57.000Z [2024-09-02 11:09:57,688] [WARNING] [celery.redirected] error
    
    Paperless-ngx

  • FormBricks not in app store
    W wheez

    I'm on version 8.0.2.

    edit:
    I'll update to the most current version and then check again

    Formbricks

  • Mail slow in Outlook on large account
    W wheez

    I have been trying to solve this for some time, but I struggled to do so, maybe there is something I am overlooking.

    One of my users is having a bad experience using Outlook as a Mail client. The inbox is about 7~8 GB in size. It's the Mac Version of Outlook.

    Currently, Outlook is connected via SMTP server. The Problem is that the search is very slow with about 10–20 seconds and the attachments can not be downloaded.
    I have tested it on my machine, and it is the same problem with a completely newly installed Outlook.
    I have tested the same Account with Thunderbird and search and attachments work without a Problem. Same with the SoGo webmail client.

    I have given mail 3GB of Memory and enabled Full Text Search (Solr) as well.

    But for me, it seemed like an Outlook specific problem, since I could not recreate the Issue with Thunderbird. The user would like to continue to use it since they have their workflow in it and other mails as well.

    I have done more research and discovered active sync which seems to be specifically for Outlook:
    https://forum.cloudron.io/topic/8153/activesync

    After enabling it I found out that the Mac client does not support ActiveSync, only in the beta version.
    After enabling the Beta version Outlook tells me that the version of ActiveSync is not supported.

    Now I have no more Ideas on how to proceed. Is there a plan to update the ActiveSync on SoGo? Or is that an upstream Issue?

    Do you have any other ideas to improve the Performance of Outlook via the SMTP?

    Any leads or help is appreciated!
    Thank you!

    Support email outlook activesync

  • SoGo Calendar - other cloudron users as contacts
    W wheez

    Hey everyone 👋

    Using the calendar of SoGo when I want to add another user of my Cloudron instance via their email, they used to show up while typing as a recommendation.
    Also, their available times would be shown for me to choose from. Now somehow that has disappeared. Is it a setting I need to enable?
    Also when I click on contacts I would love there to be all the users of my Cloudron. Is that possible?

    Thank you for your help!

    SOGo

  • SoGo Calendar - other cloudron users as contacts
    W wheez

    I changed the config and everything works. Super useful to have availability of people in the calendar apps!
    Thank you for your help!

    SOGo
  • Login

  • Don't have an account? Register

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