Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/04/24 in Posts

  1. Integrated default reverse proxy for docker apps so all apps available on 443 inside home network. integrated DNS to support app name.internaldomain.com with reverse proxy (this puts all apps on 443) Lets encrypt SSL by default for all apps all user has to do is buy domain name and enter it above and all just works support for split horizon DNS consider running the DNS service for folks to allow tight integration (this shouldn't preclude use of other dns services) this is not me advocating for how to expose anything externally, that's not an argument i want to get into 😉
    3 points
  2. Does the Plex application enable GPU pass through? If yes is it complete or partial? Most importantly is it easy to setup?
    3 points
  3. It applies when it is claimed and frees when the server is disconnected from the Command Deck.
    3 points
  4. My gf was was getting rid of her old pc, so i got it from her. Forced 3x4tb seagate terascale HDDs into it. 24gb of ram, 8gb HP ram, 16gb Trident Z neo. 256gb ssd, GTX 960 i got from the landfill. Core i7-8700, and a SFX Silverstone PSU to power the hard drives and the graphics card
    2 points
  5. This is really great insight and I appreciate the thorough explanation. As you can probably guess, we're not accountants or tax experts by trade ;-). I'm meeting with our accountant this week to shore up any issues on this. We will fix.
    2 points
  6. Advocating for dev prioritization, whether for supporting older devices or focus on an improved feature set is fine. And this is the place for those conversations to be had - politely and with respect. Even when others may not show the same courtesy. With respect.
    2 points
  7. It looks like someone tested it out with 2GB RAM and it worked. However, keep in mind that HexOS is a wrapper functionality with TrueNAS still being the core thing running. By default, most users would want additional features enabled such as data deduplication, advanced caching mechanisms, and data integrity checks. You can get away with a minimum of 2GB of RAM if you turn off those features yourself using TrueNAS backend if you cannot wait for the developers to implement something easier. (it's just a bit more work on your end). Last but not least, since TrueNAS uses ZFS, it definitely relies heavily on ARC (Adaptive Replacement Cache) to improve read performance. Larger ARC will benefit ZFS performance by reducing disk I/O which is probably the main cause of the high minimum RAM requirements. It will still operate but the performance will suffer a bit. When you compare this to consumer-based NAS like Synology (good for moderate use/not so serious users), they use BTRFS which is less memory intensive and again it hasn't been proven enough at the large enterprise levels where ZFS has, thus again, high memory requirements for ZFS.
    2 points
  8. Yes, this is confirmed. Its why we went through such pains to make a responsive design for the UI/UX 😉
    2 points
  9. It is a must these days to have TailScale support, especially for secure remote access. It is far too easy to mess up a WireGaurd/OpenVPN Config, if the goal is security and simplicity, Tailscale VPN access should be a high priority.
    1 point
  10. Having AMP (https://cubecoders.com/AMP) supported would allow users to get game servers up and running super fast and easy! I know my primary use cases for hexos is media streaming, image backups, and gaming servers. The first two are already covered with plex and immich. Just need a game server app for hexos and therefore recommend AMP!
    1 point
  11. Hi guys, It would be really useful if if we could get 1-click installers for the most popular torrent apps like: Deluge - https://deluge-torrent.org Transmission - https://transmissionbt.com qBittorrent - https://www.qbittorrent.org rTorrent - https://github.com/rakshasa/rtorrent ruTorrent - https://github.com/Novik/ruTorrent Thanks!
    1 point
  12. nextcloud would be nice for those wanting a google drive like experience
    1 point
  13. I currently use duplicacy in unraid. I would love to be able to backup and restore natively through the OS with compatibility to object storage (S3, backblaze b2, cloudflare r2, gcs, etc). Having this natively would be a huge win.
    1 point
  14. It's a must if I am to use this as my new NAS software. AI training and streaming need them.
    1 point
  15. I find syncthing to be one of the most useful apps for a home NAS system. It allows easy automatic backup of selected content between multiple family computers/laptops and onto the NAS.
    1 point
  16. Pretty much everything in the computer is second hand and recycled hardware... Hard drive have over 40 000 hour of runtime The setup Asrock z97 anniversary Intel i5 4690k 16gb Ram SSD munchkin eco 2 250gb 5x western digital black 2tb 530w thermaltake psu In a bitfenix shogun case (In the picture the computer was very dirty and I changed the PSU)
    1 point
  17. I second that for sure...Great post
    1 point
  18. Did you try CloudFlare as tunnel solution and if yes what make you choose TailScale instead ?
    1 point
  19. Hi everyone! I'm excited to join the Beta program with HexOS and build my first NAS which I plan to use for basic file storage and maybe computer backups down the road. Currently I have 12TB of storage hosted as a network drive on a always on micro PC and my goal is to replace that with this setup. To do that I'm planning on using: Dell OptiPlex 3050 SFF Intel Core i5-7500 | 8GB DDR4 RAM M.2 128GB drive for OS SATA 1 : SEAGATE TERASCALE HDD 4TB ST4000NC001 5900 RPM 64MB 3.5" SATA 6GB/S SATA 2: Identical 4TB drive as above PCIE SATA Expansion card: 10 Port PCIE Expansion Card PCIe SATA 3.0 Controller Adapter 6Gbps for Desktop In that Expansion card, 3 more of the same 4TB drives I know they are slower drives, I'm not super concerned with the performance, so that's fine with me. My biggest concern is power. There are no other power leads coming out of the power supply. I'm guessing I can't just get a SATA power splitter cable to power the 5 drives off the power supply technically made for SATA 1? Is there anything else about this setup I should be concerned about? With 5 4TB drives would my storage then be 16TB? (Max - 1 drive) with 1 drive failure without data loss? Thanks everyone!
    1 point
  20. I think that’s an awesome idea!
    1 point
  21. Hello HexOS Team, I noticed a potentially misleading statement in this Hardware & Storage Requirements/Compatibility FAQ regarding ZFS pool expansion with two drives. The current note "Pool will not be expandable if using only 2 drives" is technically incorrect. In ZFS: Two-disk mirror configurations can be fully expanded Drives can be replaced one-by-one with larger capacity drives The resilver process works seamlessly Many users prefer simple two-disk configurations, especially when repurposing laptops. Could you clarify or revise this statement to accurately reflect ZFS expansion capabilities?
    1 point
  22. Little upgrade for the Nas Tplink 2.5gb nic tx201 Tplink 5port 2.5gb switch TL-SG105-M2
    1 point
  23. Hello, I successfully installed HexOS using UTM on macOS with an Apple M3 CPU (ARM). UTM, which is built on QEMU, allows you to emulate* a different architecture if you’re running something other than ARM. In this case, it was used to emulate x86_64, which is required for HexOS. Notes: • Disable UEFI: Ensure UEFI is disabled in the hypervisor template. • Use BIOS: During the HexOS installation process, do not enable UEFI; choose BIOS instead. • Add Pool Drives Later: Pool drives (IDE) were added after the initial setup. If this step is not followed, the deck may not be able to locate the local server. • App Installation: Apps were added via the TrueNAS interface because the HexOS installation was failing at 60%. • Hardware Settings: • Architecture: x86_64 • System: Standard PC (Q35 + ICH9, 2009) (alias of pc-q35-9.1) (q35) • Emulated Display Card: virtio-vga-gl (GPU Supported)
    1 point
  24. I aswell like to use older hardware and like to keep electronics out of landfills, but when you signed up for the beta they had minimum requirements. I’m just saying when you purchased the beta you knew the minimum requirements were 8GBs of ram, and now your mad HexOS doesn’t support your computers 2GB of ram. In my opinion the HexOS team has a lot more features they could work on that would have a bigger impact than adding support for lower hardware requirements.
    1 point
  25. The username ist: truenas_admin The password was set by you during installation
    1 point
  26. Nice! I'm in the same situation, I didn't read the details about pool requirements. So I've got a pool with one 4TB drive so I can play around with it. More Hdd's are on the way soon though. Very nice to setup and once I get raid setup correctly it's going to be awesome.
    1 point
  27. There is a “disconnect this server” button which will open up that license to be used on another server. I currently have Hex OS on a VM and am planning a full migration once I feel it’s ready.
    1 point
  28. It is definitely salvageable. 8GB of RAM should be perfectly fine (maybe a little slow on caching but if you want to buy another stick of ram would fix that) than probably would need a new SSD, and another 1TB drive (SSD for boot, 2 drives for a pool, 3 1TB drives if you want that redundancy)
    1 point
  29. Hi @zachavm License requirements are based on the number of servers you have hexos installed on. In the use case you are considering you would need two servers, each with a copy of HexOS, so you would need to have two licenses.
    1 point
  30. with as cheap as ram is, why the fuss to support something so limited? IMHO this would be a waste of dev team's energy for a niche that very few have the need for. Most 1L systems from even 5 years ago came with 8gb.
    1 point
  31. Hi @markrieder you would be without the cloud access. but you would still be able to use your NAS as it is based on Truenas. The dev team already said that they will be developing a local UI/UX before releasing 1.0 More info here: The Road to 1.0 — HexOS
    1 point
  32. Tailscale is my go to for remotely accessing my network. One click install would be great.
    1 point
  33. I would like to have Sonylogy like Surveillance Station, that is not requiring licences for cameras.
    1 point
  34. Jellyfin Bitwarden MullvadVPN Standard notes
    1 point
  35. Just setup Nextcloud on my unraid server and hacking a one click option would’ve saved my weekend 🤣
    1 point
  36. Can confirm that Tailscale works on HexOS when installed through the TrueNAS UI.
    1 point
  37. Would love to see ZeroTier as an app for some super easy private access! Has been an invaluable tool. love the work the team has been doing and am extremely excited to get access!! 🥰
    1 point
  38. Imagine my disappointment when I realised you weren't discussing Top of the Pops. 🥺
    1 point
  39. +1, and maybe passkey support?
    1 point
  40. +1 to this, Tailscale support would be amazing (maybe as an alternative to port forwarding?)
    1 point
  41. Im on the same trajectory. Im running TrueNas on my Dell R730 inside Proxmox. Ideally, id move to be able to simply update the current TrueNas instance to HexOS. For now, im going to spin it down and test another VM on Proxmox for Hex.
    1 point
  42. Hopefully buying a house.
    1 point
  43. We're thinking of supporting the install of something like Portainer. Would that satisfy your needs? If not, what platform would you prefer?
    1 point
×
×
  • Create New...