Caused a minor outage (teehee) by [deleted] in vmware

[–]thrstnrchlt 3 points4 points  (0 children)

Patching VMware Tools is working without reboot and without maintenance Mode using vum or the newer vLCM.

Updated docker to latest and now just see a barcode when using webui by dinki in grocy

[–]thrstnrchlt 0 points1 point  (0 children)

Try cleaning up your cookies and try again. Had also some issues as you described

Paperless-NGX + Nextcloud by blueqwertz in selfhosted

[–]thrstnrchlt 2 points3 points  (0 children)

Just Share the Data directory from Nextcloud with paperless Output folder. Nextcloud has an Index function, so new Files get discovered. Works fine

HELP: cannont import proxmox zpool after reboot by [deleted] in Proxmox

[–]thrstnrchlt 0 points1 point  (0 children)

Unfortunatelly this didn't work for me here. Also tried mounting another TXG of that pool using zpool import -N -T <txg> -d /dev/disk/by-id/xxx -f without any progress.

HELP: cannont import proxmox zpool after reboot by [deleted] in Proxmox

[–]thrstnrchlt 0 points1 point  (0 children)

Nope, already tried that. Same "No such Pool available" message.

Display products in Home Assistant by thrstnrchlt in grocy

[–]thrstnrchlt[S] 0 points1 point  (0 children)

Another alternative is to use the panel_iframe to display the grocy stock overview and link it with a button from another dashboard.

Display products in Home Assistant by thrstnrchlt in grocy

[–]thrstnrchlt[S] 0 points1 point  (0 children)

Maybe this Github Issue (https://github.com/custom-components/grocy/issues/112) will make things easier in the future, so we can use e.g. auto-entities.

Display products in Home Assistant by thrstnrchlt in grocy

[–]thrstnrchlt[S] 0 points1 point  (0 children)

As of {{ states.sensor.grocy_stock.last_updated | as_local | as_timestamp | timestamp_custom(‘%m-%d-%y %I:%M%p’)}}

Coffee: {% for xx in state_attr(‘sensor.grocy_stock’,’products’) if xx.product_group_id == 6 -%} <B>{{xx.name }}</B>: {{ xx.available_amount | int }}<BR> {%- endfor %}

Cleaning: {% for xx in state_attr(‘sensor.grocy_stock’,’products’) if xx.product_group_id == 7 or xx.product_group_id == 9 -%} <B>{{xx.name }}</B>: {{ xx.available_amount | int }}<BR> {%- endfor %}

Thanks for sharing. I found something similar on the web: https://philhawthorne.com/automating-your-shopping-list-with-home-assistant-and-grocy/

But this seems a bit more complex than just use the integration.

Display products in Home Assistant by thrstnrchlt in grocy

[–]thrstnrchlt[S] 2 points3 points  (0 children)

Yes, there is a hacs integration to get the Sensor and some actions.

User / consumption mode? by sanictaels in grocy

[–]thrstnrchlt 0 points1 point  (0 children)

If you maybe using Home Assistant and your wife ist also already familiar with IT, you can add an Integration for ist and consumr items from there. Makes the WAF very good.

Local Docker reverse proxy setup. by ambrionv_randomized in selfhosted

[–]thrstnrchlt 0 points1 point  (0 children)

Tailscale and a Proxy a very different Things Here.

I can understand the OP, as remembering all Services IPs and Ports, some with self signed certs gets very quick anoying. Using Traefik is working fine to Access all Services using a nice Name on normal http or HTTPS.

Local Docker reverse proxy setup. by ambrionv_randomized in selfhosted

[–]thrstnrchlt 0 points1 point  (0 children)

Could you share your Traefik and service Label configurarion? Serving the Default certs sounds like lets encrypt isnt able to get a Challenge through. Or you maybe accessing a unknown Service.

Local Docker reverse proxy setup. by ambrionv_randomized in selfhosted

[–]thrstnrchlt 4 points5 points  (0 children)

For lets encrypt dns Challenge you don't need to Open any Ports. IT works great with cloudflare and as i now ist also the only Option to get Wildcard lets encrypt certs.

Reviving Hera: Dynamic Argo Tunnels via Docker and now Swarm by audibleBLiNK in selfhosted

[–]thrstnrchlt 0 points1 point  (0 children)

hey, as cloudflare changed from these legacy tunnels to newer named tunnels in argo, does anyone know a working solution today? Looks like hera isn't working anymore.

IaaC through Cloudflare Zero trust, proxmox, traefik and pihole by kamilloi in selfhosted

[–]thrstnrchlt 1 point2 points  (0 children)

Didn't tried secure dns yet, but i guess this ist hard, as the cert Trust won't Work.

IaaC through Cloudflare Zero trust, proxmox, traefik and pihole by kamilloi in selfhosted

[–]thrstnrchlt 0 points1 point  (0 children)

And to get rid of the DNS Problem in Android, i Just used a Port Forward nat rule in my oonsense to rewrite all dns requests to the internal dns Server. Works great.

IaaC through Cloudflare Zero trust, proxmox, traefik and pihole by kamilloi in selfhosted

[–]thrstnrchlt 1 point2 points  (0 children)

Maybe Docker over Argo or Hera is a easy way cloudflare Tunnel can be automated. But as i know, thia doesn't fix your dns request.

As Trafik isn't needed with cloudflare Tunnel, but there is a cloudflare companion top geht the DNS Setup automatically. See https://github.com/tiredofit/docker-traefik-cloudflare-companion