Search the Community
Showing results for tags 'apps'.
-
I would like to discussed app roadmap/priority. Items in red are high-priority. Reverse Proxy: traefik (alt options: caddy, nginx, HAproxy) Per-app integration options with reverse proxy (traefik). Dynamic DNS: ddns, cloudflared Auth/Security: authelia (alt option: authentik) App Dashboard: homepage, (alt options:, organizer, dashy, homarr, flame) Per-app integration with app dashboard. File Sync: nextcloud (alt options: synchthings) Docker Management (GUI): dockge (alt options: portainer) VPN: wireguard, tailscale Streaming: jellyfin (alt options: plex, emby, "arr" apps) This is by no means exhaustive, but a starting-point for discussion. This is based off of my own experience homelabbing first on OMV with docker using smarthome beginner tutorials, then transitioning to TrueNAS scale, using True Charts helm charts. My preference is self-hosting first and the ability to keep EVERYTHING local, then allowing cloud options for ease-of-use.
-
Hi all, First time posting on the HexOS forum, hopefully I've categories my issue in the right location. I'm having an issue with Immich, it's unfortunately not deploying on my NAS. Once I booted up HexOS for the first time I installed Immich to play around with the one click installation. I ended up playing with the app configure to try and move the data folder and ended up uninstalling the app. I've since tried re-installing the app but it's now stuck in a deploying loop and won't launch. I've logged into TrueNAS to see the jobs list and found the error log which I've copied and pasted below: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/middlewared/job.py", line 488, in run await self.future File "/usr/lib/python3/dist-packages/middlewared/job.py", line 535, in __run_body rv = await self.middleware.run_in_thread(self.method, *args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1364, in run_in_thread return await self.run_in_executor(io_thread_pool_executor, method, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1361, in run_in_executor return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 183, in nf return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 55, in nf res = f(*args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/plugins/apps/app_scale.py", line 51, in start compose_action(app_name, app_config['version'], 'up', force_recreate=True, remove_orphans=True) File "/usr/lib/python3/dist-packages/middlewared/plugins/apps/compose_utils.py", line 57, in compose_action raise CallError( middlewared.service_exception.CallError: [EFAULT] Failed 'up' action for 'immich' app, please check /var/log/app_lifecycle.log for more details I don't know what any of this means as I'm the target audience for Hex which is enthusiast. If anyone knows how to resolve the issue I would love some support! Thanks in advance, Matt
-
How feasible would it be to have a commuity section apps of the app store. Where commuity trusted members can upload apps. We could potentially leverage the ranking system to determine what ranking allows for upload. Not sure what the security ramifications are.... I am sure there would need to be some sort of approval process and maybe/probably some sort app checker to verify source code. I also understand some documentation would need to be published to assist in developing for the OS. Let me know what you think 🤔