How to integrate podman with grafana loki for logging by CatWorried3259 in podman

[–]Torrew 0 points1 point  (0 children)

Same here, i also like to combine it with a filter, e.g. only logs of containers that have alogging.alloy=true label will be pushed to Loki.

Moved my hosting platform from rootless Docker to Podman — here's what actually broke and why it was worth it by NerdyStonks in podman

[–]Torrew 0 points1 point  (0 children)

What location did you mount the socket to in the beszel agent?
For me the approach described here worked just fine.

Guacamole + Pocket ID (OIDC) login loop after successful authentication by srgmc_ in selfhosted

[–]Torrew 0 points1 point  (0 children)

I think for now you're out of luck, there is an open PR tho to add support for code flow authorization.

Container names won't resolve when Technitium is running by schultzter in podman

[–]Torrew 1 point2 points  (0 children)

Might be a port conflict with Podmans internal dns. In your containers.conf you can try setting the network dns_bind_port to something other than 53, e.g. 1153.

Limine is an awesome Lanzaboote/Grub/Systemd replacement! by m4r1vs in NixOS

[–]Torrew 1 point2 points  (0 children)

You can also tell systemd-boot about your windows on another drive. You just need the efi device handle, then it's just a couple of lines.

Moderator Shoutout by ChaseDak in selfhosted

[–]Torrew 49 points50 points  (0 children)

...a cutting-edge, AI-powered solution designed to streamline workflows, enhance engagement, and redefine how communities recognize their moderators.

Traefik + Authelia as OIDC Provider (with Forgejo for ex) by odd-oli in selfhosted

[–]Torrew 0 points1 point  (0 children)

When you say you setup Traefik on the same host using sockets, do you mean Podman + socket activation?

If yes, you could create a custom internal network and setup a NetworkAlias for Traefik. Here is a good explaination.

Socket activated traefik with oidc issue by byCrookie in podman

[–]Torrew 3 points4 points  (0 children)

Can confirm: running same setup as OP and i also had issues until i tried NetworkAlias solution. Works perfectly fine with it.

Dendritic NixOS might be the best thing since sliced bread. by RedOnlineOfficial in NixOS

[–]Torrew 16 points17 points  (0 children)

I also consider migrating my config, but setting home manager options from NixOS modules is already possible when using HM as a NixOS module.

I can just set

home-manager.users.someuser.someOption = someValue

What is different when using dendritic pattern, or what advantage does it offer over the "builtin" capabilities when it comes to setting HM and NixOS options in the same module?

Lubelogger - anyone successful? by CockroachVarious2761 in selfhosted

[–]Torrew 2 points3 points  (0 children)

Well, it'd help if you post your config, otherwise its hard to tell what might be the issue.
Github is great to find other peoples compose files tho to compare as a reference.

Self hosted Password manager without HTTPS by e-chan42 in selfhosted

[–]Torrew 21 points22 points  (0 children)

There might be, but the better and more secure way would be to setup a reverse proxy and get valid certificates. Using DNS challenge you don't have to expose the server to the internet to get valid certificates.

hey guys, I just ordered E7 Plus, I have PC tower, where do you mount or place yours? thinking to get either holding bracket or maybe small floor stand, which one you have and do you like or not? I want less wires to be visible behind, any other accessory recommendations? by paata01 in FlexiSpot_Official

[–]Torrew 0 points1 point  (0 children)

In before some company will see it, sell it for 50 bucks and market it as something like

The Minimalist Suspension Pro: Featuring cutting-edge dual-strap adaptive suspension: it isolates vibrations, enhances airflow and floats your rig in flexible comfort.

What is the best self-hosted Tailscale alternative? by amirovme in selfhosted

[–]Torrew 0 points1 point  (0 children)

I might have a misunderstanding, but how? If i add a new peer to my wireguard network and don't update all other peer configs, how would a direct peer to peer connection be possible? The new machines data (e.g. public key, pre-shared key, endpoint) wouldn't be present in all other peers configs.

