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