Push gts to 0.10.0-rc1
This commit is contained in:
parent
9b5c3329c9
commit
45031c8395
2 changed files with 6 additions and 2 deletions
|
@ -22,6 +22,10 @@ let
|
||||||
oidc-enabled = true;
|
oidc-enabled = true;
|
||||||
oidc-idp-name = "DTTH";
|
oidc-idp-name = "DTTH";
|
||||||
oidc-scopes = [ "openid" "email" "profile" ];
|
oidc-scopes = [ "openid" "email" "profile" ];
|
||||||
|
# HTTP Client
|
||||||
|
http-client.block-ips = [ "11.0.0.0/24" ];
|
||||||
|
# Advanced
|
||||||
|
advanced-rate-limit-requests = 0;
|
||||||
});
|
});
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
@ -4,11 +4,11 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gotosocial-bin";
|
pname = "gotosocial-bin";
|
||||||
version = "0.9.0";
|
version = "0.10.0-rc1";
|
||||||
|
|
||||||
src = builtins.fetchurl {
|
src = builtins.fetchurl {
|
||||||
url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz";
|
url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz";
|
||||||
sha256 = "sha256:0dv3fp0q6ci9br68d7fzni74fqj07a5p71k4hzqhhib9xdhj104v";
|
sha256 = "sha256:1a8ygs3kqi7v07mk96k3r4azbjz7sqgshlplslwbnfcsli8m60dz";
|
||||||
# sha256 = fakeSha256;
|
# sha256 = fakeSha256;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue