standardnotes-web (latest)
Published 2023-10-04 02:05:45 +02:00 by PeterCxy
Installation
docker pull gitea.angry.im/petercxy/standardnotes-web:latest
sha256:c7aa3abbdf8ca7dde3d805c4fbaa49ae22f5fc02a1e872162731a799a0c1c490
About this package
An encrypted note-taking app
Image Layers
ADD file:9a4f77dfaba7fd2aa78186e4ef0e7486ad55101cefc1fabbc1b385601bb38920 in / |
CMD ["/bin/sh"] |
ARG SERVER_VERSION=0.0.0 |
ENV SERVER_VERSION=2.19.0 |
LABEL version=2.19.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.19.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.19.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:ac350d8045ad8f2d332703f4d8381ee5594d99e50490bea14db1f2bd4ff1e5f9 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, high-performance and asynchronous web server for static files-serving. |
io.buildah.version | 1.31.2 |
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.19.0 |