I changed the config and everything works. Super useful to have availability of people in the calendar apps!
Thank you for your help!
wheez
Posts
-
SoGo Calendar - other cloudron users as contacts -
SoGo Calendar - other cloudron users as contactsCould have been broken for longer though. Maybe it is related to this?
https://github.com/Alinto/sogo/releases/tag/SOGo-5.11.0addressbook: Removed SOGoGlobalAddressBookFirstEntries (use listRequiresDot instead) and move SOGoGlobalAddressBookFirstEntriesCount to globalAddressBookFirstEntriesCount in source scope. This fixed the broken listRequiresDot in 5.10 (4dba56f)
-
SoGo Calendar - other cloudron users as contactsHmm it has been for a bit like that. I remember when I originally set it up everything worked. You could see contacts and when they are available.
I don't remember the exact time I realized it not working, but it must have been 1–2 Months ago. Was not a priority and was still setting up so I didn't follow up on it.I can try to recover the exact date I realized it stopped working if that helps.
-
SoGo Calendar - other cloudron users as contactsno users are showing up
-
SoGo Calendar - other cloudron users as contactsHey 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!
-
oidc signup only - improved defaultsI also tested them already and they work when just added to the env file.
Source: https://github.com/documenso/documenso/pull/1208 -
oidc signup only - improved defaultsHey 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.
-
High cpu utilization since update 1.25.1Do 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.
-
Gandi Live DNS API deprecated in favor of PATgood 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!
-
Celery stuck in restarting loopHey 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
-
Mail slow in Outlook on large accountThank you that made me understand the differences quite well.
Sadly it seems like the issue is not resolved yet though. The Outlook client seems to stay slow. It was just shortly working a bit better it seems.
What I don't understand is the following though:
Only the modern Mac Outlook is slow/buggy. If I switch to legacy outlook there are no Problems.
Thunderbird is having no Problems as well, same with other clients.I found out though that when I enable Offline Mode in the modern Outlook Mac client, then the search is not slow anymore. Still there is the problem that Attachments are buggy and when you try to open them Outlook says that they have to be redownloaded to open them (which does not work).
The modern Outlook for Mac does work with other IMAP clients though. So It's not Purely an Outlook problem and not Purely a Cloudron Mail problem. There just seems to be a problem in the communication between them.
I just seem to no be able to debug it. Does anyone have an idea what it could be?
-
Mail slow in Outlook on large accountThank you both for your replies/help!
I have done some research and had some success.When I connect directly to the IMAP server, not proxying through Microsoft servers, then the performance is fine. It is not the fastest (super slow compared to thunderbird) but definitely usable.
I also managed to get Microsoft Exchange support on Outlook for mac. It is true that it is out of beta, but only in the Outlook you download from microsoft.com directly. The Outlook in the Mac App Store does not support Exchange yet.
Now my problem is, that I want to use Exchange so that Calendars are also synced into Outlook. It seems like CalDav is not supported by Outlook, so I was hoping that exchange would work. Whenever I try to connect to the SoGo Webmail client via Outlook with Exchange selected I get this error in the SoGO logs:
Jul 31 19:18:57 2024/07/31 17:18:57 [error] 29#29: *366 open() "/usr/local/lib/GNUstep/SOGo/WebServerResources/EWS/Exchange.asmx" failed (2: No such file or directory), client: 172.18.0.1, server: webmail.DOMAIN, request: "GET /EWS/Exchange.asmx HTTP/1.1", host: "webmail.DOMAIN" Jul 31 19:18:57 172.18.0.1 - - [31/Jul/2024:17:18:57 +0000] "GET /EWS/Exchange.asmx HTTP/1.1" 404 134 "-" "MacOutlook/16.87.24071426 (Intelx64 Mac OS X 14.4.1 (Build 23E224))"
Outlook only tells me login not possible.
When I want to test the server with https://testconnectivity.microsoft.com/ I am getting the following error:
https://webmail.DOMAIN/Microsoft-Server-ActiveSync/ -> Error 401
Is this an error I am able to fix or is Exchange not supported but only ActiveSync? I am still unsure if it is the same or not.
Thank you for your help!
-
Mail slow in Outlook on large accountI 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/activesyncAfter 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! -
Nextcloud AI - any luck installing / enabling?I managed to get it to run with Open WebUI. It provides an OpenAI like API through Ollama. Execution is relatively slow though since it only runs on CPU.
Let me know if you need help setting it up. -
Huly : Open Source All-in-One Project Management Platform@jdaviescoates kinda new here and didn't know that how it works. I did it now.
-
Huly : Open Source All-in-One Project Management Platformthis looks amazing! would love to have it on cloudron.
-
Access Ollama Base URL from n8n@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/"
-
Access Ollama Base URL from n8n@girish yes I am running n8n in Cloudron. OpenWebUI & n8n are on the same server, both run by Cloudron. That's why I hoped to be able to use the internal networking to access Ollama from n8n.
-
Access Ollama Base URL from n8nI 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!