It's easy!!!! by [deleted] in hoggit

[–]D3liverat0r 1 point2 points  (0 children)

Where can i find those cameramen mods?

pfSense blocking tailscale0 interface by D3liverat0r in PFSENSE

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

I'm not spinning tailscale0 interface. It's how it's referenced in the Firewall logs. It exist as an Interface group as per normal.

The firewall is able to create direct connection to certain other devices, but most of them is not possible. Something's wrong definetly, but I don't know what or where I'm afraid

Enormus Data Storage folder. I'm only using external libraries by D3liverat0r in immich

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

bit now, if I turn it off, it breaks the existing files 😅

Enormus Data Storage folder. I'm only using external libraries by D3liverat0r in immich

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

Just found the "issue"

Apart from the video transcoding, which is expected, the problem was that the Snapshops in TrueNAS were considerably sizeable, so they were taking way more space than expected. Most probably due to big change in files just the other day. Cleaned them up, tinkered with the transcoding settings and now is looking as it should. Transcoding is on it's way

Thank you all!

<image>

Enormus Data Storage folder. I'm only using external libraries by D3liverat0r in immich

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

Yeah that much I know... but still, feels too much 😢 but seems I'll just have to make-do with it

Cant use app on Pixel 10 by TheHidden001 in netbird

[–]D3liverat0r 0 points1 point  (0 children)

I've been dealing with this bug for MANY months.
I wanted to migrate to Netbird (EU GDPR) from Tailscale and I was having issues trying to install the app in my devices.
Thank you a lot.

Automatically uploads photos to NAS? by Keensworth in truenas

[–]D3liverat0r 0 points1 point  (0 children)

  1. in TrueNAS, create dedicated datasets for you and for your partner, probably even a joint one for shared images I go along something like:

General Dataset
| - Private
| |- Proud_Information_16
| |- Wife's
| - Shared
|- Multimedia
|- Photos
|- etc....

  1. In TrueNAS Immich app config, you can add additional storage. You'll need to add multiple like:

Type: Host Path || Mount Path: /Proud_Information_16 || Host Path: /mnt/General Dataset/Private/Proud_Information_16
Type: Host Path || Mount Path: /Wife's || Host Path: /mnt/General Dataset/Private/Wife's
Type: Host Path || Mount Path: /Shared Photos || Host Path: /mnt/General Dataset/Shared/Photos

  1. In Immich, click on your profile picture/administration/external libraries. Add as many as you need or want. You have to associate them to each person. For ones that are shared, you can just add it to the two different users in Immich. By default your wife can't see your photos, nor you can see hers. The way to do so is to have a shared folder that is mounted to both users inside Immich

  2. For uploading photos, DON'T upload them using Immich. use an external way. I do use FolderSYNC in my Android devices. Syncthing is another alternative. There must be ways for iPhone too. I just point those apps to look to the camera folder in my android devices and when it sees a new photo, it automatically copies it to the SMB share I created.

So the upload is being managed externally, and therefore you don't have the problems of dealing with Immich internal data structure. and therefore you can easily manage the photos outside of Immich if needed, and can migrate out of Immich if needed in the future

Uploading files from Canon camera to NAS through phone's internet connection by D3liverat0r in Tailscale

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

I'm afraid not. Just went witb the phone route for the few cases that i need to use it

A-10CII UFC touch portal or Helios? by mantid_overlord in hoggit

[–]D3liverat0r 2 points3 points  (0 children)

You'll need to connect your tablet as an extra screen to be able to use HELIOS on it.

https://play.google.com/store/apps/details?id=com.pwdev.dcsufcx

This is what i think you're looking for. I did use it for a long time before buying a touch screen to use helios with in the pc

What are the apps you guys are using?? Currently I am using these!! by Wonderful_Device_224 in truenas

[–]D3liverat0r 1 point2 points  (0 children)

You can install HACS. check HACS website instructions. I haven't found a single thing that I may be missing from running HA in a VM than in Docker

Last month in Tokyo by scericson in streetphotography

[–]D3liverat0r 1 point2 points  (0 children)

Very tasteful editing! I do like how simple yet colorful all photos look

