You can already do something similar manually with an app called Grocy. I tried it and didn't last two week, too much time spent scanning barcodes and dealing with inventory. I was hoping to save time to generate grocery list faster, not spend my life on it.
Natal
Went from 35h/week to 40. It's made my life so much more complicated because everything is closed when I'm finally free. I have to take from my holidays to get my car repaired.
If you edit the password with the typo version, then the typo effectively becomes the truth and you don't make a typo anymore, thus don't have to correct the typo anymore.
Yeah, I'm trying to use neural DSP stuff along with guitar pro. Reaper works on Linux so the DAW is ok. I'll take a look at yawbrige, thanks!
Just jump. I went Linux a month ago and never had to go back for gaming. I still have windows installed but I've used it only twice because music plugins are not compatible with Linux. Once I find a good guitar amp for my needs I can nuke windows entirely.
Oh she's defrosted alright. My company sent the memo to start playing the Xmas playlist starting today, for 50% of tracks. Then December up to 100%. I'm happy I'm WFH and can listen to whatever I like.
Thanks a lot! I certainly need to learn about permissions and docker mapped directories in general. This is still very unclear in my head and it prevents me from troubleshooting my own stuff which is frustrating. You're all very cool but I'd like to not post a lemmy every time an app has wrong permissions haha. I'll have a read.
Good idea! I tried sync with my other computer and the software complained about not having permissions on the postgres folder. I investigated and found out postgres directory is owned by user:70. I have yet to find where that comes from. I changed it with a sudo chown but it reverts to the wrong owner when I restart the container.
That's basically what the author of the app told me to do. I'm having wrong permission issues I believe and I haven't found yet who/what assigns the wrong permission when I start the container.
I tried using tar as you said, and it didn't work. Which led me to investigate and realize the owner of the postgres folder is unknown to me. Changed it back with CHOWN but it reverts back to the weird owner when I restart the container so I'm missing some knowledge and know-how. I'm trying to figure out who sets that permission in the first place.
I thought so, too. I played around with the tar idea and it led me to discover the permissions are wrong on the original computer. I have added new info on the main post about it but basically the owner is "user:70" and I have no idea where that comes from. I tried using CHOWN to reset everything to my own user, which is the same on both computers (1000:1000 uidguid), but whenever I restart the container, it locks again.
Sorry that's on me. That's one thing I removed from the pastebin file on purpose, it's here in the real one. I copy paste my path to be sure it's correct.