From 9027449336fc172d6a6a975e37def21e13fbba6b Mon Sep 17 00:00:00 2001 From: didericis Date: Sat, 9 May 2026 03:11:05 -0400 Subject: [PATCH] docs: update truenas instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 024cc6a..e7f8eed 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ Open a shell into the Gitea container. In the TrueNAS web UI, go to **Apps → G ```sh # Create directories if they don't exist -mkdir -p /data/gitea/public/assets/css -mkdir -p /data/gitea/public/assets/fonts +mkdir -p data/public/assets/css +mkdir -p data/public/assets/fonts ``` Then from your TrueNAS host shell (or via SCP), copy the files from this repo into those paths. If your Gitea data is on a host-path dataset (e.g. `/mnt/tank/gitea`), you can copy directly on the host: