Jump to content

What Apps Would we want to see Supported?


Recommended Posts

  • 1 month later...
  • 1 month later...
Posted (edited)

 

  • NordVPN
  • ExpressVPN
  • Surfshark
  • ProtonVPN
  • Private Internet Access (PIA)
  • CyberGhost
  • Mullvad
  • VyprVPN
  • TunnelBear
  • WireGuard
  • OpenVPN 
 
Edited by Tristan-2025
  • 2 weeks later...
Posted

I don't know how possible it is (zero experience with NAS stuff before HexOS) but it would be cool to have VirtualHere server as an app. Right now I've just got a raspberry pi sitting next to my NAS that's running it, so it'd be nice to have that on the NAS itself and get rid of a few wires.

  • 3 weeks later...
Posted
On 12/15/2024 at 1:20 AM, Chrift said:

Ive got qbittorrent and plex running already but from what I can tell setting up airvpn isnt that simple - so would love an easier way to do that for qbittorrent specifically. 

And nextcloud. Have tried to set it up using the godawful truenas instructions but to no avail. 

1++++++++++++++++

  • 3 weeks later...
  • 3 weeks later...
Posted
  • Nzbget working, out of The box, with radarr, sonarr etc.. At this moment its a permision nightmare.  Radarr cant access the download location by default. 
  • Also a dumded down version of permissions and ALC’s would be welcome. A synology style of interface would be helpfull. 
  •  A consistent report on drives of the Pools creaties in truenas. My z1 redundancy drive shows up in hexos’ interterfacd as not used.. Yes it is…. I have the same issue with my 2 nvme drives that are configured as cache, and shows up as not configured..
  • support for homey Self hosted!
  • 1 month later...
Posted

To add the ones I'd want to see curated: 

  • Tailscale (or netbird or both)
  • Frigate
  • SABnzbd
  • Seerr (Unified Jellyseerr/Overseerr)
  • Navidrome
  • Audiobookshelf
  • Calibre
  • Rustdesk
  • Uptime Kuma
  • Joplin
  • Onlyoffice
  • Like 1
  • 2 weeks later...
  • 1 month later...
Posted
On 9/5/2025 at 4:42 PM, LocatedMaple38 said:

AMP for game server would be nice to have

yeah i would love that too i think ive asked it before here but in case its a new post so +1

  • 3 weeks later...
Posted

Hello,

I would be highly grateful if following apps could be Hexos curated:

a) https://github.com/jlesage/docker-czkawka
will share YAML later
b) https://www.apicur.io/registry/ / https://www.apicur.io/registry/docs/apicurio-registry/3.3.x/getting-started/assembly-installing-registry-docker.html#installing-registry-sql-storage_registry

services:
  backend:
    depends_on:
      - postgres
      - keycloak-server
    environment:
      LOG_LEVEL: DEBUG
      QUARKUS_DATASOURCE_DB_KIND: postgresql
      QUARKUS_DATASOURCE_JDBC_URL: jdbc:postgresql://database-apicurio:5432/apicurio-registry
      QUARKUS_DATASOURCE_PASSWORD: password
      QUARKUS_DATASOURCE_USERNAME: apicurio-registry
      QUARKUS_HTTP_CORS_ORIGINS: '*'
      QUARKUS_HTTP_PORT: 8081
      QUARKUS_OIDC_AUTH_SERVER_URL: http://keycloak-apicurio:8080/realms/registry
      QUARKUS_OIDC_CLIENT_ID: registry-api
      QUARKUS_OIDC_TENANT_ENABLED: 'true'
      QUARKUS_OIDC_TLS_VERIFICATION: none
      QUARKUS_PROFILE: prod
      REGISTRY_DATASOURCE_TYPE: sql
    image: quay.io/apicurio/apicurio-registry:latest-release
    ports:
      - '8081:8081'
  keycloak-server:
    command:
      - start-dev
      - '--import-realm'
    container_name: keycloak-apicurio
    environment:
      KC_HOSTNAME: localhost
      KC_HOSTNAME_PORT: '8088'
      KC_HOSTNAME_STRICT_BACKCHANNEL: 'false'
      KEYCLOAK_ADMIN: admin
      KEYCLOAK_ADMIN_PASSWORD: admin
    image: quay.io/keycloak/keycloak:23.0.7
    ports:
      - '8088:8088'
    volumes:
      - >-
        /mnt/NVMEs/Applications/apicurio-registry/config/apicurio-registry/examples/docker-compose/src/main/resources/config/keycloak/apicurio-realm.json:/opt/keycloak/data/import/realm.json
  postgres:
    container_name: database-apicurio
    environment:
      POSTGRES_PASSWORD: password
      POSTGRES_USER: apicurio-registry
    image: postgres
  ui:
    depends_on:
      - backend
      - keycloak-server
    environment:
      REGISTRY_API_URL: http://localhost:8081/apis/registry/v3
    image: quay.io/apicurio/apicurio-registry-ui:latest-release
    ports:
      - '8888:8080'
version: '2.2'
volumes:
  postgres_data:
    driver: local
    driver_opts:
      device: /mnt/NVMEs/Applications/apicurio-registry/postgres
      o: bind
      type: none

Thanks!

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...