diff --git a/images/docker-hedgedoc/index.html b/images/docker-hedgedoc/index.html
index 517ace903d..2beedf840a 100644
--- a/images/docker-hedgedoc/index.html
+++ b/images/docker-hedgedoc/index.html
@@ -66,19 +66,19 @@
--pull \
-t lscr.io/linuxserver/hedgedoc:latest .
The ARM variants can be built on x86_64 hardware and vice versa using lscr.io/linuxserver/qemu-static
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
-
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
To help with development, we generate this dependency graph.
Init dependency graph
hedgedoc:latestBase Imagesdocker-modsbaselegacy-servicescustom servicesinit-servicesci-service-checkinit-migrationsinit-adduserinit-os-endinit-configinit-config-endinit-hedgedoc-configinit-crontab-configinit-mods-endinit-custom-filesinit-envfileinit-modsinit-mods-package-installsvc-cronsvc-hedgedocbaseimage-alpine:3.20fix-attr +legacy cont-init hedgedoc:latestBase Imagesdocker-modsbaselegacy-servicescustom servicesinit-servicesci-service-checkinit-migrationsinit-adduserinit-os-endinit-configinit-config-endinit-hedgedoc-configinit-crontab-configinit-mods-endinit-custom-filesinit-envfileinit-modsinit-mods-package-installsvc-cronsvc-hedgedocbaseimage-alpine:3.20fix-attr +legacy cont-init Versions
- 21.06.24: - Allow using
CMD_DB_DIALECT
to set up the CMD_DB_URL
. - 06.06.24: - Rebase to Alpine 3.20.
- 23.12.23: - Rebase to Alpine 3.19.
- 18.06.23: - Rebase to Alpine 3.18, deprecate armhf as per https://www.linuxserver.io/armhf.
- 02.11.22: - Rebase to Alpine 3.16, migrate to s6v3.
- 10.04.22: - Use python3 to build node sqlite3.
- 10.02.22: - Rebase to Alpine 3.15.
- 09.02.22: - Add optional var
CMD_PORT
that is needed for accessing at port other than 80, 443 and 3000. - 09.12.21: - Add optional var
CMD_PROTOCOL_USESSL
that is needed for reverse proxy. - 07.12.21: - Rebase to ubuntu focal. Update to node 16. Make sure uploads are persistent.
- 15.10.21: - Add required env var
CMD_DOMAIN
. - 05.05.21: - Remove symlinking some folders from config to /opt/hedgedoc/public.
- 03.05.21: - Remove deprecated sequalizerc step.
- 22.12.20: - Initial release