standardnotes-web (latest)
Published 4 weeks ago by PeterCxy
Installation
docker pull gitea.angry.im/petercxy/standardnotes-web:latest
sha256:cffec576be1e9a1df8939e41fae8ec8ad2fee7fc3e84ca57e2803ce5f808e2f3
About this package
An encrypted note-taking app
Image Layers
ADD file:ac5fb7eb0d68040d948989f0a50914d0d4a6b631cfe76b508eecd82eb7d46953 in / |
CMD ["/bin/sh"] |
ARG SERVER_VERSION=0.0.0 |
ENV SERVER_VERSION=2.14.2 |
LABEL version=2.14.2 description=A cross-platform, blazing fast and asynchronous web server for static files-serving. maintainer=Jose Quintana <joseluisq.net> |
RUN |1 SERVER_VERSION=2.14.2 /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, blazing fast and asynchronous web server for static files-serving. org.opencontainers.image.version=2.14.2 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:0f4ce1e7ad9c40d4250d2da4a4418110c714ba862076f59e023634bba24efa79 in /public |
COPY file:5fb34cb16f96b23f04930eb438cb20b1f89161dacde04196d923741678728a92 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, blazing fast and asynchronous web server for static files-serving. |
io.buildah.version | 1.29.0 |
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.14.2 |