-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
I was trying to setup ttl.sh on my own system, but got stuck since there are no clear steps documented to do so.
This is what I tried.
- Manually build the docker image, from registry folder.
- After the build, tried to run the image, using different possible combinations of
docker run:docker run -itd ttlsh:v1-> got this errorSet GCS_KEY_ENCODED variable configuration error: error parsing /etc/docker/registry/config.yml: yaml: line 16: mapping values are not allowed in this contextdocker run -itd -e PORT=5000 -e GCS_KEY_ENCODED=Z2NzCg== -e REPLREG_HOST=0.0.0.0 -e REPLREG_SECRET=secret ttlsh:v1-> got errorpanic: invalid character 'g' looking for beginning of value
What is the correct way to run it. There are lot of env variables defined in entrypoint.sh, what those each variables means?
variables: PORT,HOOK_TOKEN, HOOK_URI, REPLREG_HOST, REPLREG_SECRET, GCS_KEY_ENCODED.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels