diff --git a/images/docker-dillinger/index.html b/images/docker-dillinger/index.html index 34c598dd08..6125e50794 100644 --- a/images/docker-dillinger/index.html +++ b/images/docker-dillinger/index.html @@ -1,4 +1,4 @@ - dillinger - LinuxServer.io
Skip to content

linuxserver/dillinger

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor.

dillinger

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/dillinger:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

Access the webui at http://your-ip:8080 , keep in mind that storage for this application is in your browser session not server side. Only plugin configurations will ever be stored server side.

PDF Export

If you need PDF export functionality you need to run the container with a custom seccomp profile because otherwise the headless Chrome instance it uses won't have sufficient permissions.

Download the pdf-export.json from this repo onto your docker host and start the container with --security-opt seccomp=/path/to/pdf-export.json. If you're using compose the format is:

    security_opt:
+ dillinger - LinuxServer.io       

linuxserver/dillinger

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor.

dillinger

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/dillinger:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

Access the webui at http://your-ip:8080 , keep in mind that storage for this application is in your browser session not server side. Only plugin configurations will ever be stored server side.

PDF Export

If you need PDF export functionality you need to run the container with a custom seccomp profile because otherwise the headless Chrome instance it uses won't have sufficient permissions.

Download the pdf-export.json from this repo onto your docker host and start the container with --security-opt seccomp=/path/to/pdf-export.json. If you're using compose the format is:

    security_opt:
       - seccomp=/path/to/pdf-export.json
 

The original source for this seccomp profile is here.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
 version: "2.1"
@@ -51,4 +51,4 @@
   --pull \
   -t lscr.io/linuxserver/dillinger:latest .
 

The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 12.07.23: - Rebase to Alpine 3.18.
  • 13.02.23: - Rebase to Alpine 3.17, migrate to s6v3.
  • 19.04.22: - Rebase to Alpine.
  • 31.05.19: - Initial Release.

Last update: October 7, 2023
Created: February 5, 2019
\ No newline at end of file +

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 12.07.23: - Rebase to Alpine 3.18.
  • 13.02.23: - Rebase to Alpine 3.17, migrate to s6v3.
  • 19.04.22: - Rebase to Alpine.
  • 31.05.19: - Initial Release.

Last update: November 18, 2023
Created: February 5, 2019
\ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 7e3d501dc3..991746c0be 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