Add build-local.nix for machine-specific web-app builds and update deployment instructions

Introduced a new example-build-local.nix file to facilitate machine-specific web-app builds, enhancing the deployment process. Updated the .gitignore to include build-local.nix, ensuring user-specific configurations remain untracked. Revised the DEPLOYMENT-GUIDE.md to reflect the addition of build-local.nix and provide clearer instructions for setting up configuration files, improving the onboarding experience for new users.
This commit is contained in:
padreug 2025-10-12 08:34:58 +02:00
parent 2229717860
commit ca5b78b561
3 changed files with 88 additions and 6 deletions

4
.gitignore vendored
View file

@ -11,6 +11,10 @@ lnbits-extensions
# Copy example-krops.nix to krops.nix and customize
krops.nix
# User-specific build configuration
# Copy example-build-local.nix to build-local.nix and customize
build-local.nix
# Machine-specific configurations (user creates these)
# Keep example-machine as a template
config/machines/*