standardnotes-web (latest)
Published 2024-09-28 15:52:17 +02:00 by PeterCxy
Installation
docker pull gitea.angry.im/petercxy/standardnotes-web:latest
sha256:bfb93778474a983af8bbce0fbdf72512cb7fca2067eaa946c6b053d00c374dbd
About this package
An encrypted note-taking app
Image Layers
ADD file:5dd525c57625a3a84d57d435b3c255f417ad1722250faaf006c66b9090207f66 in / |
CMD ["/bin/sh"] |
ARG SERVER_VERSION=2.33.0 |
ENV SERVER_VERSION=2.33.0 |
LABEL version=2.33.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.33.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.33.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:75fe99bff5820cc274babeab428aca5d720abce464a498801256e580001812d2 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.33.0 |