adminmat

Members
  • Posts

    347
  • Joined

  • Last visited

Posts posted by adminmat

  1. Just want to clarify something here. I ran the Speedtest on my local network with my laptop. Unraid is hosting the container.

     

    1026428399_Screenshot2024-03-03140354.thumb.png.bfc6d7ed2614c6adb7d33356dea0dec4.png

    Download = Rate of data from laptop to server (container) ?

    Upload = Rate of data from server (container) to laptop ?

     

    So sort of opposite of what the internet / Ookla Speedtest does? If this is the case why not reverse the Download / Upload labels?

  2. On 2/21/2024 at 10:24 AM, gottoesplosivo said:

     

    What I did was actually following the instructions that you linked, and it seems to be working.

     

     

     

    Hi thanks for this. I have my containers set to auto update so my immich is broken. Was working prior. 

     

    A few questions for you so I don't screw this up. 

     

    1. Can you clarify what values I use where you say: "Change the values in brackets with the one for your database, and remove the brackets"

       For example, to backup you use: docker exec -t (postgrescontainer) pg_dump -c -U (usernamedatabaseimmich) -d (immichdatabase) | gzip > (/mnt/user/Data/)immich.sql.gz

       What values do I use? I'm using Postgresql14 ;   My username in the Postgresql14 template is adminmat ;  for immichdatabase what do I use? 

       For the (/mnt/user/Data/)immich.sql.gz part, this this the path to the unRAID share where I want to back up to? So for example I could use /mnt/user/Backups/ ?

     

    2, I'm using Postgresql14. So I will continue to use 14? And just update the repository to tensorchord/pgvecto-rs:pg14-v0.2.0 ?

     

    4. "Run the postgres command (making sure to change the name of the database if needed where it says “ALTER DATABASE immich”)"  ; So I just copy and paste this entire block of commands?  And what is my database name where it says “ALTER DATABASE immich” ?

     

    Thanks and sorry for all the noob questions. 

     

     

     

     

     

  3. Bumping this up again. Hoping for a solution. I get an error for each DVR recording. "Could not move recorded media to destination."

     

    328464383_Screenshot2024-02-14170729.thumb.png.2ecccacb478917040b6df80007a88ef8.png

     

    The file is being saved as a .ts file in a .grab file in the TV directory. The only example I can find is this reddit post where they say you have to manually change the name of the file and move it to another directory. Why isn't it saving properly?

     

    I'm getting a Permission error in the log:

     

    Error creating directory "/tv/UEFA Champions League Soccer (2003)/Season 2024": Permission denied

     

    How to I give Plex permission for the TV directory? And doesn't it already have permission since it can create the .grab data?

     

    I have it set to save to TV Shows library:

    199126992_Screenshot2024-02-14173315.png.fec125bdc81cb29cd600e7eb90a6337b.png

     

    Here is the file it's creating. This file is automatically deleted within a few hours. I'm at a loss. 

     

    2082672021_Screenshot2024-02-14172820.thumb.png.840a36cbfd02ad453cd5cb724b37a606.png

     

    Do I need to do something with permissions? I've used the DVR successfully for years. Something changed. 

     

    Are these permissions incorrect? 

    2000236869_Screenshot2024-02-14181551.png.75504cdb4dd46e888a41bdef8d7155bd.png

     

  4. I've been using Plex DVR with a HDhomerun for years. I can select what show to record. After it records it showed up in my TV Shows. 

     

    Now something is different. It says "Can not move move recorded media to destination." And the file shows up in a .grab folder in /mnt/user/Media/TV/.grab

     

    Why this change? Anyone else have this issue? Anyone have a fix? 

  5. 6 minutes ago, Kilrah said:

    you can go clean them up yourself from the flash drive in /boot/config/plugins/dockerMan/templates-user

     

    Thanks., Do I need any of these .xml.bak files? Should I delete them all? 

     

    Screenshot 2024-02-12 144615.png

  6. 32 minutes ago, Kilrah said:

    Well if it's old containers and you don't care about the data why don't you just delete it?

     

    Maybe I'm confused. The containers are long since deleted and there are no orphan images. There is no appdata for these deleted containers. They only show up in the backup directory created by the Appdata Backup application. 

     

    In that directory these files are created upon running the backup:
    my-chia.xml.bak

    my-chia.xml

    my-pihole.xml.bak
    my-pihole.xml

     

    All of which have been deleted. Do I need to delete and reinstall my Docker image?

  7. 57 minutes ago, KluthR said:

    You are missing "/mnt/cache/appdata" as 2nd value for "Allowed source paths", which is currently only "/mnt/user/appdata". Like now, all container volume mappings are considered "external".

     

    Ok thanks. I added /mnt/cache/appdate in the template. I still get a note: "Should NOT backup external volumes, sanitizing them..." for every container. I assume this can be ignored. 

     

    updated debug log: 7b56de88-4ccd-4c1d-83a8-48bd77ffdf47

     

    do we know why old, deleted containers are still being backed up? 

  8. Hello. I'm getting a few of these warnings: 

    [⚠️][postgresql14] postgresql14 does not have any volume to back up! Skipping. Please consider ignoring this container.

    [⚠️][Redis] Redis does not have any volume to back up! Skipping. Please consider ignoring this container.

    [⚠️][duckdns] duckdns does not have any volume to back up! Skipping. Please consider ignoring this container.

     

    While I do not have an appdate directory for Redis nor duckDNS (not sure why not) I do have one for Postgresql14.

     

    385340325_Screenshot2024-02-12115105.png.e00721a3ddc0fe55a8fe9f2274d4e79e.png

     

    1. Why is this happening with Postgresql14? 

    2. Would I not be able to restore Redis and DuckDNS with settings without including them somehow? 

    3. In the appdata backup directory I see files for old containers that I removed years ago. Why are these being backed up? 

    4. I assume the log note: "Should NOT backup external volumes, sanitizing them..." I get for every container is not important and can be ignored? 

     

    Debug ID: 2a4e4db7-239d-4f7d-a94f-00fc8562fb69

     

    Thanks.

     

     

     

  9. I'm running the Immich container and would like to keep the thumbnails on the cache drive for faster manipulation of GUI image browsing. Within the container /photos contains directories encoded-video, librarythumbs and  upload.

     

    I currently have /photos mapped to /mnt/user/immichphotos/

     

    As I understand you can't have subdirectories mapped to different drives that are under the same share so I would have to create paths in the container template for each of the directories above encoded-video, librarythumbs and  upload.

     

    So would this be the correct method?

     

    (container path > unraid path)

    /photos/encoded-video/ > /mnt/user/immichphotos/encoded-video/

    /photos/library/ > /mnt/user/immichphotos/library/

    /photos/upload/ > /mnt/user/immichphotos/upload/

    /photos/thumbs/ > /mnt/user/immichthumbs/ (new share, set to Cache only)

     

    Then I'd have to manually move the files. Does this make sense?

  10. I got to mess around with Immich this week. Was able to import some photos and preview the GUI. I can see this easily being one of the most popular apps on unRAID. However, there is no support thread! Being it requires several containers to get it going is daunting for noobs.

     

    I could not get the search function working. Would just get an error. Seems there is support on Github but the file structure is not the same as the container I got from CA so no joy.

     

    Would be great to see a support thread on this. I would gladly donate $$$$

     

     

  11. 5 hours ago, mgutt said:

    Are you talking about the welcome page which is only visible while opening the public  IP?

     

    Correct.  This page is being flagged by BrightCloud crawlers and since it says "Proxy" BrightCloud lists the public IP as "High Risk."

    Many large companies and orgs like State Farm Insurance, NY State . Gov, many large banks use their lists to ban IP address. So others who had this issue had to change this type of page to not say "Proxy"

     

    Note: this is not my site, I told the person to not expose the admin page. I would not do this. 

     

    loginpage.png.efe199710981aee6898ec7554d2be4d8.png

     

    Here is an email from BrightCloud to someone else that had a public facing page that said "Proxy" who was added to the blacklist.

    crawlers.thumb.jpg.c6100dbbebae8ccb74fd4c06c506d8cc.jpg

     

  12. 5 hours ago, ljm42 said:

     

    I don't think this sounds like my issue. As I can reach all devices on my local network when accessing from a peer to my network via a Wireguard tunnel remotely except for some docker containers. I can reach one docker container, AgentDVR by navigating to the IP address and port number of that container. All other containers which are all on the same custom network (br0.60) as AgentDVR I cannot reach. 

     

    Have you heard of this? I've been stumped for months. 

     

  13. I've been using Wireguard successfully for a while. I can connect to all the devices on my local network while I'm away. Recently noticed I can't access several Docker containers, on the local network while I'm away from my house and connected to my unRAID server via Wireguard RTA...  while some containers I can reach.

     

    For example: I can access an Agent DVR container by navigation to the ip addrsss / port (192.168.60.80:8090) but I can not access the Firefox, Plex, Tautulli containers using their IP address and port. They all are on custom networks (br0.60). I tried IPvaln and MACvlan. Tried "Host access to custom networks." Same result. 

     

    Here are the networks I'm allowing for this WG peer: AllowedIPs=10.253.0.1/32, 192.168.10.0/24, 192.168.60.0/24, 192.168.100.0/24, 0.0.0.0/0

     

    Note: I can connect to all these containers using IP address when I'm on the same local network not using a VPN. 

     

    Thoughts? 

    tower-diagnostics-20231019-1354.zip