initial commit

This commit is contained in:
padreug 2025-10-22 12:33:45 +02:00
commit 95b8af2360
15 changed files with 1519 additions and 0 deletions

11
config.json Normal file
View file

@ -0,0 +1,11 @@
{
"name": "Castle Accounting",
"short_description": "Double-entry accounting system for collective projects",
"tile": "/castle/static/image/castle.png",
"contributors": [
"Your Name"
],
"hidden": false,
"migration_module": "lnbits.extensions.castle.migrations",
"db_name": "ext_castle"
}