Add initial deployment configuration and setup instructions

Introduced a new example-krops.nix file for deployment configuration, providing a template for machine-specific setups. Updated the .gitignore to include krops.nix, ensuring user-specific configurations are not tracked. Expanded the DEPLOYMENT-GUIDE.md with detailed initial setup instructions, including steps for creating and customizing krops.nix and machine configurations, enhancing the onboarding process for new users.
This commit is contained in:
padreug 2025-10-12 08:25:10 +02:00
parent d794cf4394
commit 2229717860
3 changed files with 124 additions and 0 deletions

4
.gitignore vendored
View file

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