tigerinus
tigerinus
I just realized it does not work for only minikube default context. It does work for a regular k8s context.
@gavinsmith1971 - if you can confirm a version that eliminates this issue, please tell. Once we have that info, we will test at our side and update AppStore accordingly. Moving...
Also take a look at https://github.com/provectus/kafka-ui - the web UI has to be hosted somewhere which is a bummer for people who just want to run a local tool.
It's been 1 year since this request was filed. Any update please?
> Yeah looks good to me, I'm going to add Twingate also soon to do the same as that's what I happen to use. Which is why I'm curious what...
@bluehysteric - since v0.3.8 new storage is mounted under `/media` - is this what you were looking for?
temporary workaround: 1. download all `.tar.gz` from each `CasaOS-*` release page (see list) ```bash CASA_PACKAGES=( "${CASA_DOWNLOAD_DOMAIN}IceWhaleTech/CasaOS-Gateway/releases/download/v0.4.0/linux-${TARGET_ARCH}-casaos-gateway-v0.4.0.tar.gz" "${CASA_DOWNLOAD_DOMAIN}IceWhaleTech/CasaOS-MessageBus/releases/download/v0.4.0/linux-${TARGET_ARCH}-casaos-message-bus-v0.4.0.tar.gz" "${CASA_DOWNLOAD_DOMAIN}IceWhaleTech/CasaOS-UserService/releases/download/v0.4.0/linux-${TARGET_ARCH}-casaos-user-service-v0.4.0.tar.gz" "${CASA_DOWNLOAD_DOMAIN}IceWhaleTech/CasaOS-LocalStorage/releases/download/v0.4.0/linux-${TARGET_ARCH}-casaos-local-storage-v0.4.0.tar.gz" "${CASA_DOWNLOAD_DOMAIN}IceWhaleTech/CasaOS-AppManagement/releases/download/v0.4.0/linux-${TARGET_ARCH}-casaos-app-management-v0.4.0.tar.gz" "${CASA_DOWNLOAD_DOMAIN}IceWhaleTech/CasaOS/releases/download/v0.4.0/linux-${TARGET_ARCH}-casaos-v0.4.0.tar.gz" "${CASA_DOWNLOAD_DOMAIN}IceWhaleTech/CasaOS-CLI/releases/download/v0.4.0/linux-${TARGET_ARCH}-casaos-cli-v0.4.0.tar.gz" "${CASA_DOWNLOAD_DOMAIN}IceWhaleTech/CasaOS-UI/releases/download/v0.4.0/linux-all-casaos-v0.4.0.tar.gz" ) ``` 2. Decompress all files under...
> 一直没注意到 tun 没开(虽然开关是打开的,但是实际没有生效)。 > > 命令行启动后发现 permission 报错。查了一圈发现要 > > ```shell > sudo setcap cap_net_bind_service,cap_net_admin=+ep /usr/bin/clash > ``` > > 参考 https://blog.icpz.dev/articles/tools/setup-clash-premium-on-linux/#Optional-Setup > > 一些简单解释 > > CAP_NET_BIND_SERVICE: 允许绑定到小于...
@predators46 I've moved on to some other project, and lost the original environment for this issue. I'm sorry I might not be able to help with testing ur patch. Thanks...
as a workaround: ```yaml some_property: allOf: - $ref: "#/components/schemas/some_schema" x-go-type: SomeGoType ```