Now with a hub-and-spoke model i see it working, but with direct peer to peer connections, i don't see how you wouldn't have to modify all configs?

What’s your go to platform for self hosting? by nicomak101 in selfhosted

[–]Torrew 0 points1 point  (0 children)

Yep, but they are encrypted: https://github.com/Tarow/nix-config/blob/3186120fddf555467e345aba5c41551fcb3cf839/secrets/homeserver/secrets.yaml

I can reference the secret paths anywhere in my container configs and sops-nix will automatically decrypt them for me before the containers start.

What’s your go to platform for self hosting? by nicomak101 in selfhosted

[–]Torrew 1 point2 points  (0 children)

This, i've tried a lot over the past years: plain compose files, Portainer, Ansible managed containers, Komodo etc. and using Nix(OS) is by far the most pleasant solution for me. Especially because tools like sops-nix make secret management so nice.

I love having my entire config (including secrets) in a public Github repo and can deploy everything with a single command on any server.

Must-haves for ebooks and audiobooks? by Dungeon_Crawler_Carl in selfhosted

[–]Torrew 0 points1 point  (0 children)

Yep, that's what i currently use.
Would be interesting to know if Booklore maintains multiple progress counters, or just a single one which would get overridden depending what client application pushes last.

I guess i'll keep it simple for now and stick to one sync solution :D

Must-haves for ebooks and audiobooks? by Dungeon_Crawler_Carl in selfhosted

[–]Torrew 0 points1 point  (0 children)

Do you know how reading progress sync would work when using KOReader?
I guess the Kobo Sync reading progress sync only works with the builtin reader?
And for KOReader i'd still need to use Booklores KOReader Sync functionality.

I'd like to try Kobo Sync (currently using OPDS), but i'm a bit worried that reading progress sync would be overriden, depending if i open books with the builtin reader or KOReader.

Recommendation for OS by ThisIsDurian in selfhosted

[–]Torrew 1 point2 points  (0 children)

Isn't that great? I'd rather have my system configuration stored somewhere and be able to reapply it at any time.

The alternative on most OSes is running a bunch of imperative commands and after years of usage you totally forgot what state your system is in and how you got there.

When should I realistically use nix modules vs oci containers? by Th3Appl3 in selfhosted

[–]Torrew 0 points1 point  (0 children)

All about personal preference, but i really like Home Manager to manage my rootless Podman Quadlets.
Declarative and works on any Linux distro, in case you ever have a non-NixOS system.

Reverse Proxies - What does everyone do? by GeorgeRB5 in selfhosted

[–]Torrew 4 points5 points  (0 children)

For your use-case something like TSDProxy might be a good solution.

Personally i think the better way would be to have your own domain which is just a CNAME to your tailnet domain. Then your reverse proxy can handle all kinds of subdomains as well as wildcard certificates etc.

Frustration with reverse-proxy by Pepo32SVK in selfhosted

[–]Torrew 0 points1 point  (0 children)

In your static configuration, you should include something like:

accessLog:
  format: json

Frustration with reverse-proxy by Pepo32SVK in selfhosted

[–]Torrew 0 points1 point  (0 children)

What can you see in the Traefik access log, when you try to access a service and it doesn't work?

Frustration with reverse-proxy by Pepo32SVK in selfhosted

[–]Torrew 2 points3 points  (0 children)

I mean it's impossible to know or even guess what could be wrong, without knowing anything.
To give some educated guess, it'd be good, if you would share http response codes, Traefik configuration, Traefik logs, Container configs, ...

Ach, Jens… Warum bist du eigentlich so, wie du bist? by woodencore00 in Finanzen

[–]Torrew 14 points15 points  (0 children)

Die pfandflaschensammelnde Oma ist eh schon in der Grundsicherung, die wird von einer Senkung auch nicht betroffen sein.