From 911a100df4d9b51c6337d8d02202e213f068ae58 Mon Sep 17 00:00:00 2001 From: mhoennig Date: Wed, 26 Aug 2026 20:14:55 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20Werkbaum-Plan=20=E2=80=94=202=20Knoten?= =?UTF-8?q?=20in=20Produktion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Beim Deploy der stabilen Instanz gehen diese Knoten live; SPEC ยง4 unterscheidet [x] fertig von [^] in Produktion (D30): - #bld.backend.remote: One command for everything on the server (S) %% remote - #bld.backend.backup: Save the database, and prove it can be read back --- docs/examples/werkbaum.werkbaum | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/werkbaum.werkbaum b/docs/examples/werkbaum.werkbaum index d717db8..87abb3b 100644 --- a/docs/examples/werkbaum.werkbaum +++ b/docs/examples/werkbaum.werkbaum @@ -111,8 +111,8 @@ - [^] #bld.backend.jdk: Its own JDK 21 in the server's home (S) %% only 17 is installed there - [^] #bld.backend.unit: A systemd user unit that survives the session (S) - [^] #bld.backend.proxy: Apache passes /api/ on, in .htaccess (XS) %% measured: the P flag is allowed - - [x] #bld.backend.remote: One command for everything on the server (S) %% remote - - [x] #bld.backend.backup: Save the database, and prove it can be read back (XS) + - [^] #bld.backend.remote: One command for everything on the server (S) %% remote + - [^] #bld.backend.backup: Save the database, and prove it can be read back (XS) - [-] #bld.ghpages: Deploy through a gh-pages branch (S) %% GitHub Actions instead - [-] #bld.gfonts: Fonts from Google (XS) %% self-hosted, no third-party request - [ ] #be: Backend (XL)