
Maxiboy44
Members-
Posts
64 -
Joined
-
Last visited
Content Type
Profiles
Forums
Articles
Blogs
Store
Everything posted by Maxiboy44
-
@MaLiXs I recommend you using my mentioned instruction guide. It works well and If you want you can later replace it with the offical App.
-
Yeah, there no bugs in BugO....I mean HexOs, there are only many feature which some of them not even the devs know XD
-
Rocking my 1998 Audi TT 8n 1.8T with a slightly better tune to 230 (theoreticly 290 but obviously I dont drive it like that cause it wouldnt be road legal 😉) Tho it looks nice its a moneypit....had to replace dampers etc für the TÜV recently and now my Air volume sensor is gone, had to plug it out so I can drive it until I have money for a new one. My real baby is my Yamaha R1 RN04 which is modded to be a nakedbike. It drives really well and gear ratio is shortend to a 14/45. I got it for 2k and it was defenetly worth it so far. I hope I'll get my first TÜV with it next year....
-
Refurbisher Kindly Sent 12TB Drives... but...
Maxiboy44 replied to SetLucas's topic in Coffee Talk (Off-Topic)
hahahaha.....you had luck in live but got bamboozled by a beta Nas system which doesnt has the base feature of custom raids (I still wonder how they got away with that XD) -
Yes I know that but its still frustrating that base features like custom Raids arent in there and that features like jellyfin from truenas, smth that worked in standalone, doesnt work properly....I dont expect a beta software to have perfect fuctioning plus featues or even perfect functioning base features, but I do expect that most of the base features work mostly and features which existed beforehand are working, specially if there a features app. And all in all im not mad about the people who develop it, they have a cool Idea and working hard, but im frustrated that they achived to made base features worse than truenas was (example: I get regular mails that my pool is broken, which isnt the case, and after checking the only thing which is broken is the NFS config...it works but it seems to doesnt know that)
-
If GPU support is needed, try version: '3.8' services: jellyfin: image: jellyfin/jellyfin:latest container_name: jellyfin runtime: nvidia # Enables NVIDIA runtime for hardware acceleration deploy: resources: reservations: devices: - capabilities: [gpu] # Access to the GPU for transcoding volumes: - /mnt/HDDs/media/config:/config # Configuration and metadata storage - /mnt/HDDs/media/movies:/media # Media directory ports: - 8096:8096 # HTTP - 8920:8920 # HTTPS (optional) environment: - TZ=Europe/Berlin # Set timezone - NVIDIA_VISIBLE_DEVICES=all # Expose all GPUs to the container - NVIDIA_DRIVER_CAPABILITIES=compute,video,utility restart: unless-stopped networks: - jellyfin_network # Custom network networks: jellyfin_network: driver: bridge
-
Hey @flat4vw I got it to work. I ignored HexOs and TrueNas, made a Portainer Service and then added the jellyfin as stack like: version: '3.8' services: jellyfin: image: jellyfin/jellyfin:latest container_name: jellyfin volumes: - /mnt/HDDs/media/config:/config # Configuration and metadata storage - /mnt/HDDs/media/movies:/media # Media directory ports: - 8096:8096 # HTTP - 8920:8920 # HTTPS (optional) environment: - TZ=Europe/Berlin # Set timezone restart: unless-stopped networks: - jellyfin_network # Custom network networks: jellyfin_network: driver: bridge IMPORTANT: You have to create a public share called "media" with the individual folders ("config" and "movies") inside of it. Change the timezone if needed. Maybe this will help you if you encounter similar issues with it.
-
dont hope for that, im trying to get it to work for 3 days now and this evening I finally give up....You can follow any documentation, video or setup guide, you will only collect bugs and weird fragments of your tries wich break other stuff. Use Plex (alltough it is add infested and costs a fortune), it seems to work for most of the people (didnt tried it yet, will tomorrow)
-
@flat4vw the worst thing is that im a software developer in germany, I should be able to frickin setup jellyfin. I use docker daily... I hoped to have finally a easy solution for all the home stuff so I dont have to make everything from scratch in my freetime cause of weird bugs, I guess it could be that there is a OS for that but HexOs isnt currently
-
@flat4vwI recommend you waiting until you setup your hex server, at least dont put any important data on it. Luckily I backed up everything I put on there also somewhere else but if I hadnt I would have lost a huge amount of data due to diffrent bugs where you cant do anything against it.
-
I also tought of tring out plex, but the payments everywhere is what I hate with plex...
-
Ok thanks @flat4vw, at least I feel a bit less dumb now XD Since using HexOs im fulltime fighting with very weird bugs like that (also have a directory which is undeletable etc)....
-
@flat4vwthe usually mount /mnt and done But I get a error and for me /mnt is also empty which shouldnt be cause in /media is a also a folder
-
Does anyone know how it works?
-
I currently have issues with jellyfin I have my movies in Media And I want it to add to my jellyfin but the path avalible are Where is the Media folder???? Thats the storage config in the truenas overlay
-
Yeah, would improve transparency, which is needed as base for selling a "not finished" product where people spend 99$+ for a future Idea and plan, where trust and transparency is key. Im surprised they dont have that from the start, it damages customer relation from the start on. The amount of sells was predictable when having LLT as investor and PR plattform, that the rollout will take multiple days was expectable and to give a rough hint how far they given out orders and maybe even a average of "droped per day" or hour would be good so people can plan there freetime accordingly. The only reason why this would be hard or not possible todo would be if they not giving them out in order 😉, cause technicly its really easy todo and most of us would be happy if they would post it from time to time (and they know where in the process they are then they strucured it in any way).
-
Hey, it would be awesome to get a recommendation for you about my setup options. I have 2 spare machines: - Current Server: i7 CPU 2x GTX 960 2TB HDD 4TB HDD - Feetholder: i5 CPU GTX 950 1TB Drive - New Drives 240GB SSD for HexOS 4TB Drive My needs: I currently run debian on my server and host a few websites via docker, as well as my routing via nginx. Everything is managed in portiner where possible, some of them have custom files on the os. One of the Apps is Nextcloud. I want to replace the Nextcloud instance with a NAS and a immich service, as well as plex for my videos/movies. (A AI is also running on it, cause this the 2 GPUS) Current consideration: Do I fuse everything to a i7 CPU 2x GTX 960 2TB HDD 4TB HDD 240GB SSD for HexOS 4TB Drive 1TB Drive System or do I do Server for websites with debian i7 CPU 2x GTX 960 2TB HDD Server for NAS: i5 CPU GTX 950 1TB Drive 4TB HDD 240GB SSD for HexOS 4TB Drive (or reverse) Best for electricity is the first but I dont know if I will be able to host my webistes on the HexOS without weird workarrounds. What do you think, how would you solve this? Thx a loot max 🙂