Our Personal Data Server from scratch! tranquil.farm
oauth atproto pds rust postgresql objectstorage fun

refactor(nix): update nix module to use the built-in frontend server #33

merged opened by nel.pet targeting main from feat/built-in-frontend-server
Labels

None yet.

Participants 3
AT URI
at://did:plc:h5wsnqetncv6lu2weom35lg2/sh.tangled.repo.pull/3mfywro7v6222
+1 -1
Interdiff #1 โ†’ #2
+1 -1
module.nix
··· 97 }; 98 99 frontend = { 100 - enable = lib.mkEnabeOption "serving the frontend from the backend. Disable to server the frontend manually" 101 // { default = true; }; 102 103 dir = mkOption {
··· 97 }; 98 99 frontend = { 100 + enabled = lib.mkEnabeOption "serving the frontend from the backend. Disable to server the frontend manually" 101 // { default = true; }; 102 103 dir = mkOption {

History

5 rounds 7 comments
sign up or login to add to the discussion
1 commit
expand
refactor(nix): update nix module to use the built-in frontend server
expand 0 comments
pull request successfully merged
1 commit
expand
refactor(nix): update nix module to use the built-in frontend server
expand 4 comments

still looks great :D

pfff only resubmitted for a rebase heh

el geetee em

nel.pet submitted #2
1 commit
expand
refactor(nix): update nix module to use the built-in frontend server
expand 1 comment
1 commit
expand
refactor(nix): update nix module to use the built-in frontend server
expand 0 comments
nel.pet submitted #0
1 commit
expand
refactor(nix): update nix module to use the built-in frontend server
expand 2 comments

im just thinking whats the point of the separate frontend options when we now have similar options under settings?

oh true. can probably just slap them together under settings.frontend. enable still being enable but dir being what is now package?