Your one-stop-cake-shop for everything Freshly Baked has to offer

chore(pm): update some pins #187

closed opened by a.starrysky.fyi targeting main from private/minion/push-xpqrvpwlrtsk

This is mostly a trivial update, however copyparty's module has changed to not automatically convert numbers to strings anymore...

Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3mdi2nvgvli22
+18 -18
Diff #5
+7 -7
npins/sources.json
··· 291 "version_upper_bound": null, 292 "release_prefix": null, 293 "submodules": false, 294 - "version": "v1.19.20", 295 - "revision": "450cd86dc1e98b98ab131fc9417c83289165a507", 296 - "url": "https://api.github.com/repos/9001/copyparty/tarball/refs/tags/v1.19.20", 297 - "hash": "sha256-/Wm8hZvdGfYWdTOF+dgTPX8DGuSKLhGw4qC4crf1dAo=" 298 }, 299 "fenix": { 300 "type": "Git", ··· 318 }, 319 "branch": "main", 320 "submodules": false, 321 - "revision": "21af106f68fa38f37d80c9ac91a336a4f53bc074", 322 - "url": "https://github.com/juanfont/headscale/archive/21af106f68fa38f37d80c9ac91a336a4f53bc074.tar.gz", 323 - "hash": "sha256-EGLIiL/80bf6e5P5oDcG7zw7fMpOK5jIALd8rmu6Jv8=" 324 }, 325 "home-manager": { 326 "type": "Git",
··· 291 "version_upper_bound": null, 292 "release_prefix": null, 293 "submodules": false, 294 + "version": "v1.20.4", 295 + "revision": "c249ee457b575a1a1a0898544afda7f7304ce03a", 296 + "url": "https://api.github.com/repos/9001/copyparty/tarball/refs/tags/v1.20.4", 297 + "hash": "sha256-OX07f7Mn0a+ty4s0NGwcJx0aWUWnMFXJfXKqQFZn4wc=" 298 }, 299 "fenix": { 300 "type": "Git", ··· 318 }, 319 "branch": "main", 320 "submodules": false, 321 + "revision": "2e180d2587c56d0bc3e03daf1aa6807ff2587431", 322 + "url": "https://github.com/juanfont/headscale/archive/2e180d2587c56d0bc3e03daf1aa6807ff2587431.tar.gz", 323 + "hash": "sha256-TcCRVD+2fC85jQjfGgZv2ZyOSMQN4EFVEUG5vFw7I10=" 324 }, 325 "home-manager": { 326 "type": "Git",
+5 -5
packetmix/systems/teal/copyparty.nix
··· 29 30 settings = { 31 i = "127.0.0.1"; # ip 32 - p = 1030; # port 33 34 # we'll be using nginx for this... 35 http-only = true; 36 no-crt = true; 37 38 - idp-store = 3; 39 idp-h-usr = "X-Webauth-Login"; 40 idp-adm = admins; 41 ··· 44 shr-adm = admins; 45 46 # as we might have private directories, better to be a bit conservative about permissions... 47 - chmod-f = 700; 48 - chmod-d = 700; 49 50 magic = true; # "enable filetype detection on nameless uploads" 51 ··· 68 xm = "aw,f,j,t3600,${project.inputs.copyparty.src}/bin/hooks/wget.py"; # download URLs that are pasted into the message box 69 70 xff-src = "127.0.0.1"; 71 - rproxy = 1; 72 73 exp = true; 74 };
··· 29 30 settings = { 31 i = "127.0.0.1"; # ip 32 + p = "1030"; # port 33 34 # we'll be using nginx for this... 35 http-only = true; 36 no-crt = true; 37 38 + idp-store = "3"; 39 idp-h-usr = "X-Webauth-Login"; 40 idp-adm = admins; 41 ··· 44 shr-adm = admins; 45 46 # as we might have private directories, better to be a bit conservative about permissions... 47 + chmod-f = "700"; 48 + chmod-d = "700"; 49 50 magic = true; # "enable filetype detection on nameless uploads" 51 ··· 68 xm = "aw,f,j,t3600,${project.inputs.copyparty.src}/bin/hooks/wget.py"; # download URLs that are pasted into the message box 69 70 xff-src = "127.0.0.1"; 71 + rproxy = "1"; 72 73 exp = true; 74 };
+6 -6
packetmix/systems/umber/copyparty.nix
··· 28 29 settings = { 30 i = "127.0.0.1"; # ip 31 - p = 1030; # port 32 33 # we'll be using nginx for this... 34 http-only = true; 35 no-crt = true; 36 37 - idp-store = 3; 38 idp-h-usr = "X-Webauth-Login"; 39 idp-adm = admins; 40 - have-idp-hdrs = 1; # https://github.com/9001/copyparty/issues/849 41 42 shr = "/share"; 43 shr-db = "/var/lib/copyparty/shares.db"; 44 shr-adm = admins; 45 46 # as we might have private directories, better to be a bit conservative about permissions... 47 - chmod-f = 700; 48 - chmod-d = 700; 49 50 magic = true; # "enable filetype detection on nameless uploads" 51 ··· 65 xm = "aw,f,j,t3600,${project.inputs.copyparty.src}/bin/hooks/wget.py"; # download URLs that are pasted into the message box 66 67 xff-src = "127.0.0.1"; 68 - rproxy = 1; 69 70 exp = true; 71 };
··· 28 29 settings = { 30 i = "127.0.0.1"; # ip 31 + p = "1030"; # port 32 33 # we'll be using nginx for this... 34 http-only = true; 35 no-crt = true; 36 37 + idp-store = "3"; 38 idp-h-usr = "X-Webauth-Login"; 39 idp-adm = admins; 40 + have-idp-hdrs = "1"; # https://github.com/9001/copyparty/issues/849 41 42 shr = "/share"; 43 shr-db = "/var/lib/copyparty/shares.db"; 44 shr-adm = admins; 45 46 # as we might have private directories, better to be a bit conservative about permissions... 47 + chmod-f = "700"; 48 + chmod-d = "700"; 49 50 magic = true; # "enable filetype detection on nameless uploads" 51 ··· 65 xm = "aw,f,j,t3600,${project.inputs.copyparty.src}/bin/hooks/wget.py"; # download URLs that are pasted into the message box 66 67 xff-src = "127.0.0.1"; 68 + rproxy = "1"; 69 70 exp = true; 71 };

History

6 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
chore(pm): update some pins
5/5 success
expand
expand 0 comments
closed without merging
1 commit
expand
chore(pm): update some pins
5/5 success
expand
expand 0 comments
1 commit
expand
chore(pm): update some pins
5/5 success
expand
expand 0 comments
1 commit
expand
chore(pm): update some pins
5/5 success
expand
expand 0 comments
1 commit
expand
chore(pm): update some pins
expand 0 comments
1 commit
expand
chore(pm): update some pins
expand 0 comments