mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-02 02:00:51 +02:00
Compare commits
No commits in common. "89f75c32c91ab4fbaa1f9ef1d0b635811f245c44" and "89791b21a881c4053968020da07966ebf38f62cb" have entirely different histories.
89f75c32c9
...
89791b21a8
2 changed files with 5 additions and 4 deletions
|
@ -67,6 +67,7 @@
|
||||||
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.16.0";
|
version = "0.15.4";
|
||||||
|
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "codeberg.org";
|
domain = "codeberg.org";
|
||||||
owner = "readeck";
|
owner = "readeck";
|
||||||
repo = "readeck";
|
repo = "readeck";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-jRfB7OqE6N8AdXojEn0bYfSScOa8Mpr0s4YtqcQ8V6U=";
|
hash = "sha256-GqpCIxwaS0OBKEgd3ByGDeg5ZkSZFusg7dFPOZpQYtI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -72,10 +72,10 @@ buildGoModule rec {
|
||||||
|
|
||||||
npmDeps = fetchNpmDeps {
|
npmDeps = fetchNpmDeps {
|
||||||
src = "${src}/web";
|
src = "${src}/web";
|
||||||
hash = "sha256-D9G1m8nChHNAlLKfhph4gJoV8aKA2le0dZtDHobotlU=";
|
hash = "sha256-zqaiAChUdkzeoDjbGJ57tFsAiawU50G6KQEJgrcM3OA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-RaIcXplmtcgKndRlt0HDG/lfBPtvbLpkPdj7UEqG5ys=";
|
vendorHash = "sha256-U1vMIig2/mncH07o1AZ2mUor5lq5WmNsfY/X2GbSGQA=";
|
||||||
|
|
||||||
meta.mainProgram = "readeck";
|
meta.mainProgram = "readeck";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue