Remove Shaarli; switch to Raindrop.io cloud for bookmark management (v1.3.921)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Kenpat7177 2026-06-09 10:44:25 -05:00
commit 95b6a07453
187 changed files with 25729 additions and 74 deletions

File diff suppressed because it is too large Load diff

26
DEBUG-DOCUMENTATION.md Normal file
View file

@ -0,0 +1,26 @@
# KiteStacks Homelab Debug Documentation
## 2026-06-09 — Root CHANGELOG Permission Issue
Problem: CHANGELOG.md could not be read by the normal user.
Cause: CHANGELOG.md was owned by root and had 600 permissions.
Fix:
sudo chown kenpat:kenpat CHANGELOG.md
chmod 644 CHANGELOG.md
## 2026-06-09 — Repo Folder Ownership Issue
Problem: The repo root folder was owned by root, which prevented creating RUNBOOK.md.
Fix:
sudo chown -R kenpat:kenpat /opt/kitestacks-autosync/kitestacks-homelab
## 2026-06-09 — Autosync Changelog Pollution
Problem: CHANGELOG.md contains noisy autosync entries from live app/database files.
Examples: apps/authentik/postgres, apps/forgejo/data, apps/grafana/data, journal files, pg_wal files.
Next step: Review autosync excludes so database/session/cache/journal files are not committed or added to changelogs.

View file

@ -1,6 +1,6 @@
# KiteStacks Homelab # KiteStacks Homelab
<!-- version: 1.3.898 --> <!-- version: 1.3.921 -->
Private GitOps repository for the KiteStacks homelab. Private GitOps repository for the KiteStacks homelab.
@ -20,7 +20,7 @@ Private GitOps repository for the KiteStacks homelab.
- BookStack - BookStack
- OpenProject - OpenProject
- Kavita - Kavita
- Shaarli - Raindrop.io (cloud, bookmark manager)
- Uptime Kuma - Uptime Kuma
- LiteLLM - LiteLLM
- Linkding - Linkding

37
RUNBOOK.md Normal file
View file

@ -0,0 +1,37 @@
# KiteStacks Homelab Runbook
## Purpose
This repository documents the KiteStacks homelab.
## Documentation Standard
Each major repo or project should have RUNBOOK.md, CHANGELOG.md, and DEBUG-DOCUMENTATION.md.
## Main Host
Primary host: Assassin
Main repo: /opt/kitestacks-autosync/kitestacks-homelab
## Public URLs
- https://www.kitestacks.com
- https://gitforge.kitestacks.com
- https://auth.kitestacks.com
## Discord Integration
Project docs live in projects/Discord Integration/.
Recent activity channel: #recent-activity
Webhook env file: /etc/kitestacks/discord-webhook.env
Activity script: /usr/local/bin/kitestacks-discord-activity.sh
Do not commit webhook URLs, tokens, secrets, database files, sessions, or live container data.
## Known Issue
The root CHANGELOG.md was generated by autosync and includes live app/database file changes.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show more