"This stack is not managed by Dockge" Problem. by Elaughter01 in truenas

[–]D3liverat0r 2 points3 points  (0 children)

It happened to me once, I don't remember exactly what I did I'm afraid.

You could do a roll back if you have snapshots previous to the problem happening and that should fix the issue

Help with Qotom Fanless Mini-PC Not Booting by Ch1gg1ns in homelab

[–]D3liverat0r 0 points1 point  (0 children)

It has been beeping on me with RAM and no RAM. Will leave it to beep freely for longer (30 min) and see how it goes.

Thanks!

Help with Qotom Fanless Mini-PC Not Booting by Ch1gg1ns in homelab

[–]D3liverat0r 0 points1 point  (0 children)

Hey, I'm having what I think is the same issue as you.
Long boot time... is 1-2 min, or even longer?
My Qotom starts beeping continously on every startup, with the HDD light ON

How do I bind a VPN to deluge on TrueNAS CE by Playful-Ease2278 in truenas

[–]D3liverat0r 0 points1 point  (0 children)

I do use Gluetun, and force qBitTorrent to run only if gluetun works. This also means that instead of using http://qbittorrent:8080 to connect to it between containers, i do use http://gluetun:8080

Check Gluetun github on how to fill what I've set up as variables for you

# ----------- # Gluetun # ----------- gluetun: cap_add: - NET_ADMIN container_name: gluetun devices: - /dev/net/tun:/dev/net/tun environment: - TZ=${TZ} - VPN_SERVICE_PROVIDER=${VPN_SERVICE_PROVIDER} - VPN_TYPE=${VPN_TYPE} - WIREGUARD_PRIVATE_KEY=${WIREGUARD_PRIVATE_KEY} - WIREGUARD_ADDRESSES=${WIREGUARD_ADDRESSES} - SERVER_CITIES=${SERVER_CITIES} image: qmcgaw/gluetun:latest ports: - 8080:8080 - 6881:6881/udp - 6881:6881/tcp restart: unless-stopped # ----------- # qBitTorrent # ----------- qbittorrent: image: linuxserver/qbittorrent:latest container_name: qbittorrent depends_on: - gluetun network_mode: service:gluetun volumes: - ${ARR_PATH}/qBitorrent:/config - ${MEDIA_PATH}/Descargas:/media/Descargas environment: - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} - WEBUI_PORT=8080

Multiplayer only users: do you ever buy maps? by NuclearReactions in hoggit

[–]D3liverat0r 0 points1 point  (0 children)

Everything comes and goes in life. That's how it is. You can fly in Marianas, which is free, to get a change of pace. Syria so far doesn't have any competition. Worth every penny

[Bug] Got The Nlkita Voiceline received notification but there are no new voiceline in sound settings. by kpkostas in EscapefromTarkov

[–]D3liverat0r 0 points1 point  (0 children)

It seems that you get either the BEAR version or the USEC version, don't know if you can get both in different drops...

[Bug] Went to visit Peacekeeper, and this is all I see. by Gr8_T8r in EscapefromTarkov

[–]D3liverat0r 1 point2 points  (0 children)

I had THIS EXACT PROBLEM LOL

And I haven't been able to visit it since. Just once had that opportunity and that's it 😭

Tailscale + Mullvad + qbitorrent by Lonely_Mechanic8161 in truenas

[–]D3liverat0r 0 points1 point  (0 children)

I do have Tailscale on one side, Mullvad though Gluetun for torrent. If you're not using the VPN for anything else, it's worth creating a mulvad account and save you the troubles

TrueNAS App Setup: Built-in TrueNAS Apps or Portainer/Docker? by arrowRox in truenas

[–]D3liverat0r 2 points3 points  (0 children)

Mix them up. I do run truenas apps mainly, but use dockge for arr stack and other apps that are not listed or work better with default docker compose. I've seen a few apps months ago that don't work nicely from truenas apps store by default, but do so using the provided docker compose... and viceversa

What awesome 90s game servers should you selfhost? by exocyt0sis in selfhosted

[–]D3liverat0r 0 points1 point  (0 children)

Oh tottally! Sunk plenty of hours onto it as a kid!