Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LE
Posts
15
Comments
512
Joined
2 yr. ago

  • I love the one click pull from git option. Don't like the corporate direction they seem to be taking.

    I haven't seen aby alternative docker GUI managers that have the git pull for the compose.

  • I may have done a bios update around the time it went down, I don't remember for sure but I haven't added to physically changed the hardware in anyway. Its working now with the above suggestions so thanks!

  • Thanks, this worked. I made the ZFS array in the proxmox GUI and it used the nvmeX names by default. Interestingly, when I did zfs export, nothing seemed to happen and it -> I tried zpool import and is said no pools available to import, but then when I did zpool status it showed the array up and working with all 4 drives showing healthy and it was now using device IDs. Odd but seems to be working correctly now.

     
            root@pve:~# zpool status
          pool: zfspool1
         state: ONLINE
          scan: resilvered 8.15G in 00:00:21 with 0 errors on Thu Nov  7 12:51:45 2024
        config:
    
                NAME                                                                                 STATE     READ WRITE CKSUM
                zfspool1                                                                             ONLINE       0     0     0
                  raidz1-0                                                                           ONLINE       0     0     0
                    nvme-eui.000000000000000100a07519e22028d6-part1                                  ONLINE       0     0     0
                    nvme-nvme.c0a9-313932384532313335343130-435431303030503153534438-00000001-part1  ONLINE       0     0     0
                    nvme-eui.000000000000000100a07519e21fffff-part1                                  ONLINE       0     0     0
                    nvme-eui.000000000000000100a07519e21e4b6a-part1                                  ONLINE       0     0     0
    
        errors: No known data errors
    
    
      
  • This is better as well because it prevents the docker from starting if the mount doesn't work. Some apps will freak out if they loose their data and apps if they index files like jellyfin might start deleting the files from the index as the library is now empty.

    NFS mount via docker compose is the best way to go

  • I also would like to know what the desktop app is used for?

    I've seen apps like xpipe that have direct Bitwarden integration if you want (way too high risk for me but I can see some people using it), but even then it integrates directly to the servers API. When I need an ssh password or something I copy and paste it from the browser extension. I'm curious if I'm missing some functionality by not using the app.

  • You don't have the knowledge or experience to do this for a business. This is different than a personal cloud. You will be blamed when things don't work.

    Don't touch this with a 10ft pole.

    If you want to help, find commercial services that offer this and suggest those.

  • Its just another part of the puzzle you have to figure out.

    When I first started, getting my reverse proxy, port forwarding, domain name etc working and debugging the issues took a lot of time and learning.

    Certainly doable but will just make things harder

  • To be fair i really like having a separate nas to my main docker/proxmox applications server. It allows me to mess around with my services or restart the system while not having to mess with the more sensitive spinning drives or important services like pihole.

    Also gives me a nice method for local backup in 3-2-1 method.

    That being said, I wouldn't recommend this for someone just starting out.

    If anyone is wondering, I have the docker container itself mount the NFS share from the Unraid NAS. My docker server is all nvme ssds for things like the app itself and its config. Large data sets like photos and media are in the same via NFS.