From 96940ee764451c6fbc4cacfeb834a05eda195f13 Mon Sep 17 00:00:00 2001 From: Thomas Beutlich Date: Tue, 27 Jan 2026 19:31:16 +0000 Subject: [PATCH] Bump Online3DViewer and mention curl as option (#320) Reviewed-on: https://gitea.com/gitea/docs/pulls/320 Co-authored-by: Thomas Beutlich Co-committed-by: Thomas Beutlich --- docs/administration/customizing-gitea.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/administration/customizing-gitea.md b/docs/administration/customizing-gitea.md index 39e28938..3439febd 100644 --- a/docs/administration/customizing-gitea.md +++ b/docs/administration/customizing-gitea.md @@ -317,11 +317,17 @@ mkdir o3dv cd o3dv ``` -Copy latest release zip link from [`GitHub`](https://github.com/kovacsv/Online3DViewer/releases) (v0.16.0 as of now). -Here use e.g. wget to download the file: +Copy latest release zip link from [`GitHub`](https://github.com/kovacsv/Online3DViewer/releases) (v0.18.0 as of now). +Here use e.g. wget or curl to download the file: ``` -wget https://github.com/kovacsv/Online3DViewer/releases/download/0.16.0/o3dv.zip +wget https://github.com/kovacsv/Online3DViewer/releases/download/0.18.0/o3dv.zip +``` + +or + +``` +curl -L -O https://github.com/kovacsv/Online3DViewer/releases/download/0.18.0/o3dv.zip ``` Use e.g. unzip to unzip the archive: @@ -347,7 +353,7 @@ $GITEA_CUSTOM/templates $GITEA_CUSTOM/public/assets/ -- o3dv - |-- o3dv_0.15.0.zip + |-- o3dv.zip |-- o3dv.license.md |-- o3dv.min.js |-- envmaps