stem95su: scheduled Drive->site sync CronJob (every 10m)
CronJob stem95su-gdrive-sync (*/10) mounts the content PVC RW and rclone-syncs the read-only Drive folder "claude" (stem claude/files) onto it (rclone/rclone:1.74.3, scope=drive.readonly, empty-source guard + --max-delete 25). ESO ExternalSecret stem95su-rclone <- Vault secret/stem95su. Requires the GCP OAuth app published to Production or the refresh token expires ~weekly. Lands the gdrive-sync stack on master (it had landed on a feature branch by accident on the shared devvm checkout). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
05b50d2b96
commit
6d224861c4
1168 changed files with 120 additions and 358547 deletions
5
.github/ISSUE_TEMPLATE/config.yml
vendored
5
.github/ISSUE_TEMPLATE/config.yml
vendored
|
|
@ -1,5 +0,0 @@
|
|||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Service Status
|
||||
url: https://status.viktorbarzin.me
|
||||
about: Check current service status and active incidents
|
||||
12
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
12
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
|
|
@ -1,12 +0,0 @@
|
|||
name: Feature Request
|
||||
description: Request a new service, configuration change, or improvement
|
||||
labels: ["feature-request"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: What do you need?
|
||||
description: Describe what you'd like. Be as specific as possible.
|
||||
placeholder: "e.g., Deploy Obsidian for note-taking, or add a new Uptime Kuma monitor for service X"
|
||||
validations:
|
||||
required: true
|
||||
94
.github/ISSUE_TEMPLATE/outage-report.yml
vendored
94
.github/ISSUE_TEMPLATE/outage-report.yml
vendored
|
|
@ -1,94 +0,0 @@
|
|||
name: Report an Outage
|
||||
description: Report a service that appears to be down or degraded
|
||||
labels: ["user-report"]
|
||||
body:
|
||||
- type: dropdown
|
||||
id: service
|
||||
attributes:
|
||||
label: Affected Service
|
||||
description: Which service is affected?
|
||||
options:
|
||||
- Actual Budget
|
||||
- Audiobookshelf (audiobooks)
|
||||
- DNS
|
||||
- Excalidraw (whiteboard)
|
||||
- FreshRSS (news)
|
||||
- Frigate (cameras)
|
||||
- Grafana (dashboards)
|
||||
- HackMD (notes)
|
||||
- Headscale / VPN
|
||||
- Home Assistant
|
||||
- Immich (photos)
|
||||
- Linkwarden (bookmarks)
|
||||
- Mail (email, roundcube)
|
||||
- Matrix (chat)
|
||||
- Navidrome (music)
|
||||
- Nextcloud (files, calendar, contacts)
|
||||
- Paperless-ngx (documents)
|
||||
- Plex / Jellyfin
|
||||
- Send (file sharing)
|
||||
- Stirling PDF
|
||||
- Tandoor (recipes)
|
||||
- Vaultwarden (passwords)
|
||||
- Wealthfolio / Finance
|
||||
- Website / Blog
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: What's happening?
|
||||
description: Describe what you're seeing. Include error messages, when it started, etc.
|
||||
placeholder: "e.g., Getting 502 errors when trying to access Nextcloud since about 3pm"
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: error_type
|
||||
attributes:
|
||||
label: What kind of error?
|
||||
description: This helps us narrow down the issue faster.
|
||||
options:
|
||||
- Page won't load (timeout / connection refused)
|
||||
- 502 Bad Gateway
|
||||
- 503 Service Unavailable
|
||||
- Login / authentication not working
|
||||
- Slow / degraded performance
|
||||
- Specific feature broken (app loads but something inside doesn't work)
|
||||
- Data missing or incorrect
|
||||
- Other / not sure
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: scope
|
||||
attributes:
|
||||
label: Is it just you or others too?
|
||||
description: Helps us tell apart service outages from account/device issues.
|
||||
options:
|
||||
- Just me (others seem fine)
|
||||
- Multiple people affected
|
||||
- Not sure
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: when
|
||||
attributes:
|
||||
label: When did it start?
|
||||
description: Approximate time helps us correlate with logs and deployments.
|
||||
placeholder: "e.g., about 3pm today, or since yesterday morning"
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: url
|
||||
attributes:
|
||||
label: URL you were accessing (optional)
|
||||
description: The exact URL helps us check the right endpoint.
|
||||
placeholder: "e.g., https://nextcloud.viktorbarzin.me/apps/files"
|
||||
validations:
|
||||
required: false
|
||||
- type: input
|
||||
id: contact
|
||||
attributes:
|
||||
label: Contact (optional)
|
||||
description: How can we reach you with updates?
|
||||
placeholder: Email, Telegram handle, etc.
|
||||
Loading…
Add table
Add a link
Reference in a new issue