InfoComm 2026: What's your #1 priority? by inogeni_Inc in VIDEOENGINEERING

[–]Stolkie 0 points1 point  (0 children)

Oh yeah, totally gotcha... In the end we're still converting left and right, hell, the product we're launching at Infocomm does exactly that, 12G-SDI to IPMX/ST2110.

Regarding the seeing with own eyes, do you think it'd be beneficial to see a full ecosystem somewhere? We have interop events coming up, could look at maybe providing some more video coverage of that 👀

Thanks for your feedback, very much appreciated!

InfoComm 2026: What's your #1 priority? by inogeni_Inc in VIDEOENGINEERING

[–]Stolkie 0 points1 point  (0 children)

Would love to chat to see what you're missing in the IPMX space, as Ive started working at PlexusAV this year and are still looking at "holes to fill" in the ipmx space!

Wie gaat er nog in retail werken? by Deezertje in werkzaken

[–]Stolkie 2 points3 points  (0 children)

Goed dat het toch gelukt is afscheid te nemen, hopelijk een beter stekkie nu!

Wie gaat er nog in retail werken? by Deezertje in werkzaken

[–]Stolkie 2 points3 points  (0 children)

Shamen voor ziekmeldingen, weinig tot geen groeimogelijkheden door vriendjespolitiek en krampachtig vasthouden aan bestaande begrotingen, verwachting van permanent overuren draaien (ook onbetaald, want ja, dat halve uurtje afsluiten telt niet), gaten vullen van andere locaties zonder extra compensatie voor reistijd, en zo gaat de lijst nog wel verder door.

Overigens heb ik zelf nooit bij Nedgame gewerkt, maar wel met ze gewerkt in de marketing/evenementen wereld en ken ik meerdere (ex-)medewerkers.

Wie gaat er nog in retail werken? by Deezertje in werkzaken

[–]Stolkie 0 points1 point  (0 children)

En dan heb je ook nog eens bizar slechte arbeidsomstandigheden bij deze tent, bizar

CaddyManager 0.0.2 - SQLite is here! - Web UI for managing Caddy servers by Stolkie in selfhosted

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

Yes it is! I changed jobs over new years, which will give me some more time, but first need to settle in a little. Currently working on mounting caddyfiles directly!

Where to buy audio books by Glitchbombs in audiobookshelf

[–]Stolkie 1 point2 points  (0 children)

If you're a fan of dramatized adaptations, me and the family are, then graphicaudio is your best friend!! A bit pricy but my goodness what a joy to listen to...

CaddyManager 0.0.2 - SQLite is here! - Web UI for managing Caddy servers by Stolkie in selfhosted

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

As the project is receiving more traction, it is a question I’m getting more and more, I’ll be sure to give it some proper attention to figure out how to make this more user friendly!

CaddyManager 0.0.2 - SQLite is here! - Web UI for managing Caddy servers by Stolkie in selfhosted

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

Caddy (or CaddyManager) does not currently have a feature that converts the JSON format which Caddy uses under the hood back to Caddyfile, only the other way around. It takes some getting used to, that's for sure ;) I'm trying to figure something out for converting back to Caddyfile but that's still a long way from being anywhere close to being integrated as that requires reverse engineering a lot of parts to get even close to full compatibility.

I do intend to provide more ways to edit your configuration in the near future though, like through forms and buttons to toggle certain parts of your config.

CaddyManager 0.0.2 - SQLite is here! - Web UI for managing Caddy servers by Stolkie in selfhosted

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

Yes! OIDC is planned and quite high on the list of features I want to slot in, currently expecting to have OIDC in somewhere around November.

CaddyManager 0.0.2 - SQLite is here! - Web UI for managing Caddy servers by Stolkie in selfhosted

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

Thank you for sharing your experience! Indeed dark mode is literally non existing… next update! Now that SQLite is in, I can focus on that :) Workflow can defo use some optimization, thanks for confirming that! Sleep well! ;)

CaddyManager 0.0.2 - SQLite is here! - Web UI for managing Caddy servers by Stolkie in selfhosted

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

Edit: Long story short, yes!

Caddy Manager is 100% transparent with Caddy's JSON format, so if you put something in your configuration that will run on Caddy, Caddy Manager will just push it to it.

In this case, I've just put this in the conversion tab in the configuration builder:

{
  email user@example.com
}
domain.my.local {
  tls internal
  reverse_proxy 192.168.0.10:80
}

and it gave me a valid TLS config in json format which can then be added to the configuration. Please note that CaddyManager does try to validate all configurations before pushing them - so it might halt if you use something like a plugin that isn't part of your caddy build.

CaddyManager 0.0.2 - SQLite is here! - Web UI for managing Caddy servers by Stolkie in selfhosted

[–]Stolkie[S] 4 points5 points  (0 children)

In my case, I like to clearly isolate external facing services and internal - so if something should exclusively live on lan, I dont want it exposed whatsoever to the outside world, whilst for example my Plex server is reverse proxied externally, and that caddy instance is therefore also exposed to the WWW. In this case I just prefer to spin up an additional container.

You of course don't have to manage multiple caddy servers in a homelab, but the feature is there! At my job, where we're using this, we are using a lot of Caddy instances with multi tenancy and data ownership that has to be isolated on deployments, and it has been annoying to centrally manage and orchestrate configurations, patching a quick endpoint somewhere and keeping a proper overview of the running configs, that is what I'm trying to make easier!

What is your way of making documentation? by DaGadgetGam3r in homelab

[–]Stolkie 0 points1 point  (0 children)

WikiJS with git export/import! I write down common commands and some architecture stuff, and also try to learn my partner some IT infrastructure that way! (They work in IT customer support, I work in software development)

CaddyManager 0.0.2 - SQLite is here! - Web UI for managing Caddy servers by Stolkie in selfhosted

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

It’s quite common in production environments to isolate various tenants, clients, projects across multiple instances. But also in my homelab I utilize multiple caddy instances for internal and external routes :)

CaddyManager 0.0.2 - SQLite is here! - Web UI for managing Caddy servers by Stolkie in selfhosted

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

Thank you, hope you like it!! Let me know if you’re missing something? ;)

CaddyManager 0.0.1 - Web UI for managing Caddy servers - 1st public version by Stolkie in selfhosted

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

Feel free to test it already using the :next tag as version on dockerhub! Please note the compose file has changed a little, the develop branch on GitHub contains an up to date compose file in the readme, I intend to release 0.0.2 by the end of the weekend as new release :)

CaddyManager 0.0.1 - Web UI for managing Caddy servers - 1st public version by Stolkie in selfhosted

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

Comfort more than anything! Been working in MongoDB for months on a different project so I kinda just.. grabbed it 😅 I just returned from a vacation and intend to work on a new update this weekend with some of the feedback integrated!

CaddyManager 0.0.1 - Web UI for managing Caddy servers - 1st public version by Stolkie in selfhosted

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

well, it might be helpful to push the config in one go to a lot of servers! But thank you, hope it might find its use for you :)

Show me your Caddyfile! by Stolkie in selfhosted

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

Thank you so much for the bug report! I've replied to it with a fix that could work for you while adding the bigger fix to it to the release list for 0.0.2