repos / pico

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

commit
86f56c1
parent
f24ebfb
author
Antonio Mika
date
2022-08-02 21:56:41 +0000 UTC
Update environment setting
1 files changed,  +3, -0
M .env.example
+3, -0
 1@@ -10,6 +10,7 @@ LISTS_HTTPS_V4=$LISTS_V4:443
 2 LISTS_HTTPS_V6=[$LISTS_V6]:443
 3 LISTS_SSH_V4=$LISTS_V4:22
 4 LISTS_SSH_V6=[$LISTS_V6]:22
 5+LISTS_HOST=
 6 LISTS_SSH_PORT=2222
 7 LISTS_WEB_PORT=3000
 8 LISTS_DOMAIN=lists.pico.sh:3000
 9@@ -26,6 +27,7 @@ PASTES_HTTPS_V4=$PASTES_V4:443
10 PASTES_HTTPS_V6=[$PASTES_V6]:443
11 PASTES_SSH_V4=$PASTES_V4:22
12 PASTES_SSH_V6=[$PASTES_V6]:22
13+PASTES_HOSTS=
14 PASTES_SSH_PORT=2222
15 PASTES_WEB_PORT=3000
16 PASTES_DOMAIN=pastes.pico.sh:3001
17@@ -42,6 +44,7 @@ PROSE_HTTPS_V4=$PROSE_V4:443
18 PROSE_HTTPS_V6=[$PROSE_V6]:443
19 PROSE_SSH_V4=$PROSE_V4:22
20 PROSE_SSH_V6=[$PROSE_V6]:22
21+PROSE_HOST=
22 PROSE_SSH_PORT=2222
23 PROSE_WEB_PORT=3000
24 PROSE_DOMAIN=prose.pico.sh:3002