gremlin: deploy log stash @ 632c0cc
This commit is contained in:
parent
080892e719
commit
b9c843fb52
1 changed files with 28 additions and 0 deletions
28
Logs/stash.md
Normal file
28
Logs/stash.md
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Deploy Log — stash
|
||||
|
||||
| Timestamp | Commit | Branch | Pusher | Outcome | Node | Volumes |
|
||||
|---|---|---|---|---|---|---|
|
||||
| 2026-05-06 20:44 UTC | 632c0cc | master | traveler | ✅ deployed (override) | znas | 5 vol(s), 5 ⚠️ |
|
||||
|
||||
**2026-05-06 20:44 UTC** — ✅ deployed (override)
|
||||
```
|
||||
stash deployed on znas
|
||||
Branch: master
|
||||
Pushed by: traveler
|
||||
SHA: 632c0cc
|
||||
Override: compose/znas/stash-override.yaml
|
||||
Gatus monitors: stash
|
||||
Caddy entries: stash.netgrimoire.net
|
||||
|
||||
Manual permission fixes needed on znas:
|
||||
• /DockerVol/Stash/config (current: root:root (755))
|
||||
sudo chown -R 1964:1964 /DockerVol/Stash/config && sudo chmod -R 775 /DockerVol/Stash/config
|
||||
• /data/nfs/znas/Green (current: dockhand:docker (775))
|
||||
sudo chown -R 1964:1964 /data/nfs/znas/Green && sudo chmod -R 775 /data/nfs/znas/Green
|
||||
• /DockerVol/Stash/metadata (current: root:root (755))
|
||||
sudo chown -R 1964:1964 /DockerVol/Stash/metadata && sudo chmod -R 775 /DockerVol/Stash/metadata
|
||||
• /DockerVol/Stash/cache (current: dockhand:docker (775))
|
||||
sudo chown -R 1964:1964 /DockerVol/Stash/cache && sudo chmod -R 775 /DockerVol/Stash/cache
|
||||
• /DockerVol/Stash/generated (current: root:root (755))
|
||||
sudo chown -R 1964:1964 /DockerVol/Stash/generated && sudo chmod -R 775 /DockerVol/Stash/generated
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue