Umbenennung Pantry -> Project-Good; README mit echter Clone-URL

- Anzeigename, Paketname, Token-Key, DB-/Volume-Namen auf project_good
- README Clone-Abschnitt mit git.scarriffle.com/Scarriffle/project-good

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Scarriffle
2026-07-22 09:24:54 +02:00
parent 639126468f
commit ea67e6c1b0
13 changed files with 30 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# Pantry Installer für selfhostbare Lebensmittel-Lagerverwaltung.
# Project-Good Installer für selfhostbare Lebensmittel-Lagerverwaltung.
# Installiert bei Bedarf Docker und startet den kompletten Stack via Docker Compose.
#
# Nutzung:
@@ -84,9 +84,9 @@ create_env() {
cat > "$ENV_FILE" <<EOF
WEB_PORT=$web_port
POSTGRES_USER=pantry
POSTGRES_USER=project_good
POSTGRES_PASSWORD=$(rand 24)
POSTGRES_DB=pantry
POSTGRES_DB=project_good
JWT_SECRET=$(rand 48)
ADMIN_USERNAME=$admin_user
ADMIN_PASSWORD=$admin_pass
@@ -101,7 +101,7 @@ EOF
# --- Start --------------------------------------------------------------------
main() {
info "Pantry-Installer startet …"
info "Project-Good-Installer startet …"
ensure_docker
create_env