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

feat(pm): install plate #197

merged opened by thecoded.prof targeting main from private/coded/push-rqknykysovry

Plate is a WIP time management application I'm writing and self hosting

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:t4ifz7bz4cnukxryiqnbgxxr/sh.tangled.repo.pull/3me2qipyh2v22
+5 -5
Interdiff #0 โ†’ #1
npins/sources.json

This file has not been changed.

+5 -5
packetmix/systems/teal/plate.nix
··· 2 # 3 # SPDX-License-Identifier: MIT 4 5 - { project }: { 6 services.postgresql = { 7 enable = true; 8 ensureDatabases = [ "plate" ]; ··· 13 } 14 ]; 15 }; 16 - 17 virtualisation.oci-containers = { 18 backend = "podman"; 19 containers.plate = { ··· 35 ]; 36 }; 37 }; 38 - 39 services.nginx.enable = true; 40 - services.nginx.virtualHosts."plate.thecoded.prof"= { 41 addSSL = true; 42 enableACME = true; 43 acmeRoot = null; ··· 49 }; 50 }; 51 } 52 -
··· 2 # 3 # SPDX-License-Identifier: MIT 4 5 + { project }: 6 + { 7 services.postgresql = { 8 enable = true; 9 ensureDatabases = [ "plate" ]; ··· 14 } 15 ]; 16 }; 17 + 18 virtualisation.oci-containers = { 19 backend = "podman"; 20 containers.plate = { ··· 36 ]; 37 }; 38 }; 39 + 40 services.nginx.enable = true; 41 + services.nginx.virtualHosts."plate.thecoded.prof" = { 42 addSSL = true; 43 enableACME = true; 44 acmeRoot = null; ··· 50 }; 51 }; 52 }

History

2 rounds 1 comment
sign up or login to add to the discussion
expand 1 comment

Build from previous round succeeded and only change this round was formatting & copyright info, merging anyways.

pull request successfully merged