I've been using this device:
https://slae.sh/projects/cc2652/
As well as a development device with a Texas Instruments CC2531 chip for testing.
eyecreate
Posts
-
external devices - zigbee -
external devices - zigbeeI was playing around with homeassistant to see of I could use this server app instead of my RPI. It seems I can't find a way to pass in devices like my USB ZigBee radio to the container. Is there a workaround or plan to make this possible?
-
invidious subscriptions break if you don't rebootI noticed recently that my subscription list of videos was not updating. After looking into the documentation, it seems that they expect you to reboot the software frequently. Anywhere from hourly to daily. After rebooting, it was working correctly again. Is there a way that we could automate or allow configuring how often a container is rebooted?
-
Backups Failing FrequentlyI've also had similar issues with backups the past few days.
2024-03-20T08:58:00.790Z box:shell backup-snapshot/app_c4a27e93-af6e-44e2-b7cf-9056fa01c5c3 code: null, signal: SIGKILL 2024-03-20T08:58:00.792Z box:taskworker Task took 10678.952 seconds 2024-03-20T08:58:00.793Z box:tasks setCompleted - 16169: {"result":null,"error":{"stack":"BoxError: Backuptask crashed\n at runBackupUpload (/home/yellowtent/box/src/backuptask.js:164:15)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async uploadAppSnapshot (/home/yellowtent/box/src/backuptask.js:361:5)\n at async backupAppWithTag (/home/yellowtent/box/src/backuptask.js:383:5)\n at async fullBackup (/home/yellowtent/box/src/backuptask.js:504:29)","name":"BoxError","reason":"Internal Error","details":{},"message":"Backuptask crashed"}} 2024-03-20T08:58:00.793Z box:tasks update 16169: {"percent":100,"result":null,"error":{"stack":"BoxError: Backuptask crashed\n at runBackupUpload (/home/yellowtent/box/src/backuptask.js:164:15)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async uploadAppSnapshot (/home/yellowtent/box/src/backuptask.js:361:5)\n at async backupAppWithTag (/home/yellowtent/box/src/backuptask.js:383:5)\n at async fullBackup (/home/yellowtent/box/src/backuptask.js:504:29)","name":"BoxError","reason":"Internal Error","details":{},"message":"Backuptask crashed"}} BoxError: Backuptask crashed
It would be nice if the error or code it pointed too had more info about what happened. Best I can tell is it got killed somehow. I increased the backup task memory and will see what happens next time.
Edit: it didn't crash yesterday, so maybe it just needed more ram.
-
Kavita ebooks, comics, manga online reader / managerYep, just added it now!
-
Kavita ebooks, comics, manga online reader / managerI haven't updated the readme(which references some incorrect instructions for install), but I think the build instructions should work.
-
nfs volumes gone until container reboot@robi v7.6.4
-
nfs volumes gone until container rebootIf my nfs server goes offline, the nfs volumes in cloudron are in a failure state(or, even if you refresh the volume in dashboard, files don't show up in container) until the containers using them are restarted. Remounting the volume in dashboard should fix any connection issues without manual restarting containers.
-
Kavita ebooks, comics, manga online reader / managerI took some time tonight and made a first version of the software package. I'm still testing it out, but if you have been wanting to try out Kavita, you can try it out here: https://git.cloudron.io/eyecreate/kavita
(use the build instructions) -
Improved usablity of cloudron file browser on mobile devicesAn update a bit ago to the cloudron file browser made it harder to use on mobile. File names don't show up unless rotated to landscape and space is taken up on right hand side with larger file details that could be used to browse better. I would like it if the experience was improved for mobile, especially in portrait rotation.
-
Mealie - Package UpdatesThere is now an updated release on GitHub.
-
Mobile app does not connect@girish I found out through some testing that oidc login on android worked if Firefox was the default(custom tab) browser but not if Chrome was.
-
New OIDC migrateYes, I am interested in moving immich to oidc without reinstalling.
-
New OIDC migrateI noticed the change log mentioned supporting oidc, but is there a way to migrate an existing instance to use oidc?
-
Add Filebase as Backup@girish I saw something similar in my logs for Storj. I contacted support and they mentioned it's on thier roadmap for the next few months.
-
Immich - self-hosted photo and video backup solution directly from your mobile phoneI was just working on a package for this too. I too noticed that there were areas that were hard coded to the docker host names. There is this spot where the microservices want to access the machine-learning part that could use a patch like you made for the api server. (as well as supporting the machine-learning service too)
https://github.com/immich-app/immich/blob/1ba998aa68ad91aa3951c81fdf3f0570b7e2b704/server/apps/microservices/src/processors/metadata-extraction.processor.ts#L129 -
PhotoPrism - Personal Photo Management powered by Go and Google TensorFlowI decided to take some effort upon myself to see if I could package PhotoPrism. I've got a version I've uploaded to Cloudron gitlab that seems good enough to use right now. Some notes:
- The software expects either MariaDB or Sqlite. I tried hooking up to MySql, but there were syntax issues. The current config uses sqlite, but can be changed to PGSQL once they implement that into PhotoPrism.
- PhotoPrism needed a newer go than was in the base cloudron image, so I found it easiest to remove the old go version and inplace put the newer version. This can be removed once base image is updated.
- To make things easier, I did use the precompiled tensorflow from PhotoPrism instead of compiling myself. The version I included requires AVX2 (https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#CPUs_with_AVX2)
- There might be a better way to handle the env vars than I did, but it works for now.
Hopefully this can be useful to someone wanting this software now or to help make something more official.
-
Automatic updates fail until I retry update/configure task@girish I checked, and there is nothing set there, so it's what the ISP is providing.
-
Automatic updates fail until I retry update/configure task@girish Glad you found a source and workaround. I wonder if the ISP or I have a custom DNS for the network causing that issue.
-
Automatic updates fail until I retry update/configure taskAfter changing the update schedule, updates are still failing without manual repair/retry.