mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
Compare commits
2 commits
89791b21a8
...
89f75c32c9
Author | SHA1 | Date | |
---|---|---|---|
89f75c32c9 | |||
8068d12711 |
2 changed files with 4 additions and 5 deletions
|
@ -67,7 +67,6 @@
|
||||||
hostname = "https://auth.julienmalka.me";
|
hostname = "https://auth.julienmalka.me";
|
||||||
hostname-admin-url = "https://auth.julienmalka.me";
|
hostname-admin-url = "https://auth.julienmalka.me";
|
||||||
http-port = 8080;
|
http-port = 8080;
|
||||||
hostname-backchannel-dynamic = true;
|
|
||||||
proxy-headers = "forwarded";
|
proxy-headers = "forwarded";
|
||||||
http-enabled = true;
|
http-enabled = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -28,14 +28,14 @@ in
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
|
|
||||||
pname = "readeck";
|
pname = "readeck";
|
||||||
version = "0.15.4";
|
version = "0.16.0";
|
||||||
|
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "codeberg.org";
|
domain = "codeberg.org";
|
||||||
owner = "readeck";
|
owner = "readeck";
|
||||||
repo = "readeck";
|
repo = "readeck";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-GqpCIxwaS0OBKEgd3ByGDeg5ZkSZFusg7dFPOZpQYtI=";
|
hash = "sha256-jRfB7OqE6N8AdXojEn0bYfSScOa8Mpr0s4YtqcQ8V6U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -72,10 +72,10 @@ buildGoModule rec {
|
||||||
|
|
||||||
npmDeps = fetchNpmDeps {
|
npmDeps = fetchNpmDeps {
|
||||||
src = "${src}/web";
|
src = "${src}/web";
|
||||||
hash = "sha256-zqaiAChUdkzeoDjbGJ57tFsAiawU50G6KQEJgrcM3OA=";
|
hash = "sha256-D9G1m8nChHNAlLKfhph4gJoV8aKA2le0dZtDHobotlU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-U1vMIig2/mncH07o1AZ2mUor5lq5WmNsfY/X2GbSGQA=";
|
vendorHash = "sha256-RaIcXplmtcgKndRlt0HDG/lfBPtvbLpkPdj7UEqG5ys=";
|
||||||
|
|
||||||
meta.mainProgram = "readeck";
|
meta.mainProgram = "readeck";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue