jgkawell

joined 1 year ago
[–] jgkawell@lemmy.world 2 points 1 month ago

If you click the switch plan link in the blog post it'll let you change. That's what I had to do.

[–] jgkawell@lemmy.world 4 points 1 month ago

I've been using Neo Launcher for a while as a Nova replacement and it's pretty good. Both of those features are included as well as things like shortcut actions when you double tap or swipe on the home screen.

[–] jgkawell@lemmy.world 3 points 2 months ago

That's definitely its focus, but if you want a very simple store it does support payments: https://ghost.org/help/ecommerce/

[–] jgkawell@lemmy.world 2 points 2 months ago (2 children)

If you're willing to accept JavaScript I'd recommend a Ghost setup. Pretty good platform once it's set up and easy to selfhost. Not sure you'll find a platform without JS for your use case tbh.

[–] jgkawell@lemmy.world 1 points 3 months ago

I have two of the U6 lite APs and they cover my whole house perfectly. They're POE but I just got a cheap POE unmanaged TP-Link switch for now.

[–] jgkawell@lemmy.world 2 points 4 months ago

I use yarr as well but forked it to use postgres as the database instead of sqlite: https://github.com/jgkawell/yarr

[–] jgkawell@lemmy.world 3 points 6 months ago (1 children)

I'm experimenting with the Music Assistant add-on but it seems to be early days for that project. Could be awesome though as it combines media libraries from services (e.g. YouTube music) and self-hosted things (e.g. Navidrome) and plugs them into the Home Assistant ecosystem.

https://github.com/music-assistant/server

[–] jgkawell@lemmy.world 16 points 6 months ago (3 children)

I'd recommend looking at the Wyoming/Piper/Rhasspy system. There's some really good minds working on it and it's got a big community behind it already. It's also plug and play with Home Assistant which is awesome. It's the system I use and while I'm still fine tuning it for my use cases it's already pretty great.

[–] jgkawell@lemmy.world 14 points 7 months ago (7 children)

Haven't used it yet, but Proton has a beta desktop app that might be what you're looking for.

[–] jgkawell@lemmy.world 5 points 7 months ago

F-Droid apps typically lag behind GitHub releases because their build pipelines are different. So in this case the latest version (which supports the freshrss API) isn't available on F-Droid yet.

[–] jgkawell@lemmy.world 25 points 7 months ago (3 children)

I don't know of anything built for that purpose but you could use home assistant dashboards to pull it off pretty easily if you already have an instance set up.

[–] jgkawell@lemmy.world 8 points 7 months ago

The solutions you've mentioned aren't exactly equivalent. Proxmox is a hypervisor while Docker Swarm and Kubernetes are container orchestration engines. For example, I use Proxmox in a highly available cluster running on three physical nodes. Then I have various VMs and LXC containers running on those nodes. Some of those VMs are Kubernetes nodes running many Docker containers.

I highly recommend Proxmox as it makes it trivial to spin up new containers and VMs when you want to test something out. You can create and destroy VMs in an instant without messing with any of your actual hardware. That's the power of a good hypervisor.

For orchestration, I would actually recommend you just stick with Docker Compose if you want something very simple to manage. Resiliency or high-availability usually brings with it a lot of overhead (both in system resources as well as maintenance costs) which may not be worth it to you. If you want something simple, Proxmox can run VMs in a highly-available mode so you could have three Proxmox nodes and set any VMs you deem essential to be highly-available within the cluster.

For my set up, I have certain services that are duplicated between multiple Proxmox nodes and then I use failover mechanisms like floating IP addresses to automatically switch things over when a node goes down. I also run most things in Kubernetes which is deployed in a highly-available manner across multiple Proxmox nodes so that I can lose a physical node and still keep (most) of my services running. This however is overkill for most things and I really only do it because I use my homelab to learn and practice different techniques.

7
submitted 1 year ago* (last edited 1 year ago) by jgkawell@lemmy.world to c/degoogle@lemmy.ml
 

I'm running my own SearXNG instance and trying to configure Gugal to work with it: https://gitlab.com/narektor/gugal

It says my instance needs to have API access enabled but for the life of me I can't figure out how to do that. Anyone done this before or know how to do it?

edit: SOLVED - see comment below

view more: next ›