Bez popisu

kmahyyg a8ba4e79fc fix runtime err před 4 roky
argon2g f7eea2f425 update v1 před 4 roky
fileserv d06c97367b add planet file server před 4 roky
.gitignore 4a7b924ad4 init commit před 4 roky
Dockerfile ad10cc2c69 fix build err před 4 roky
LICENSE 071e4ee526 Create LICENSE před 4 roky
README.md d06c97367b add planet file server před 4 roky
denv d06c97367b add planet file server před 4 roky
start_zt1.sh 1a2b08cf61 fix line ending and add +x před 4 roky
start_ztncui.sh 1a2b08cf61 fix line ending and add +x před 4 roky
supervisord.conf a8ba4e79fc fix runtime err před 4 roky

README.md

ztncui-aio

Licensed Under AGPL v3

Usage

$ git clone https://github.com/kmahyyg/ztncui-aio # if you wanna use env file, you need to clone, else not.
$ docker pull kmahyyg/ztncui-aio
$ docker run -d -p3000:3000 -p9993:9993 -p3180:3180\
    -v /mydata/ztncui:/opt/key-networks/ztncui/etc \
    -v /mydata/zt1:/var/lib/zerotier-one \
    --env-file ./denv <CHANGE HERE ACCORDING TO NEXT PART> \
    kmahyyg/ztncui-aio

Supported Configuration via persistent storage

For ZTNCUI: https://github.com/key-networks/ztncui

| REQUIRED | Name | Explanation | Default Value | | no | HTTPS_HOST | Only Listen on HTTPS_HOST:HTTPS_PORT | NO DEFAULT | | no | HTTPS_PORT | HTTPS_PORT | 3443 | | no | HTTP_PORT | HTTP_PORT | 3000 | | no | HTTP_ALL_INTERFACES | Listen on all interfaces | NO DEFAULT |

This image additional specific:

| REQUIRED | Name | Explanation | Default Value | | no | MYDOMAIN | generate TLS certs on the fly (if not exists) | ztncui.docker.test | | no | ZTNCUI_PASSWD | generate admin password on the fly (if not exists) | password | | YES | MYADDR | your ip address, public ip address preferred | NO DEFAULT |

Also, this image exposed an http server at port 3180, you could save file in /mydata/ztncui/myfs/ to serve it. (You could use this to build your own root server and distribute planet file)