standardnotes-web (latest)

Published 2024-02-15 21:34:58 +01:00 by PeterCxy

Installation

docker pull gitea.angry.im/petercxy/standardnotes-web:latest
sha256:9095cbf7c62b3639eee1c25dce23dcee766645f5976e924c2d65f396e780c6dc

About this package

An encrypted note-taking app

Image Layers

ADD file:8729f9c0258836b640e9e789c7ab029cf4547e0596557d54dd4a4d7d8e4a785f in /
CMD ["/bin/sh"]
ARG SERVER_VERSION=0.0.0
ENV SERVER_VERSION=2.27.0
LABEL version=2.27.0 description=A cross-platform, high-performance and asynchronous web server for static files-serving. maintainer=Jose Quintana <joseluisq.net>
RUN |1 SERVER_VERSION=2.27.0 /bin/sh -c apk --no-cache add ca-certificates tzdata # buildkit
COPY /usr/local/bin/static-web-server /usr/local/bin/ # buildkit
COPY ./docker/alpine/entrypoint.sh / # buildkit
COPY ./docker/public /public # buildkit
EXPOSE map[80/tcp:{}]
STOPSIGNAL SIGQUIT
ENTRYPOINT ["/entrypoint.sh"]
CMD ["static-web-server"]
LABEL org.opencontainers.image.vendor=Jose Quintana org.opencontainers.image.url=https://github.com/static-web-server/static-web-server org.opencontainers.image.title=Static Web Server org.opencontainers.image.description=A cross-platform, high-performance and asynchronous web server for static files-serving. org.opencontainers.image.version=2.27.0 org.opencontainers.image.documentation=https://github.com/static-web-server/static-web-server
ENV SN_WEB_PUBLIC_URL=https://app.standardnotes.com
ENV SN_WEB_DEFAULT_SYNC_SERVER=https://api.standardnotes.com
ENV SN_WEB_DEFAULT_FILES_HOST=https://files.standardnotes.com
COPY dir:1486a8a6510d94f0e974cc5dfb69f2e0d0abd8df09ea1f7537b8f79a99b24b92 in /public
COPY file:69ca353630757788b04c7d3dc003d91c9adfc599757ebcfb378f731da3bc1beb in /
/bin/sh -c chmod +x /start.sh
ENV SERVER_CACHE_CONTROL_HEADERS=false
CMD [ "/start.sh" ]
LABEL org.opencontainers.image.vendor="Standard Notes" org.opencontainers.image.url="https://github.com/standardnotes" org.opencontainers.image.title="Standard Notes Web App" org.opencontainers.image.description="An encrypted note-taking app" org.opencontainers.image.version="${SN_TAG}" org.opencontainers.image.documentation="https://github.com/standardnotes"

Labels

Key Value
description A cross-platform, high-performance and asynchronous web server for static files-serving.
io.buildah.version 1.33.3
maintainer Jose Quintana <joseluisq.net>
org.opencontainers.image.description An encrypted note-taking app
org.opencontainers.image.documentation https://github.com/standardnotes
org.opencontainers.image.title Standard Notes Web App
org.opencontainers.image.url https://github.com/standardnotes
org.opencontainers.image.vendor Standard Notes
org.opencontainers.image.version
version 2.27.0
Details
Container
2024-02-15 21:34:58 +01:00
15
OCI / Docker
linux/amd64
30 MiB
Versions (1) View all
latest 2024-02-15