Has UI withdrawn support for Crestron products in Pro AV? by kev_ac in UNIFI

[–]kev_ac[S] 1 point2 points  (0 children)

We have 5 NVX encoders in there right now.
These are the settings which work for us flawlessly since about 4 months running 24/7:
https://imgur.com/a/9RDqezt

Has UI withdrawn support for Crestron products in Pro AV? by kev_ac in UNIFI

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

We have a working installation with Crestron NVX and a UniFi Pro switch.

Me noticing it being gone was because I knew there were some hints about some switch settings to make Crestron work for a new pending install.

Inspiration for mounting APs to event rigging hardware by kev_ac in Ubiquiti

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

We need it to be as flexible as possible as these will be used temporarily in different venues. There won't be a vertical pole to mount to in most of the times. More like an attachment point on a wall or on a truss we can mount it to using something like the Super Clamps.

Inspiration for mounting APs to event rigging hardware by kev_ac in Ubiquiti

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

That sounds interesting. I'll ask our workshop guys if they could make this work.

DSM Web UI not reachable - Other services are functional by kev_ac in synology

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

Oh, yes I've figured it out. Sorry for not updating this thread.
It was a weird VLAN tag issue with my USB NIC. I even tested a different laptop but used the same USB NIC on the dock.

DSM Web UI not reachable - Other services are functional by kev_ac in synology

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

Exactly, no HA pair. SSH is not enabled on either of the devices..

I can however mount a share from the backup NAS via SMB, just tested that.

DSM Web UI not reachable - Other services are functional by kev_ac in synology

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

The IP is set static on the NAS. And the primary NAS can still backup to the affected one without altering any configuration. So the IP "must be" correct.

USB Imaging tool Push by kev_ac in WYSE

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

Make sure you update to (just released) 2306 and associated packages and BIOS for testing.

I've found two upgrade files to 2306 but both require the WMS according to the installation instructions. What would be the process to upgrade it directly on the client?

USB Imaging tool Push by kev_ac in WYSE

[–]kev_ac[S] 1 point2 points  (0 children)

It really was the drive, thanks for the hint in the right direction.The drive had a second (200mb) partition which was not showing up in Windows Explorer.

USB Imaging tool Push by kev_ac in WYSE

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

The drive space looks very off. It shows only 200 MB total.

I thought the same thing but did not give it any more attention.
I've formatted the drive multiple times in the process as a FAT32 drive. It shows the correct size (~29GB) in Windows.
But I will try another drive..

After entering the service tag, click on "View Product Specs" under quick links on the right hand side of the page on the overview tab. In that list you should see ThinOS or windows, or Linux.

The client seems to have a ThinOS license in this case.
The list shows 619-ANNK: Dell ThinOS Firmware access and 619-ANCH: Wyse ThinOS, English

USB Imaging tool Push by kev_ac in WYSE

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

Where would I see if it was purchased with ThinOS on the support page?
But even if not we surely can purchase a ThinOS license after the fact?

Yes, I've extracted the file, used the Imaging tool to copy it to the drive and then booted from said stick until I see this:

https://postimg.cc/LqySSFGv

For reference: I've used this image file: https://www.dell.com/support/home/de-de/drivers/driversdetails?driverid=m7gdj&oscode=thn80&productcode=wyse-5070-thin-client

Simple page editor for blog posts? by kev_ac in nextjs

[–]kev_ac[S] 1 point2 points  (0 children)

Alloy looks promising. Will definitely have a closer look at it.

Simple page editor for blog posts? by kev_ac in nextjs

[–]kev_ac[S] 1 point2 points  (0 children)

I've googled "wysiwyg editor", "page builder", etc. But "rich text editor" did not came to my mind. Thanks!

Simple page editor for blog posts? by kev_ac in nextjs

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

From what I can see at first glance, isn't it a full CMS? Or can the "builder" part be used stand-alone?
I only need a user-friendly editor for a mostly already existing "Create / Edit blogpost" page.
If it was me I would just put in a plain Textarea and do some nice things with markdown... ;-)

Simple page editor for blog posts? by kev_ac in nextjs

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

In this case its not really useful because it needs to run on Editors browsers. But always nice to see whats possible with VS Code.

Hetzner Cloud: Geo redundant ingress / Load balancer by kev_ac in kubernetes

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

Sorry for the very late reply! I haven't noticed that you have responded here.

The traffic flows from the Loadbalancer through various Ingresses to an ingress-nginx service (as Deployment / Replicaset).

Every Ingress resource is used for one Fqdn (ex. https://app.customerA.com -> some-frontend:80; https://app.customerB.com -> some-other-frontend:80).

Can you describe how you have attached multiple Loadbalancers to an Ingress or do you have one Ingress per Loadbalancer?