Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Today
  3. And it just came back up (local host at the moment). Swapping to Hosted it doesn't like.
  4. I am having this issue as well. The Deck GUI was working great for the last few weeks and now I cannot get it to connect to my server. I am still able to log in through the truenas UI and everything is up and running, but the Deck continues to tell me it is not able to connect to my server. It partially connected one time (the apps section had tiles, but they never fully loaded), but then immediately lost connection. Anyone help is greatly appreciated!
  5. Could be wrong, but I think you have to update through every major (first number change) version sequentially. Looks like you skipped 33. If people are updating regularly they may not have this issue.
  6. Yesterday
  7. That suggestion's Origin is coming from a similar string inside of Deck. I have just enabled Google Cloud Translate API that you ALL can access from the Automatic suggestions tab.
  8. Actually, I am getting suggestions like these: Where the translation and the suggested change are identical, but it still looks like it is suggesting it.
  9. Suggestions would be great. It was confusing to me seeing that the Automatic suggestions sections are empty (until there is a translation). I would be against filling automatic suggestions as "needs editing" translations, though.
  10. One question for the group: Weblate can show machine translation suggestions alongside each string as you work (from services like DeepL or Google Translate). You'd see the suggestion and decide whether to use it, tweak it, or ignore it on a per-string basis. Would that be helpful, or do you prefer working from a blank slate? We'll go with whatever the majority prefers.
  11. Last week
  12. Botom line up front: Nextcloud is not listed as an experimental app anymore, so I would hope that it wouldn't be possible to break it by clicking update in the HexOS app overview. Slightly longer version: I was running nextcloud 32.0.0, app version 2.0.34. Hadden't updated it in a while, and HexOS showed the option to update to 34.0.2 (app version 2.3.50). However, nextcloud only supports upgrading 1 major version at a time. So after upgrading, the docker immages are trying to spin up, but keep repeating that the upgrade from 32.0.0 to 34.0.2 isn't supported, and failing. I'm having to rollback to a snapshot and ry to do this update another way, not requesting halp in doing so, but I would have hoped that it isn't possible to need to do a rollback after clicking update brings the app into a unrecoverable state.
  13. Hello, we have a bunch of fixes coming for this very shortly. It's tied up with buddy backups which is why we haven't pushed it yet. Just know it's coming out very soon!
  14. Dutch, Flemisch. Native
  15. The translation platform is live. Thanks to everyone who volunteered in this thread. Here are the instructions to get started. Where to go Head to translate.hexos.com and click Sign in. It uses your existing HexOS account, so there's nothing to register and nothing to be granted. If you can log in to HexOS, you can start translating right now. What you'll find We're running Weblate, the same open-source translation platform used by projects like Fedora and LibreOffice. Everything happens in your browser: no tools to install, no technical background needed. Just you, the English text, and a box to type your translation into. There are about 2,800 strings that make up the HexOS interface, and you can filter by area (storage, apps, tasks, and so on) if you'd rather focus on one corner at a time. Getting started Sign in at translate.hexos.com Open the Deck component and add your language (or join one that's already started) Start translating. Weblate saves as you go, and you can stop and pick it back up whenever you like. Same as Jon said: no deadlines, no commitments A few things worth knowing Placeholders like `{name}` or `{count}` need to stay exactly as they are. Move them around to fit your grammar, just don't translate what's inside the braces. Brand terms (HexOS, Command Deck, TrueNAS, ZFS) stay in English everywhere. They're marked in the built-in glossary so you don't have to memorize them. Not sure about a string? Leave a comment on it right in Weblate. We monitor those, and other translators can weigh in too. How your work reaches users Every translation goes through a review step before it ships, so don't worry about making mistakes. Nothing goes live until a reviewer approves it. We'll mark you all as reviewers once you start here soon, and once a language reaches 60% approved coverage, it ships with the next HexOS release and appears in the language picker. Below that threshold, the lang simply isn't offered yet, so nobody ever sees a half-translated interface. New strings will flow into Weblate automatically as we build new features, and the platform should email you when there's new material in your language. The full guide (with translation guidelines and how everything works under the hood) lives on the docs site: Translating HexOS. Let me know if you have any questions or something is off. Thank you!
  16. When browsing the catalog of apps I come across some that I would like to install at a future date when I have finished setting up and working with the current apps I have. Could a bookmark, favorite or tag feature be added to the app catalog for easy finding in the future? I would also like to add some private internal text notes about the various apps in the console, like: why it interested me, when I am hoping to install it, when I added it, some quick reminders, any issues I had with the app. Ways I could see this growing later (dreams): Batch installing all bookmarked apps, or batch uninstall Sharing the bookmarked apps list with others, so they can quickly setup the same configuration Export notes and app details for documentation (or even just a good copy paste format) Estimate resources needed for bookmarked apps (better planning before pressing install, or evaluating what the performance impact of several apps is) Maintain multiple bookmark lists for quick config changes Instead of bookmarks it could be a tag system for various actions, such as deployment on a cluster of HexOS machines, turning on and off batches of apps, in multi-admin scenarios they can be used to propose apps for approved install Issues I could foresee: People might abuse the notes features and literally put account names and passwords in the notes box Resource calculation could be difficult Could introduce a fair amount of complexity when the team is still trying to get to a good stable long term state
  17. Spanish Native. Just let me know!
  18. Hi team, so I have been experiencing issues with the HEXos dock not being available randomly. Been using Dozzle and it looks like every 21 minutes or so the container restarts. (Nick, you should have some of these logs in your dms) Nick and Gerod have been helping trouble shoot various things over the last month. I have Deleted HEXos from truenas and reinstalled it at least twice now. And the issues has not resolved. It has gotten bad enough that I was unable to update nextcloud and have had to delete it. But cannot install it through HEX because the container resets and the install stalls. My question is: - Can I reinstall HEXos from the USB? Would that help? - If I do a fresh install will the apps and data remain or will that reset everything? - If I don't reset the pools, the data should remain? Can I reinstall the apps and run them with the existing confis? Thanks.
  19. Following up on this — the fix is implemented and will ship in an upcoming release. You were exactly right about the root cause: the stock 172.17.0.0/12 base isn't a valid /12 boundary, so Docker canonicalizes it to 172.16.0.0/12 and allocates from 172.16.0.0/24 upward. On new installs going forward, HexOS now checks the subnets in use on the box during setup and picks the first /16 in the 172.17–172.31 range that doesn't overlap any of them, instead of leaving the stock default in place. A few notes on scope: Existing installs are deliberately left as-is. Changing the address pool on a system with deployed apps renumbers container networks and forces a redeploy of everything, so we won't touch it automatically. Your midclt call docker.update workaround is the right fix for an existing system, and it's safe to keep — HexOS only replaces the pool when it's still the untouched stock default, so a customized pool like yours won't be overwritten. One limitation of the automatic pick: it can only avoid subnets the NAS actually has an interface on. A 172.x VLAN or VPN range elsewhere on your network is invisible to it — that's the case a UI setting for the pool config covers, which is still on our list as a follow-up. Thanks again for the detailed diagnosis — it made this a straightforward fix!
  20. New Curations We have curated 3 financial apps this week. Vote for your favorite here on Hexos Hub or on reddit. Actual Budget - Actual Budget is a super fast and privacy-focused app for managing your finances. Firefly III - Firefly III is a free and open source personal finance manager. Sure - Sure is an all-in-one personal finance platform. Curation info Actual Budget Experimental curation that uses self signed https certificate. Users can expect to see certificate warnings regularly. Curation Updates Syncthing Bug fix - Media, Movies and Shows folders are now connected as intended. Special Acknowledgments khowe085 Reported the Syncthing bug
  21. I could help for french native french from Quebec, Canada.
  22. Earlier
  23. i can help with spanish specifically latin american spanish
  24. Hello. Thanks for taking the time to write this. We did see the point of this and will roll it in to HexOS. Not sure when it will be releasaed but it will do this on new installs going forward once it's implimented. We don't want to cause any issues for anyone that's not currently affected.
  25. I made a quick guide on how to share any installed service via Tailscale to your friends or yourself. Requires access to the truenas UI, a the moment Hexose custom script don't expose all features needed for this. https://gist.github.com/mellester/fabc2d0e734d5a34c10778ecd0ea0646
      • 1
      • Like
  26. At this time we are not separating our forums to have a section for each curated app. While i can see the benefit of it, today would would need 40 sections many of which would have little if any use. At this time https://hub.hexos.com/forum/11-applications/ is the correct location.
  1. Load more activity
×
×
  • Create New...