Skip to content

Commit

Permalink
chore: rm TERM
Browse files Browse the repository at this point in the history
chore: add ico to imgs
  • Loading branch information
neurosnap committed Feb 29, 2024
1 parent 3c3e07e commit 886ea6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ FROM scratch as release-ssh

WORKDIR /app

ENV TERM screen-256color

ARG APP=prose

COPY --from=builder-ssh /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
Expand Down
2 changes: 1 addition & 1 deletion imgs/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func NewConfigSite() *shared.ConfigSite {
Description: "An image hosting service for hackers.",
IntroText: intro,
Space: "imgs",
AllowedExt: []string{".jpg", ".jpeg", ".png", ".gif", ".webp", ".svg"},
AllowedExt: []string{".jpg", ".jpeg", ".png", ".gif", ".webp", ".svg", ".ico"},
Logger: shared.CreateLogger(debug == "1"),
AllowRegister: allowRegister == "1",
},
Expand Down

0 comments on commit 886ea6e

Please sign in to comment.