Do you have upgrade instructions for users who were running it with this image?
image: amruthpillai/reactive-resume:server-latest
Will it break if I just do a docker compose pull?
Do you have upgrade instructions for users who were running it with this image?
image: amruthpillai/reactive-resume:server-latest
Will it break if I just do a docker compose pull?
I use lidarr to index my music. lidarr connects to prowlarr for searching and to nzbget for downloading. It does NOT however handle my library (no importing or renaming) that is done by a cron job which runs an import by beets. beets handles the music import, tagging, whatsoever and pushes the downloads into the library.
Then I connect front-ends like plex (and play with plexamp) or LMS to my library.
Not 100% automated as beets cannot handle everything on its own, and sometimes I run it manually, so it can ask me for corrections.
As far as I can see, Frigate doesn’t transcode anything, the only time the codec is important is when it decodes the image for analysis. If you don’t enable detection it should not decode/transcode anything.
As far as I understand recording simply passes the stream to ffmpeg to break it into segments (and re-merge segments later if required), but doesn’t transcode it.
When you alter want to watch the recordings, its up to you how and with which tool you access it and whether your video player/browser/whatever can read the recorded format/codec.
I’m also looking forward to a new way to import as like you, I manually backup the complete WA folder from my phone and thus have never lost any messages as well as been reliant on the Google Drive backups.
After a first glance, I can’t see info about deployment in the docs: https://docs.rxresu.me/ and no docker-compsoe.yml in the repo either: https://github.com/AmruthPillai/Reactive-Resume/
Do you have a link to the self-deployment instructions or a compose file please?