From f26db6dbdfc1d8517fbec5a86202fa4932fae62a Mon Sep 17 00:00:00 2001
From: <>
Date: Sun, 15 Dec 2024 20:32:22 +0000
Subject: [PATCH] Deployed a900f3493 with MkDocs version: 1.6.1
---
images/docker-hedgedoc/index.html | 314 ++++++++++++------------
images/docker-jackett/index.html | 314 ++++++++++++------------
images/docker-mastodon/index.html | 198 ++++++++++++++-
images/docker-openssh-server/index.html | 314 ++++++++++++------------
images/docker-oscam/index.html | 314 ++++++++++++------------
images/docker-planka/index.html | 314 ++++++++++++------------
images/docker-prowlarr/index.html | 314 ++++++++++++------------
images/docker-radarr/index.html | 314 ++++++++++++------------
images/docker-synclounge/index.html | 314 ++++++++++++------------
images/docker-vscodium/index.html | 314 ++++++++++++------------
search/search_index.json | 2 +-
11 files changed, 1611 insertions(+), 1415 deletions(-)
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