From 15a95b84b9b02bee6f69746633b19b845ab540a5 Mon Sep 17 00:00:00 2001 From: tobias Date: Mon, 6 Jul 2026 19:43:59 +0200 Subject: [PATCH] Removed secrets readme --- 04-secrets/README.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 04-secrets/README.md diff --git a/04-secrets/README.md b/04-secrets/README.md deleted file mode 100644 index 892eb35..0000000 --- a/04-secrets/README.md +++ /dev/null @@ -1,18 +0,0 @@ -# Secrets (NOT in git) - -Everything in this directory except `README.md` and `run.sh` is gitignored. -Secrets are **typed in interactively** by `run.sh` — nothing is committed, kept -on external media, or baked into the ISO. - -## What counts as a secret here -- share credentials — `/etc/nase.meow.credentials` (CIFS) and `/etc/davfs2/secrets` - (davfs); the fstab entries that reference them are non-secret and live in - `02-system/60-shares.sh` -- localsend keys — strip `flutter.ls_security_context` from its prefs before archiving; it regenerates -- GNOME Online Accounts (`~/.config/goa-1.0/accounts.conf`) -- later: licensed/cracked app installers & licenses (see `03-user/90-licensed-apps.sh`) - -## Usage -``` -sudo ./run.sh # prompts for each credential, writes the /etc files -```