add GoToSocial in a draft state

does not federate properly
see #3 (comment)
This commit is contained in:
Luna 2023-01-22 19:44:54 -03:00
parent 7260b2bed8
commit 6d4c031fb6
4 changed files with 49 additions and 0 deletions

5
Dockerfile.gotosocial Normal file
View file

@ -0,0 +1,5 @@
FROM superseriousbusiness/gotosocial:0.6.0
USER root
RUN apk add ca-certificates
COPY ./minica.pem /usr/local/share/ca-certificates/minica.crt
RUN update-ca-certificates