pixbyt icon indicating copy to clipboard operation
pixbyt copied to clipboard

Pixbyt is a self-hosted Tidbyt app server for advanced apps that aren't supported by the official community app server that you can access through Tidbyt's mobile app.

Results 17 pixbyt issues
Sort by recently updated
recently updated
newest added

Regression from moving away from the Meltano DAG generator. (This behavior was a side effect of `meltano schedules list --format=json`.

bug

The cron `schedule` can already be modified to only update during certain hours, but the app will still show up on the Tidbyt -- just outdated. There's no Mute API,...

enhancement

Right now managing apps and devices takes a mix of editing YAML files, `git submodule` commands, and `meltano` commands. We can do better!

enhancement

Would look great in the corner of a monitor or on the Apple Vision Pro!

enhancement

See `plugins/airflow.cfg` and https://airflow.apache.org/docs/apache-airflow/stable/release_notes.html. ``` DeprecationWarning: The namespace option in [kubernetes] has been moved to the namespace option in [kubernetes_executor] - the old setting has been used, but please update...

enhancement

Update: Pull the submodule, see https://stackoverflow.com/questions/1030169/pull-latest-changes-for-all-git-submodules Delete: `git rm apps/`

documentation

Currently I just run this using cron every to remove logs older than one day: ```bash sudo find pixbyt/logs/apps/ -type f -mtime +1 -exec rm -fv {} \\; ``` I...

documentation