forked from michael.heier/citadel-core
4b8c42bedd
* Start working on Fulcrum support * More work on fulcrum/electrs switching * Some fixes * Update FulcrumX * Some fixes * Some FulcrumX fixes * Fixes for apps which use the host network * More fixes for host mode apps * Stop installed apps during update * More work on service managment * Update docker-compose * Update FulcrumX * Fix update channel script * Update manager to 0.0.6 * add network settings for new UI (development) * set DEVICE_HOSTNAME env var * clean up println statements * build: don't run manager & middleware as root * build: update core images * Update some containers * Improve app manager wrapper script * Fix stop script * Add WIP release notes for 0.0.2 * More improvements to the app CLI * More information for c-lightning users * Update dashboard to 0.0.9 * Start cleaning the ports list * More cleanups to the reserved ports list * fix: update lightning container name * Update manager Co-authored-by: Philipp Walter <philippwalter@pm.me>
55 lines
845 B
Plaintext
55 lines
845 B
Plaintext
# SPDX-FileCopyrightText: 2020 Umbrel
|
|
# SPDX-FileCopyrightText: 2021-2022 Citadel and contributors
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
# Files and data directories created by services
|
|
# that we shouldn't accidently commit
|
|
|
|
*.dat
|
|
*.log
|
|
*.lock
|
|
*.cookie
|
|
*.pid
|
|
*.env
|
|
.backup
|
|
*.pyc
|
|
bitcoin/*
|
|
lnd/*
|
|
tor/*
|
|
db/*
|
|
statuses/*
|
|
app-data
|
|
apps
|
|
electrs/*
|
|
fulcrumx/*
|
|
nginx/*
|
|
redis/*
|
|
events/signals/*
|
|
docker-compose.override.yml
|
|
|
|
# Commit these empty directories
|
|
!**/.gitkeep
|
|
!statuses/update-status.json
|
|
!apps/.gitkeep
|
|
!db/.gitkeep
|
|
!db/citadel-seed
|
|
db/citadel-seed/*
|
|
!db/citadel-seed/.gitkeep
|
|
!events/signals/.gitkeep
|
|
!lnd/.gitkeep
|
|
!logs/.gitkeep
|
|
!tor/data/.gitkeep
|
|
!tor/run/.gitkeep
|
|
!tor/.gitkeep
|
|
!db/.gitkeep
|
|
!nginx/.gitkeep
|
|
!redis/.gitkeep
|
|
!fulcrumx/.gitkeep
|
|
!events/signals/.gitkeep
|
|
|
|
!**/*.license
|
|
services/installed.json
|
|
services/installed.yml
|
|
|