mirror of
https://github.com/runcitadel/core.git
synced 2024-11-13 17:30:38 +00:00
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
# SPDX-FileCopyrightText: 2020 Umbrel. https://getumbrel.com
|
|
# SPDX-FileCopyrightText: 2021-2022 Citadel and contributors.
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
# Citadel Core
|
|
DEVICE_HOSTNAME=<device-hostname>.local
|
|
DEVICE_IP=<device-ip>
|
|
NETWORK_IP=<network-ip>
|
|
GATEWAY_IP=<gateway-ip>
|
|
CADDY_PORT=<caddy-port>
|
|
CADDY_HTTPS_PORT=<caddy-https-port>
|
|
DASHBOARD_IP=<dashboard-ip>
|
|
MANAGER_IP=<manager-ip>
|
|
MIDDLEWARE_IP=<middleware-ip>
|
|
NEUTRINO_SWITCHER_IP=<neutrino-switcher-ip>
|
|
I2P_IP=<i2p-ip>
|
|
I2P_PASSWORD=<i2p-password>
|
|
BITCOIN_NETWORK=<bitcoin-network>
|
|
BITCOIN_IP=<bitcoin-ip>
|
|
BITCOIN_P2P_PORT=<bitcoin-p2p-port>
|
|
BITCOIN_RPC_PORT=<bitcoin-rpc-port>
|
|
BITCOIN_RPC_USER='<bitcoin-rpc-user>'
|
|
BITCOIN_RPC_PASS='<bitcoin-rpc-pass>'
|
|
BITCOIN_RPC_AUTH='<bitcoin-rpc-auth>'
|
|
BITCOIN_ZMQ_RAWBLOCK_PORT=<bitcoin-zmq-rawblock-port>
|
|
BITCOIN_ZMQ_RAWTX_PORT=<bitcoin-zmq-rawtx-port>
|
|
BITCOIN_ZMQ_HASHBLOCK_PORT=<bitcoin-zmq-hashblock-port>
|
|
BITCOIN_ZMQ_SEQUENCE_PORT=<bitcoin-zmq-sequence-port>
|
|
LND_IP=<lnd-ip>
|
|
LND_GRPC_PORT=<lnd-grpc-port>
|
|
LND_REST_PORT=<lnd-rest-port>
|
|
TOR_PROXY_IP=<tor-proxy-ip>
|
|
TOR_PROXY_PORT=<tor-proxy-port>
|
|
TOR_PASSWORD='<tor-password>'
|
|
TOR_HASHED_PASSWORD='<tor-hashed-password>'
|
|
APPS_TOR_IP=<apps-tor-ip>
|
|
APPS_2_TOR_IP=<apps-2-tor-ip>
|
|
APPS_3_TOR_IP=<apps-3-tor-ip>
|
|
DOCKER_BINARY=<docker-binary>
|
|
UPDATE_CHANNEL=<update-channel>
|