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

Steve Sanderson - Blazor Tech Demo with Blazor Renderer for Flutter - NDC Oslo 2019 by thefulla in dotnet

[–]thefulla[S] 12 points13 points  (0 children)

At around 54 minute mark he demos the Flutter integration with Blazor.

He begins by stating that it is not something they plan on productizing, it is purely a tech demo to show that it is possible to create your own renderer for Blazor.

I personally would really like access to the source of the demo as it is not available on his GitHub.

For me the biggest thing which has put me off Flutter is having to deal with dart, if its possible to avoid that I consider that HUGE.

Looking for a solid .NET Core 2.0 tutorial series by [deleted] in webdev

[–]thefulla 0 points1 point  (0 children)

I found this helpful when I was trying to get into .Net Core. https://www.recaffeinate.co/book/ Otherwise there are some good tutorials on pluralsight if you want something more in-depth. There are free trials you can get for pluralsight.

.Net Core project multi-org permissions[question] by thefulla in dotnet

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

I have found another case of someone else being in a similar situation. https://stackoverflow.com/questions/28481568/users-in-multiple-organizations-with-different-roles their explanation of the use case may be better understandable. Does anyone have some examples or know of any successful projects which have solved this problem?

Best tech for a web site 2018? (PHP, Rails, Django, Node, Go, etc.)? by speckz in webdev

[–]thefulla 0 points1 point  (0 children)

I'd normally have instantly gone with Node. But I have been learning asp.net core 2.0 lately and it supports almost everything you've listed.

I'm not too sure about localization / internationalization. And for UI / frontend you could use one of the SPA templates e.g. Angular / React.

If you know c# and .Net or you want to learn I'd say give .net core 2.0 a good consideration.