ivanch
dcbb8eddc2
feat(k8s): back up control plane configuration
Check scripts syntax / check-scripts-syntax (push) Successful in 2s
Test Kubernetes backup scripts / test-automated-nfs-backup (push) Successful in 3s
Test Kubernetes backup scripts / test-k3s-control-plane-config-backup (push) Successful in 3s
2026-07-21 15:52:43 -03:00
ivanch
8db1db888f
adding api/v2 endpoints
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
Haven Notify Build and Deploy / Test Haven Notify (push) Successful in 46s
Haven Notify Build and Deploy / Build Haven Notify Image (PR) (push) Has been skipped
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 20s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 3s
2026-07-16 09:51:53 -03:00
ivanch
f202be458a
Merge pull request 'adding test containers' ( #1 ) from test/add-test-containers into main
...
Check scripts syntax / check-scripts-syntax (push) Successful in 2s
Test automated-nfs-backup / test-automated-nfs-backup (push) Successful in 3s
Haven Notify Build and Deploy / Test Haven Notify (push) Successful in 37s
Haven Notify Build and Deploy / Build Haven Notify Image (PR) (push) Has been skipped
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 30s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 2s
Reviewed-on: #1
2026-07-16 12:22:58 +00:00
ivanch
3587950013
fixing pipeline
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
Test automated-nfs-backup / test-automated-nfs-backup (push) Successful in 3s
Haven Notify Build and Deploy / Test Haven Notify (pull_request) Successful in 1m11s
Haven Notify Build and Deploy / Build Haven Notify Image (pull_request) Has been skipped
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (pull_request) Has been skipped
Haven Notify Build and Deploy / Build Haven Notify Image (PR) (pull_request) Successful in 10s
2026-07-16 09:17:40 -03:00
ivanch
b1cdf15cc8
adding test containers
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
Test automated-nfs-backup / test-automated-nfs-backup (push) Successful in 4s
Haven Notify Build and Deploy / Build Haven Notify Image (pull_request) Has been cancelled
Haven Notify Build and Deploy / Build Haven Notify Image (PR) (pull_request) Has been cancelled
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (pull_request) Has been cancelled
Haven Notify Build and Deploy / Test Haven Notify (pull_request) Has been cancelled
2026-07-16 09:14:51 -03:00
ivanch
0043c4ae00
changing ci pipelines to runner-slim image
Check scripts syntax / check-scripts-syntax (push) Successful in 7s
Test automated-nfs-backup / test-automated-nfs-backup (push) Successful in 8s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 30s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 3s
2026-07-15 06:23:40 -03:00
ivanch
45556833c0
removing default from excluded namespaces
Check scripts syntax / check-scripts-syntax (push) Successful in 28s
Test automated-nfs-backup / test-automated-nfs-backup (push) Successful in 29s
2026-07-15 06:21:31 -03:00
ivanch
43351abb11
k8s nfs backup: add rsync staging path and per-run staging cleanup
...
Check scripts syntax / check-scripts-syntax (push) Successful in 7s
Test automated-nfs-backup / test-automated-nfs-backup (push) Successful in 8s
- Add BACKUP_STAGING_PATH + RSYNC_BIN for staging before archive
- Add cleanup_run_staging to EXIT trap to remove staging dir
- Extend test harness for staging scenarios
2026-07-14 09:36:39 -03:00
ivanch
2bd9e90f00
k8s nfs backup: exclude namespaces from scaling, isolate per-run state, harden failure handling
...
Check scripts syntax / check-scripts-syntax (push) Successful in 7s
Test automated-nfs-backup / test-automated-nfs-backup (push) Successful in 7s
- Add EXCLUDED_NAMESPACES (default kube-system,kube-public,kube-node-lease,default); excluded folders are backed up but never scaled
- Use a per-run state dir via mktemp -d so stale .state files from an earlier run can't leak into restores
- Partial folder-backup failure now exits 0 (only zero successes fails); retention runs even on partial failure
- Remove dead SCALE_TIMEOUT_SECONDS config; document SCALE_WAIT_SECONDS
- Add .gitattributes to keep *.sh at LF
- Extend test harness to 44 passing assertions covering exclusions, per-run state, partial/all-failed/empty scenarios
2026-07-14 09:02:06 -03:00
ivanch
91572e4819
ci: align workflows with pipeline-actions composite actions
...
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
Test automated-nfs-backup / test-automated-nfs-backup (push) Successful in 3s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 22s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 10s
- haven-notify.yaml: replace hand-rolled build+deploy (broken
docker/build-push-action remote-builder path) with pipeline-actions
build-and-push + deploy-restart; full Gitea uses: URLs; ubuntu-amd64.
- main.yaml / test-automated-nfs-backup.yaml: runner label
ubuntu-latest -> ubuntu-amd64.
- haven-notify/README.md: point to infra/haven-notify.yaml in the
haven repo; fix secret name to discord-webhook/HAVEN_WEBHOOK_URL.
2026-07-13 12:06:50 -03:00
ivanch
9639c90799
ci: align workflows with pipeline-actions; move haven-notify spec to haven
...
Check scripts syntax / check-scripts-syntax (push) Successful in 2s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Has been cancelled
Haven Notify Build and Deploy / Build Haven Notify Image (push) Has been cancelled
- haven-notify.yaml: replace hand-rolled build+deploy (broken
docker/build-push-action remote-builder path) with pipeline-actions
build-and-push + deploy-restart composite actions; full Gitea uses:
URLs; ubuntu-amd64 runner label.
- main.yaml / test-automated-nfs-backup.yaml: fix runner label
ubuntu-latest -> ubuntu-amd64.
- Remove haven-notify/deploy manifest; it now lives in the haven
homelab repo at infra/haven-notify.yaml. Update README accordingly.
2026-07-13 12:06:35 -03:00
ivanch
d5fb0b7df6
small things
2026-07-13 09:34:57 -03:00
ivanch
7b46d789ed
refactor: make NFS backup script testable with minimal config vars, add test harness + Gitea workflow, address review nits
Test automated-nfs-backup / test-automated-nfs-backup (push) Successful in 28s
Check scripts syntax / check-scripts-syntax (push) Successful in 1m2s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 2m5s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Failing after 23s
2026-07-13 08:59:38 -03:00
ivanch
d78c4946bd
Combine update.sh + clean.sh into housekeeping.sh with subcommand dispatch
...
Check scripts syntax / check-scripts-syntax (push) Successful in 38s
- Merges both scripts into a single unified housekeeping.sh
- Subcommands: update, clean, omz, all (default)
- New 'omz' command: runs 'omz update' with safe fallback if not installed
- Unknown subcommands print usage and exit 0
- Shared utility functions defined once at top
- Preserves all existing OS detection, cleanup, and reporting logic
2026-07-05 13:09:20 -03:00
ivanch
4cdb79dcd5
Merge branch 'main' of git.ivanch.me:ivanch/server-scripts
Check scripts syntax / check-scripts-syntax (push) Successful in 4s
2026-07-04 20:21:13 -03:00
ivanch
94deda4372
simplifying automated nfs backup
2026-07-04 20:21:10 -03:00
ivanch
8f701dc5c8
Fix bash syntax error in backup_folder return logic
...
Check scripts syntax / check-scripts-syntax (push) Successful in 31s
The arithmetic test `(( rc == 0 || (rc == 1 && -z "$filtered_output") ))`
breaks the bash parser when filtered_output is a multiline string. Split
the test so the -z check runs in a [[ ]] context instead.
2026-06-27 12:39:14 -03:00
ivanch
2ce71f4fc1
add update.sh: OS detection + package list update
...
Check scripts syntax / check-scripts-syntax (push) Successful in 41s
- New update.sh: detects Alpine, Arch, Debian/Ubuntu, RHEL/Fedora/CentOS,
openSUSE, Void, Gentoo and updates the package index only (no upgrades)
- clean.sh fixes:
- Fix ((cleaned_count++)) exiting under set -e on first successful rm
- Stop recursively deleting /var/cache and /root/.cache wholesale
- Add CACHE_RETENTION_DAYS (7d) — clean_directory now only deletes
files older than retention period instead of wiping everything
- Remove dangerous rm -rf fallback in clean_directory
- Narrow CACHE_DIRS to /var/cache/apt instead of /var/cache
- Fix /home/*/.cache pattern to only target pip/npm caches
2026-06-25 19:42:51 -03:00
ivanch
2f2ad759c1
more fixes
Check scripts syntax / check-scripts-syntax (push) Successful in 4s
2026-06-21 12:50:29 -03:00
ivanch
7ac6d16180
fixes and improves
Check scripts syntax / check-scripts-syntax (push) Successful in 40s
2026-06-21 12:09:14 -03:00
ivanch
36a0444344
updating script
Check scripts syntax / check-scripts-syntax (push) Successful in 40s
2026-06-20 18:53:59 -03:00
ivanch
941b0f97e3
fixing script
Check scripts syntax / check-scripts-syntax (push) Successful in 42s
2026-06-16 08:50:10 -03:00
ivanch
4149e15fea
small changes
Check scripts syntax / check-scripts-syntax (push) Successful in 30s
2026-05-26 20:05:12 -03:00
ivanch
2de4ca75a1
fixing counter
Check scripts syntax / check-scripts-syntax (push) Successful in 50s
2026-05-26 15:50:10 -03:00
ivanch
4870ede3ad
adding k8s pack
Check scripts syntax / check-scripts-syntax (push) Successful in 34s
2026-05-21 12:45:07 -03:00
ivanch
9db7273ae9
removing dns override options
Check scripts syntax / check-scripts-syntax (push) Successful in 23s
2026-05-16 11:29:32 -03:00
ivanch
4976227ce8
updating dns override
Check scripts syntax / check-scripts-syntax (push) Successful in 4s
2026-05-16 11:16:59 -03:00
ivanch
c800ec1888
adding dns override
Check scripts syntax / check-scripts-syntax (push) Successful in 41s
2026-05-16 11:09:03 -03:00
ivanch
253c8abee3
removing QEMU requirement
Check scripts syntax / check-scripts-syntax (push) Successful in 7s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 36s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 11s
2026-03-13 22:45:07 -03:00
ivanch
6650a615a5
fixing logo placement
Check scripts syntax / check-scripts-syntax (push) Successful in 42s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 12m29s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 18s
2025-10-06 22:14:42 -03:00
ivanch
b1fb0889a4
updating things again
Check scripts syntax / check-scripts-syntax (push) Successful in 1s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 12m19s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 18s
2025-09-20 20:56:23 -03:00
ivanch
61ade81d39
updating things
Check scripts syntax / check-scripts-syntax (push) Successful in 35s
2025-09-20 20:53:54 -03:00
ivanch
96548f4773
small adjustments
Check scripts syntax / check-scripts-syntax (push) Successful in 36s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 10m45s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 19s
2025-09-07 11:19:56 -03:00
ivanch
c34ee5185d
fixing docker update
Check scripts syntax / check-scripts-syntax (push) Successful in 2s
2025-08-24 21:07:13 -03:00
ivanch
1489062943
removing auto update
Check scripts syntax / check-scripts-syntax (push) Successful in 36s
2025-08-24 20:59:49 -03:00
ivanch
eb8ca78f4f
tweaks to the scripts
Check scripts syntax / check-scripts-syntax (push) Successful in 41s
2025-08-24 20:55:14 -03:00
ivanch
45567b2242
updating templates
Check scripts syntax / check-scripts-syntax (push) Successful in 2s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 10m0s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 11s
2025-08-23 22:01:01 -03:00
ivanch
b0324ac9d8
forgot copy
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 10m0s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Failing after 17s
2025-08-23 21:36:32 -03:00
ivanch
06cf78a4a6
adding error & deploy notification
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 10m1s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Failing after 11s
2025-08-23 20:44:32 -03:00
ivanch
cd57837696
templates + arm64 build (slow)
Check scripts syntax / check-scripts-syntax (push) Successful in 36s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 10m5s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 17s
2025-08-23 20:27:49 -03:00
ivanch
cedc435df0
maybe this gon work
Check scripts syntax / check-scripts-syntax (push) Successful in 6s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Successful in 32s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 22s
2025-08-22 22:35:50 -03:00
ivanch
aa7a9b8548
back to only amd64
Check scripts syntax / check-scripts-syntax (push) Successful in 7s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Failing after 20s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Has been skipped
2025-08-22 22:33:09 -03:00
ivanch
11e2a28bd4
removing crossbuild on docker
Check scripts syntax / check-scripts-syntax (push) Successful in 7s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Failing after 11m14s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Has been skipped
2025-08-22 22:00:11 -03:00
ivanch
8b52bd2c45
yet anoter retry
Check scripts syntax / check-scripts-syntax (push) Successful in 7s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Has been cancelled
Haven Notify Build and Deploy / Build Haven Notify Image (push) Has been cancelled
2025-08-22 21:50:20 -03:00
ivanch
442ff12039
new try
Check scripts syntax / check-scripts-syntax (push) Successful in 6s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Has been cancelled
Haven Notify Build and Deploy / Build Haven Notify Image (push) Has been cancelled
2025-08-22 21:41:31 -03:00
ivanch
12920c10d4
anoter retry
Check scripts syntax / check-scripts-syntax (push) Successful in 6s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Has been cancelled
Haven Notify Build and Deploy / Build Haven Notify Image (push) Has been cancelled
2025-08-22 21:32:27 -03:00
ivanch
99e110afb3
removing arch from go build
Check scripts syntax / check-scripts-syntax (push) Successful in 1m7s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Failing after 13m14s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 24s
2025-08-22 21:08:28 -03:00
ivanch
8108ca7e7b
add setup for buildx
Check scripts syntax / check-scripts-syntax (push) Successful in 8s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 24s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Has been cancelled
2025-08-21 22:06:25 -03:00
ivanch
100262513b
Improvements for haven-notify
Check scripts syntax / check-scripts-syntax (push) Successful in 1m19s
Haven Notify Build and Deploy / Build Haven Notify Image (push) Failing after 1m51s
Haven Notify Build and Deploy / Deploy Haven Notify (internal) (push) Successful in 33s
2025-08-21 21:11:22 -03:00
ivanch
7520d70ce9
things
2025-08-17 12:40:37 -03:00
ivanch
7016ced89e
improving backup.sh
Check scripts syntax / check-scripts-syntax (push) Successful in 2s
2025-08-16 22:58:36 -03:00
ivanch
928605a696
fixing URL
Check scripts syntax / check-scripts-syntax (push) Successful in 4s
2025-08-16 22:53:15 -03:00
ivanch
b75240c693
trying to fix arch :c
Check scripts syntax / check-scripts-syntax (push) Successful in 4s
Haven Notify Build and Deploy / Build Haven Notify Image (amd64) (push) Successful in 16s
Haven Notify Build and Deploy / Deploy Haven Notify (push) Successful in 11s
2025-08-16 22:51:35 -03:00
ivanch
9ab518e149
improving dockerfile
Check scripts syntax / check-scripts-syntax (push) Successful in 2s
Haven Notify Build and Deploy / Build Haven Notify Image (amd64) (push) Successful in 24s
Haven Notify Build and Deploy / Deploy Haven Notify (push) Successful in 10s
2025-08-16 22:48:14 -03:00
ivanch
89f0afe334
improving logging
Check scripts syntax / check-scripts-syntax (push) Successful in 4s
Haven Notify Build and Deploy / Build Haven Notify Image (amd64) (push) Successful in 20s
Haven Notify Build and Deploy / Deploy Haven Notify (push) Successful in 10s
2025-08-16 22:46:02 -03:00
ivanch
018a4a5d60
updating haven notify
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
Haven Notify Build and Deploy / Build Haven Notify Image (amd64) (push) Successful in 15s
Haven Notify Build and Deploy / Deploy Haven Notify (push) Successful in 11s
2025-08-16 22:41:41 -03:00
ivanch
cbd813a76e
whoops
Check scripts syntax / check-scripts-syntax (push) Successful in 2s
Haven Notify Build and Deploy / Build Haven Notify Image (amd64) (push) Successful in 18s
Haven Notify Build and Deploy / Deploy Haven Notify (push) Successful in 11s
2025-08-16 22:38:07 -03:00
ivanch
5f77376a46
updating backup.sh
Check scripts syntax / check-scripts-syntax (push) Successful in 2s
2025-08-16 22:35:10 -03:00
ivanch
a32bcb34a3
haven notify!
Check scripts syntax / check-scripts-syntax (push) Successful in 2s
Haven Notify Build and Deploy / Build Haven Notify Image (amd64) (push) Successful in 24s
Haven Notify Build and Deploy / Deploy Haven Notify (push) Successful in 10s
2025-08-16 22:31:54 -03:00
ivanch
20ef0eb4b5
haven notify only for amd64
2025-08-16 22:31:41 -03:00
ivanch
6879e4d2bf
pipe
Check scripts syntax / check-scripts-syntax (push) Successful in 4s
Haven Notify Build and Deploy / Build Haven Notify Image (amd64) (push) Successful in 15s
Haven Notify Build and Deploy / Deploy Haven Notify (push) Successful in 10s
2025-08-16 22:30:04 -03:00
ivanch
a7fcd1b4fe
pipe
Check scripts syntax / check-scripts-syntax (push) Successful in 4s
Haven Notify Build and Deploy / Build Haven Notify Image (amd64) (push) Successful in 9s
Haven Notify Build and Deploy / Build Haven Notify Image (arm64) (push) Successful in 2m23s
Haven Notify Build and Deploy / Deploy Haven Notify (push) Failing after 49s
2025-08-16 22:24:25 -03:00
ivanch
ee03aff009
pipe
Check scripts syntax / check-scripts-syntax (push) Successful in 4s
2025-08-16 22:16:55 -03:00
ivanch
65efcc4709
pipe
Check scripts syntax / check-scripts-syntax (push) Successful in 1s
2025-08-16 22:08:56 -03:00
ivanch
4b323f5833
pipe
Check scripts syntax / check-scripts-syntax (push) Successful in 4s
2025-08-16 22:07:31 -03:00
ivanch
7c01b5c8af
fixing pipe lol
Check scripts syntax / check-scripts-syntax (push) Successful in 52s
2025-08-16 22:03:52 -03:00
ivanch
b5bbe2628e
fixing pipe
Check scripts syntax / check-scripts-syntax (push) Successful in 1s
2025-08-16 22:00:25 -03:00
ivanch
72ec3e2477
haven notify :)
Check scripts syntax / check-scripts-syntax (push) Successful in 37s
Haven Notify Build and Deploy / build_haven_notify (push) Failing after 3m30s
Haven Notify Build and Deploy / deploy_haven_notify (push) Has been skipped
2025-08-16 21:53:37 -03:00
ivanch
df11d9dcf8
🤓
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
2025-07-31 21:15:51 -03:00
ivanch
76aaf0180c
lol
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
2025-07-31 21:10:44 -03:00
ivanch
31e94b1f2e
fixing good
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
2025-07-31 21:09:25 -03:00
ivanch
d8f0e0e8ee
fix?
Check scripts syntax / check-scripts-syntax (push) Successful in 30s
2025-07-31 21:06:12 -03:00
ivanch
bb0f653ac5
scripts v2.0
Check scripts syntax / check-scripts-syntax (push) Successful in 35s
2025-07-31 21:02:06 -03:00
ivanch
68511a6915
fixing crontab
Check scripts syntax / check-scripts-syntax (push) Successful in 35s
2025-07-31 20:48:10 -03:00
ivanch
b54fcffb66
fixing too many arguments
Check scripts syntax / check-scripts-syntax (push) Successful in 22s
2025-07-26 22:15:42 -03:00
ivanch
f851a95bdf
some tweaks lol
Check scripts syntax / check-scripts-syntax (push) Successful in 22s
2025-07-26 22:13:44 -03:00
ivanch
cc416e5cd9
more updates lol
Check scripts syntax / check-scripts-syntax (push) Successful in 22s
2025-07-26 22:05:36 -03:00
ivanch
78b706223d
reorder again
Check scripts syntax / check-scripts-syntax (push) Successful in 22s
2025-07-26 21:56:37 -03:00
ivanch
8c0235ebf2
updating script
Check scripts syntax / check-scripts-syntax (push) Successful in 22s
2025-07-26 21:55:47 -03:00
ivanch
1d6dae86a7
creating more backup scripts!
Check scripts syntax / check-scripts-syntax (push) Successful in 1m23s
2025-07-26 21:49:29 -03:00
ivanch
3efec2a3b3
updating crontab for backup to match with the rest
2025-07-26 21:49:20 -03:00
ivanch
ccf59ce521
rolling back previous changes
Check scripts syntax / check-scripts-syntax (push) Successful in 22s
2025-07-26 14:09:55 -03:00
ivanch
59213e254f
talvez funcione
Check scripts syntax / check-scripts-syntax (push) Successful in 22s
2025-07-26 14:07:05 -03:00
ivanch
819816572e
menu for file selection
Check scripts syntax / check-scripts-syntax (push) Successful in 22s
2025-07-26 14:04:03 -03:00
ivanch
e7b45891c7
test 2
Check scripts syntax / check-scripts-syntax (push) Successful in 22s
2025-07-26 14:01:21 -03:00
ivanch
c0d9d57e3b
test
Check scripts syntax / check-scripts-syntax (push) Successful in 22s
2025-07-26 13:57:52 -03:00
ivanch
974256860c
new nas
Check scripts syntax / check-scripts-syntax (push) Successful in 1m34s
2025-07-26 13:50:37 -03:00
ivanch
3238d5caee
changing backup NAS dir
Check scripts syntax / check-scripts-syntax (push) Successful in 36s
2025-05-27 22:00:42 -03:00
ivanch
7b45d42daf
improving docker updater
Check scripts syntax / check-scripts-syntax (push) Successful in 35s
2025-05-24 00:48:39 -03:00
ivanch
d54cbdced3
fixing scripts downloader
2025-05-24 00:45:16 -03:00
ivanch
0ae0a948c2
fixing file selection
Check scripts syntax / check-scripts-syntax (push) Successful in 2s
2025-05-18 11:43:55 -03:00
ivanch
5cb89839af
fixing small issue with script
Check scripts syntax / check-scripts-syntax (push) Successful in 38s
2025-05-17 21:48:10 -03:00
ivanch
9308d45255
fixes for docker updater
Check scripts syntax / check-scripts-syntax (push) Successful in 37s
2025-05-02 22:02:01 -03:00
ivanch
917fbd44fb
add user prompt for file selection in download script
2025-02-20 18:51:12 -03:00
ivanch
8902c038c2
update backup cron job to run at 1 AM
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
2025-01-24 23:28:42 -03:00
ivanch
b54222eb23
fixing crontab again phew
Check scripts syntax / check-scripts-syntax (push) Successful in 35s
2025-01-06 21:07:46 -03:00
ivanch
97010d71ff
fixing crontab lol
Check scripts syntax / check-scripts-syntax (push) Successful in 2s
2024-12-29 15:38:04 -03:00
ivanch
80a1ad59cf
fixing docker update issues haha
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
2024-12-28 22:13:11 -03:00
ivanch
00c4f5ceed
fixing docker updater
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
2024-12-28 22:07:04 -03:00
ivanch
84b0ce6cca
correcting exit code
Check scripts syntax / check-scripts-syntax (push) Successful in 3s
2024-12-28 21:59:33 -03:00