1
1

Add emanotes flake part
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
Gitea Actions Demo / build-site (push) Successful in 4s

This commit is contained in:
2026-01-04 01:46:24 -05:00
parent 203fad17d1
commit fb6d498ad5
6 changed files with 239 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
./cutesealfanpage.love.nix
./ewanick.com.nix
# ./ewanick.com.nix
./git.ewanick.com.nix
# ./paperless.ewanick.com.nix

View File

@@ -1,8 +1,9 @@
{pkgs, ...}: let
description = "A blog powered by Emanote running solely on Markdown files.";
PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps/ewanick.com";
PORT = "5567";
HOST = "localhost";
emanote-version = "1.2.0";
PORT = 5567;
emanote-version = "1.4.0";
in {
services.caddy = {
enable = true;
@@ -10,7 +11,7 @@ in {
"ewanick.com" = {
serverAliases = ["www.ewanick.com"];
extraConfig = ''
reverse_proxy ${HOST}:${PORT}
reverse_proxy ${HOST}:${toString PORT}
'';
};
};

View File

@@ -13,4 +13,5 @@ See what I'm currently tinkering with at:\
<https://git.ewanick.com/bill>
:::{.photoframe-center}
!\[[profile.jpg]\]