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
+6 -6
Interdiff #1 #2
npins/sources.json

This file has not been changed.

packetmix/systems/teal/copyparty.nix

This file has not been changed.

+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
expand 0 comments
closed without merging
1 commit
expand
chore(pm): update some pins
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
1 commit
expand
chore(pm): update some pins
expand 0 comments
1 commit
expand
chore(pm): update some pins
expand 0 comments