mirror of
https://github.com/runcitadel/core.git
synced 2024-12-28 15:42:59 +00:00
Make the Citadel dashboard available on i2p
This commit is contained in:
parent
c5facc2d4f
commit
60c9b3d442
3
scripts/configure
vendored
3
scripts/configure
vendored
|
@ -329,7 +329,8 @@ templates_to_build = {
|
|||
"./templates/bitcoin-sample.conf": "./bitcoin/bitcoin.conf",
|
||||
"./templates/.env-sample": "./.env",
|
||||
"./templates/nginx-sample.conf": "./nginx/nginx.conf",
|
||||
"./templates/i2p-sample.conf": "./i2p/i2pd.conf"
|
||||
"./templates/i2p-sample.conf": "./i2p/i2pd.conf",
|
||||
"./templates/i2p-tunnels-sample.conf": "./i2p/tunnels.conf"
|
||||
}
|
||||
|
||||
print("Generating configuration files...")
|
||||
|
|
5
templates/i2p-tunnels-sample.conf
Normal file
5
templates/i2p-tunnels-sample.conf
Normal file
|
@ -0,0 +1,5 @@
|
|||
[dashboard]
|
||||
type = http
|
||||
host = <nginx-ip>
|
||||
port = 80
|
||||
keys = citadel-dashboard.dat
|
Loading…
Reference in New Issue
Block a user