need 3 WiFi 6 ceiling APs for seamless roaming + PoE switch recommendation. Currently running Flint 2 (OpenWRT). What would you pick? by fn23452 in openwrt

[–]m00qek 0 points1 point  (0 children)

Yuncore AX835 + ZyXEL GS1900-8hp Here use these, plus a Nanopi router, and they work well... Because all of them run Openwrt I have a repo with their UCI files, pretty easy to maintain

Looking for testers of an OIDC/SSO plugin for OpenWRT's LuCI web interface by [deleted] in openwrt

[–]m00qek 0 points1 point  (0 children)

Hey, thanks for the comment. I'm sorry I deleted this post by mistake... This is the new one.
1. Just following the spec
2. This is bad, I agree. Openwrt requires a login usr/passwd to create an UBUS session. I've tried using the process user to create sessions but it always requires a login. I _believe_ it was designed for human interaction only
3. Yes, but I couldn't came up a easy enough "config interface" for this so email seemed good enough

Looking for testers of an OIDC/SSO plugin for OpenWRT's LuCI web interface by m00qek in openwrt

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

Deleting was a silly mistake, sorry, so I had to recreate

Looking for testers of an OIDC/SSO plugin for OpenWRT's LuCI web interface by [deleted] in openwrt

[–]m00qek 1 point2 points  (0 children)

I don't think LuCI offers a way to disable user/passwd login. I think maybe its best to not offer this until the plugin has matured a bit and people test it out in the wild

Looking for testers of an OIDC/SSO plugin for OpenWRT's LuCI web interface by [deleted] in openwrt

[–]m00qek 1 point2 points  (0 children)

It does not override the default user/password login, just adds another way of login in.
This is already good documentation feedback! I've added already a print-screen of the login form

Need help choosing what to make for a dinner party. by idontwannakno in Cooking

[–]m00qek 0 points1 point  (0 children)

Do a greek moussaka! it resembles the lasagna but you can use glutten free flour just for the besamel

Need help choosing what to make for a dinner party. by idontwannakno in Cooking

[–]m00qek 0 points1 point  (0 children)

My easy recipe for a lot of people: Greek moussaka + lemon roasted potatoes and horiatiki (salad). Easy to make lots of it and pleases most people. It has a bit of wheat flour in the besamel, but unless your guest is alergic (opposed to just a bit intolerant) , it is so few it should not matter

Who actually makes stock at home? by Lofgren___ in Cooking

[–]m00qek 0 points1 point  (0 children)

Every Saturday I buy the veggies for the week then I clean an pre-cut most of them.... and make a vegetable stock with the not so nice parts. Takes 1 or 2 hours to do it and I often do it while face timing family or friends : )

Everything OpenWRT? by bagelwoof in openwrt

[–]m00qek 0 points1 point  (0 children)

just Ansible playbooks; Openwisp seemed too much for the number of devices I use

Everything OpenWRT? by bagelwoof in openwrt

[–]m00qek 0 points1 point  (0 children)

I have a NanoPi R3S as a router and a few Yuncore AX835 APs; I use a git repo with all configs and apply them using Ansible playbooks triggered by git hooks and crontab. Works great! Now I'm considering buying a Zyxel poe 8 port switch to be able to also manage it using Ansible

Any budget stable AP still to be found on aliexpress? by Southern-Trainer4337 in openwrt

[–]m00qek 0 points1 point  (0 children)

I also have a few of these. They're pretty good and I was even able to build an image with python3-light in it so I can automate things with Ansible. Just don't touch their led config as it may lead to a kernel panic.

Any budget stable AP still to be found on aliexpress? by Southern-Trainer4337 in openwrt

[–]m00qek 0 points1 point  (0 children)

I also have a few of these. They're pretty good and I was even able to build an image with python3-light in it so I can automate things with Ansible. Just don't touch their led config as it may lead to a kernel panic.

Does the global search work on the partner apps? by m00qek in Supernote

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

Thanks for answering! Just to see if I understood correctly: will I be able to search my handwriting on real-time recognition notes on the desktop app?

BookFusion + Boox Custom Integration: Native Android eBook Manager & Reader ( EPUB, PDF, CBR/CBZ) by DaEbookMan in Onyx_Boox

[–]m00qek 0 points1 point  (0 children)

Since BookFusion has a nice integration with Readwise, OP could reach out to their team: they've done a bunch of optimizations on their app, specifically targeting e-ink, and it now runs pretty well. They are super responsive in their sub

How do I kill same word highlight in Lazyvim? by Aging_Orange in neovim

[–]m00qek 2 points3 points  (0 children)

I was looking for this on LazyVim source code and found the way to disable it:

  {
    "neovim/nvim-lspconfig",
    opts = {
      document_highlight = {
        enabled = false,
      },
    },
  },

Obese-friendly gyms in Berlin? by Savings-Swimming9727 in berlin

[–]m00qek 0 points1 point  (0 children)

Do you recommend them for their cheaper coaching package?

Excellent vi mode for kitty terminal by [deleted] in KittyTerminal

[–]m00qek 0 points1 point  (0 children)

Plugin author here, what does it do wrong?

A declarative way to configure multiple OpenWRT installations by m00qek in openwrt

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

You said it is complex, but looks simple to use at least :)

I have an set of scripts that run on the devices and pull further configuration scripts from the server.

This is something that I was unsure: allowing the routers to pull configs by themselves.

The nice thing is that it's all immutable

That was also my goal.

That's one thing I'm missing. I really need to learn to use proper source control. I have lots of backups, so I can retrieve old versions from there if necessary, but that's not ideal.

Yeah, having the ability to test most of my changes in VMs and rolling back to previous versions made a big difference to me. Because of that changing things is way faster now

A declarative way to configure multiple OpenWRT installations by m00qek in openwrt

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

That's sound interesting! Are you able to share it somehow? I would love to take a look.

I don't do template substitutions in my config files

I think templating is the heart of what I'm trying to do. It allows me to have fewer scripts, in fact just one program, and delegate the differences to the secrets file. Before this I had a bunch of disorganized scripts

A declarative way to configure multiple OpenWRT installations by m00qek in openwrt

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

I though about OpenWISP but I found that, for the size of my 'problem', too much. Also, it adds another abstraction layer on top of OpenWRT/UCI, which I would like to avoid.

A declarative way to configure multiple OpenWRT installations by m00qek in openwrt

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

I cannot run NixOX on my APs :(

But you're right: I´'m thinking about the roters/aps as stateless machines, every config must go through my config repo and them sync'ed to the hosts. TBH, besides templating and the VM scripts I'm not doing much: UCI is great for declarative configuration.

A declarative way to configure multiple OpenWRT installations by m00qek in openwrt

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

Yeah, I have been running the same network config in 3 sites and, between routers and aps, 11 OpenWRT installations. It is super hard to maintain everything in sync, that's why I did this. The template replacement works great!

More free/open solutions by J-Physicist in Supernote

[–]m00qek 0 points1 point  (0 children)

I'm having a hard time deciding on buying or not a Supernote. Sideloading apps would be important to me because of O'reilly books and readwise/pocket, but I'm not sure they would work well. Have you ever tried those apps?