mirror of
https://github.com/tornadocash/tornado-onion.git
synced 2024-11-21 17:27:13 +01:00
initial
This commit is contained in:
commit
69e19383e4
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.gitsecret/keys/random_seed
|
||||
!*.secret
|
||||
private_key
|
BIN
.gitsecret/keys/pubring.kbx
Normal file
BIN
.gitsecret/keys/pubring.kbx
Normal file
Binary file not shown.
BIN
.gitsecret/keys/trustdb.gpg
Normal file
BIN
.gitsecret/keys/trustdb.gpg
Normal file
Binary file not shown.
1
.gitsecret/paths/mapping.cfg
Normal file
1
.gitsecret/paths/mapping.cfg
Normal file
@ -0,0 +1 @@
|
||||
private_key:fb11174f0d4234f11841b67461756721158e934cccf3281dc85b810c8af90b42
|
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM nginx:alpine
|
||||
RUN apk add git
|
||||
RUN rm -rf /usr/share/nginx/html
|
||||
RUN git clone https://github.com/tornadocash/ui-minified /usr/share/nginx/html
|
19
docker-compose.yml
Normal file
19
docker-compose.yml
Normal file
@ -0,0 +1,19 @@
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
restart: always
|
||||
tor:
|
||||
image: strm/tor
|
||||
restart: always
|
||||
depends_on:
|
||||
- web
|
||||
environment:
|
||||
LISTEN_PORT: 80
|
||||
REDIRECT: web:80
|
||||
# tornaw7ltlqw544t.onion
|
||||
PRIVATE_KEY: |
|
||||
-----BEGIN RSA PRIVATE KEY-----
|
||||
...
|
||||
-----END RSA PRIVATE KEY-----
|
BIN
private_key.secret
Normal file
BIN
private_key.secret
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user