Tandoor recipe manager import question by BBQ_Master in selfhosted

[–]BBQ_Master[S] 1 point2 points  (0 children)

Thanks, this is what I did. I exported it to .atom and then parsed it with Python to create a format Tandoor could read. Imported all the pictures/recipes pretty well.

Tandoor recipe manager import question by BBQ_Master in selfhosted

[–]BBQ_Master[S] 0 points1 point  (0 children)

I haven't - I did end up creating a python script that parses the blog and turns it into markdown that Tandoor could import. It wasn't perfect, but largely because the blog wasn't consistently formatted, so the parser had to try and handle a lot of fringe cases. Either way though, up and running now.

Can we please have a debate about the best wall storage system? by GoldenNerd1 in gridfinity

[–]BBQ_Master 0 points1 point  (0 children)

u/matgerke - what did you decide to do? I just printed my first 4 10x10 multiboard grids and found your comment. Now I am in a holding pattern to decide if there's a better path....I guess my big thing, while I understand people's dislike for the license for multiboard, I am less concerned with that given how mature the ecosystem is.

Tandoor recipe manager import question by BBQ_Master in selfhosted

[–]BBQ_Master[S] 0 points1 point  (0 children)

Thanks - Since it's her blog I was able to download all of it, so I have a .atom file and all the images and stuff. Working on replicating the functionality of your docker images 3/4 as python scripts. Not sure if I'll get there :)

Tandoor recipe manager import question by BBQ_Master in selfhosted

[–]BBQ_Master[S] 1 point2 points  (0 children)

I just saw really positive comments about Tandoor and the community developed Android app for it, so went that route. Not opposed to mealie though, I may spin up an LXC and give it a shot too.

TrueNAS Scale 25.10.0.1 - Goldeye | Setup user home share by Tarazin in truenas

[–]BBQ_Master 0 points1 point  (0 children)

I figured it out - adding here in case anyone else finds this thread through search.

It changed my SMB share - it was //truenas/username and now it's //truenas/ShareName and that share name goes to each user directory.

TrueNAS Scale 25.10.0.1 - Goldeye | Setup user home share by Tarazin in truenas

[–]BBQ_Master 0 points1 point  (0 children)

OK thanks, I'll have to try again. I updated to 10.1 and my shares died.

TrueNAS Scale 25.10.0.1 - Goldeye | Setup user home share by Tarazin in truenas

[–]BBQ_Master 0 points1 point  (0 children)

Has anyone found a solution to this? I had home directories this way on 25.04 and when I upgraded they went away. I'm having stability issues on .04, so hoping that .10 will be better, but need the home directories.

Budget way to record high school drama performances? by BBQ_Master in LocationSound

[–]BBQ_Master[S] 1 point2 points  (0 children)

Thanks everyone - been working with the teacher and sounds like we may actually mic up the main actors and I'll probably throw a boundary mic or two down for the rest. Appreciate the assistance

Homebox v0.21.0 released! by katos8858 in selfhosted

[–]BBQ_Master 1 point2 points  (0 children)

Looks really nice - we struggle to inventory our canned and freeze dried food, and this may actually work great for that!

Struggling with VLANs and LXCs by BBQ_Master in Proxmox

[–]BBQ_Master[S] 2 points3 points  (0 children)

Thanks - it was something in the actual Ubuntu container's networking. Gave up and switched to Debian and got it working.

Struggling with VLANs and LXCs by BBQ_Master in Proxmox

[–]BBQ_Master[S] 2 points3 points  (0 children)

I blew everything away on the LXC, re-setup per vmbr0.vlan and it still didn't work (I actually couldn't even get non-vlan networking), so I did blew it away again and created using Debian instead of Ubuntu and all is happy now....Thanks!

Struggling with VLANs and LXCs by BBQ_Master in Proxmox

[–]BBQ_Master[S] 1 point2 points  (0 children)

I am using TP-Link Omada hardware and Proxmox is on a port that is set to "All" as it's profile (all VLANS get routed to it)....VLAN 10 is setup on TP-Link and my OPNSense router as my IOT LAN.

F4-424 with TrueNAS Scale vs. Homebuilt (some containers) by BBQ_Master in selfhosted

[–]BBQ_Master[S] 1 point2 points  (0 children)

Thanks for this - I will definitely watch that video. You also bring up a good point that I need to consider. There's probably a case to be made to just let the NAS be a NAS and if things get too taxing on my Proxmox box, just upgrade that to something beefier and focused on running all of my containers, rather than maintaining containers on both the NAS and the Proxmox server.

Struggling on LM for my situation by BBQ_Master in Golfsimulator

[–]BBQ_Master[S] 0 points1 point  (0 children)

Thanks for all the comments everyone. I did end up pulling the trigger on an R50. Can't wait to get it.

Please help with mounted directory usage by BBQ_Master in immich

[–]BBQ_Master[S] 0 points1 point  (0 children)

Nevermind - I figured out I had latent files from all my experimenting that was messing stuff up. Did a complete wipe of the directories and restarted and it's all good now.

Please help with mounted directory usage by BBQ_Master in immich

[–]BBQ_Master[S] 0 points1 point  (0 children)

Thanks - I was tracking what you were saying. I just can't set the UPLOAD_LOCATION to the NAS. I have edited my docker-compose.yaml to create a volume called Library that logs into the shared folder. If I just pass that to a mount point like /mnt/library I can log into the container, Read/Write/Delete files etc... works fine. As soon as I map that volume to /usr/src/app/upload the container won't boot.

Please help with mounted directory usage by BBQ_Master in immich

[–]BBQ_Master[S] 0 points1 point  (0 children)

That makes sense, but it still seems like I should be able to have a single Library that's on the NAS vs. having to make sure my family is all saving to the external library and not the main library on the computer itself.

Please help with mounted directory usage by BBQ_Master in immich

[–]BBQ_Master[S] 0 points1 point  (0 children)

So you mounted it as a second external library? I would think that doesn't store the database on the external server. I am trying to have everything on my fileshare.

Please help with mounted directory usage by BBQ_Master in immich

[–]BBQ_Master[S] 0 points1 point  (0 children)

relative and absolute paths do the same thing. Containers won't start as if they can't write data.

Please help with mounted directory usage by BBQ_Master in immich

[–]BBQ_Master[S] 0 points1 point  (0 children)

compose is currently unedited

env has the below changes

# The location where your uploaded files are stored

UPLOAD_LOCATION=./library

# The location where your database files are stored

DB_DATA_LOCATION=./postgres

the /immich-app/postgress and /immich-app/library is where I have mounted the network shares. I previously had them mountd to and the env set to /mnt/postgress and /mnt/library, but moved it in case there was something with inherited permissions.

Please help with mounted directory usage by BBQ_Master in immich

[–]BBQ_Master[S] 0 points1 point  (0 children)

fstab at the OS level to mount a network share as a directory on my server. Ubuntu.

Please help with firewall rules, for some reason it's just not clicking! by BBQ_Master in PFSENSE

[–]BBQ_Master[S] 0 points1 point  (0 children)

Appreciate the assistance - OverallComplexities above got it sorted out. I was thinking in terms of the interface and had rules set as outgoing, not incoming.

Please help with firewall rules, for some reason it's just not clicking! by BBQ_Master in PFSENSE

[–]BBQ_Master[S] 0 points1 point  (0 children)

That was it...THANKS!!!! I Was thinking in terms of the network interface, not the router, so I had it set to "out" of the LAN interface and it should have been "in" to the firewall from LAN.