repos / pico

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

commit
886ea6e
parent
3c3e07e
author
Eric Bower
date
2024-02-29 03:25:04 +0000 UTC
chore: rm TERM

chore: add ico to imgs
2 files changed,  +1, -3
M Dockerfile
+0, -2
1@@ -46,8 +46,6 @@ FROM scratch as release-ssh
2 
3 WORKDIR /app
4 
5-ENV TERM screen-256color
6-
7 ARG APP=prose
8 
9 COPY --from=builder-ssh /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
M imgs/config.go
+1, -1
1@@ -42,7 +42,7 @@ func NewConfigSite() *shared.ConfigSite {
2 			Description:   "An image hosting service for hackers.",
3 			IntroText:     intro,
4 			Space:         "imgs",
5-			AllowedExt:    []string{".jpg", ".jpeg", ".png", ".gif", ".webp", ".svg"},
6+			AllowedExt:    []string{".jpg", ".jpeg", ".png", ".gif", ".webp", ".svg", ".ico"},
7 			Logger:        shared.CreateLogger(debug == "1"),
8 			AllowRegister: allowRegister == "1",
9 		},