repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
8987411
parent
426a64b
author
Eric Bower
date
2022-08-18 01:57:34 +0000 UTC
docs: update example env file with imgs service
1 files changed,  +19, -0
M .env.example
+19, -0
 1@@ -55,3 +55,22 @@ PROSE_EMAIL=hello@pico.sh
 2 PROSE_SUBDOMAINS=1
 3 PROSE_CUSTOMDOMAINS=1
 4 PROSE_PROTOCOL=http
 5+
 6+IMGS_V4=
 7+IMGS_V6=
 8+IMGS_HTTP_V4=$IMGS_V4:80
 9+IMGS_HTTP_V6=[$IMGS_V6]:80
10+IMGS_HTTPS_V4=$IMGS_V4:443
11+IMGS_HTTPS_V6=[$IMGS_V6]:443
12+IMGS_SSH_V4=$IMGS_V4:22
13+IMGS_SSH_V6=[$IMGS_V6]:22
14+IMGS_HOST=
15+IMGS_SSH_PORT=2222
16+IMGS_WEB_PORT=3000
17+IMGS_PROM_PORT=9222
18+IMGS_DOMAIN=imgs.dev.pico.sh:3002
19+IMGS_EMAIL=hello@pico.sh
20+IMGS_SUBDOMAINS=1
21+IMGS_CUSTOMDOMAINS=1
22+IMGS_PROTOCOL=http
23+IMGS_STORAGE_DIR=.storage