ozeliurs/docker-tor-hiddenservice-nginx

/main.sh: line 17: ./autogen.sh: No such file or directory and some other errors

Closed this issue · 1 comments

Running the generate docker command like this:
docker run -it --rm -v /media/this/is/the/path/to/web:/web ozeliurs/tor-hiddenservice-nginx generate paill
also tryed like this:
docker run -it --rm -v /media/this/is/the/path/to/web:/web ozeliurs/tor-hiddenservice-nginx generate ^paill
and building the image

Getting:

[+] Building mkp224o
/main.sh: line 17: ./autogen.sh: No such file or directory
/main.sh: line 18: ./configure: No such file or directory
make: *** No targets specified and no makefile found.  Stop.
mv: cannot stat './mkp224o': No such file or directory
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  autotools-dev binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-10 gcc-10 libasan6 libatomic1 libbinutils
  libc-dev-bin libc-devtools libc6-dev libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libgcc-10-dev libgdbm-compat4
  libgdbm6 libgomp1 libisl23 libitm1 liblsan0 libmpc3 libmpfr6 libnsl-dev libperl5.32 libquadmath0 libsigsegv2
  libsodium23 libtirpc-dev libtsan0 libubsan1 linux-libc-dev m4 manpages-dev perl perl-modules-5.32
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
  autoconf* automake* gcc* libsodium-dev* make*
0 upgraded, 0 newly installed, 5 to remove and 0 not upgraded.
After this operation, 6262 kB disk space will be freed.
(Reading database ... 17442 files and directories currently installed.)
Removing automake (1:1.16.3-2) ...
Removing autoconf (2.69-14) ...
Removing gcc (4:10.2.1-1) ...
Removing libsodium-dev:amd64 (1.0.18-1) ...
Removing make (4.3-4.1) ...
(Reading database ... 17084 files and directories currently installed.)
Purging configuration files for autoconf (2.69-14) ...
[+] Generating the address with mask: ^paill
cat: '/tmp/keys/*.onion/hostname': No such file or directory
[+] Found
cp: cannot stat '/tmp/keys/*.onion/*secret_key': No such file or directory
cp: cannot stat '/tmp/keys/*.onion/hostname': No such file or directory
cat: '/tmp/keys/*.onion/hostname': No such file or directory
[+] Generating nginx configuration for site
[+] Creating www folder
[+] Generating index.html template

Opening an issue cause I am not understanding what I am doing 😆

done with this