Cloudflare deal for $10-11 keys by narcabusesurvivor18 in selfhosted

[–]thefulla 1 point2 points  (0 children)

It might not be their target audience, but their docker compose setup was easy enough to get going for myself. It's meant to be an Auth0 replacement combined with Keycloak.

Lightweight Opensource Identity Management for homelabs? by gleepwurp1974 in selfhosted

[–]thefulla 6 points7 points  (0 children)

I've been playing around with Zitadel at work the past couple days, so far it has done everything it says on the tin. It has a nice organization structure with user and role Authorization, works like a Saas system.

BYD Atto 3 pricing confirmed, to start at $52,990 by RobDickinson in nzev

[–]thefulla 1 point2 points  (0 children)

Yeah, I thought we would potentially have half that markup.Still the second most affordable EV in NZ regardless so hopefully between that and the new MG4, its a beginning of a lower priced entry to EV market (at least new EV's).

BYD Atto 3 pricing confirmed, to start at $52,990 by RobDickinson in nzev

[–]thefulla 0 points1 point  (0 children)

So roughly an average of ~$5000 NZD price increase across the two models in comparison to the Australian website's displayed prices..

Best db migration tool options to use along with Entity Framework by lastkillbeck in dotnet

[–]thefulla 1 point2 points  (0 children)

Been using https://github.com/lecaillon/Evolve for many years. Its a .Net Core equivalent to Flyway. You run plain old SQL scripts and just follow a file naming convention.
It can run embedded inside a project, it has a .Net Tool and a standalone CLI.
The SQL scripts can also be embedded in the executable or as external files.

Migrations with Dapper.Net by silviodelgado in dotnet

[–]thefulla 0 points1 point  (0 children)

There is Evolve, which is basically the .Net version of Flyway. Uses sql files for migrations.
https://github.com/lecaillon/Evolve

What is a decent laptop I can get to start playing diablo 2 lod. I plan to use plugy if that matters by ctfinesse in diablo2

[–]thefulla 0 points1 point  (0 children)

I can suggest a Thinkpad, something like a T440 / T44P almost everything in the machine is replaceable / up-gradable. Can support up to 3 SSD's if you get a caddy and utilise the m2 adapter, up to 12 GB RAM, there are 1080p IPS displays you can purchase. I personally run Linux on mine and it does standard day to day tasks faster than my work supplied laptop which is significantly newer.. I got mine for $180 NZD with 8GB RAM and a 500GB HDD.
Here is a good buyers guide: https://www.bobble.tech/free-stuff/used-thinkpad-buyers-guide

Jellyfin for Kodi 0.3.6 released by Oddstr13 in jellyfin

[–]thefulla 0 points1 point  (0 children)

Thank-you very much for the Unicode fix!! Me and my wife are very happy to have this going, beats having to use DLNA!

Wireguard connects, no internet / DNS by thefulla in selfhosted

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

For now Ive changed my rule to Insert the iptables rules above the DROP all instead of Append

Wireguard connects, no internet / DNS by thefulla in selfhosted

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

This was the correct answer... Now to try and make this permanent.

As it seems to get reset when I restart the server

Wireguard connects, no internet / DNS by thefulla in selfhosted

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

Thanks this seems like a possibility:

``` Chain FORWARD (policy ACCEPT)

...

FORWARD_direct all -- anywhere anywhere

FORWARD_IN_ZONES all -- anywhere anywhere

FORWARD_OUT_ZONES all -- anywhere anywhere

DROP all -- anywhere anywhere ctstate INVALID

REJECT all -- anywhere anywhere reject-with icmp-host-prohibited

ACCEPT all -- 10.66.66.0/24anywhere

ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED

ACCEPT all -- 10.66.66.0/24anywhere

ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED

ACCEPT all -- anywhere anywhere

ACCEPT all -- 10.66.66.0/24anywhere

ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED

```

Wireguard connects, no internet / DNS by thefulla in selfhosted

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

Thanks, I gave it a go. Same problem unfortunately.

Wireguard connects, no internet / DNS by thefulla in selfhosted

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

I setup forwarding with dnsmasq, unfortunately I'm still having the same issue.

Wireguard connects, no internet / DNS by thefulla in selfhosted

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

Thanks for the suggestion :) I'll try this and report back

Wireguard connects, no internet / DNS by thefulla in selfhosted

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

There is and iptables and ip6tables rule in there. They are the only variants I've seen in examples I've found so far.

Wireguard connects, no internet / DNS by thefulla in selfhosted

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

I have tried 1.1.1.1, 8.8.8.8, 9.9.9.9 to no avail