CyberShell
CyberShell pushed to develop at CyberShell/backy 2025-07-04 15:22:48 +00:00
b91cf18b04 change file
CyberShell pushed to develop at CyberShell/backy 2025-07-04 14:02:41 +00:00
305b504ca1 tests: beginning of tests using Docker
CyberShell pushed to master at CyberShell/andrewnw.xyz 2025-07-01 14:01:41 +00:00
c8242f6978 automatic deployment
CyberShell pushed to master at CyberShell/andrewnw.xyz 2025-07-01 13:57:32 +00:00
b1fe54e011 automatic deployment
CyberShell pushed to master at CyberShell/andrewnw.xyz 2025-05-23 17:58:23 +00:00
3e4c0b51ef automatic deployment
CyberShell opened issue CyberShell/backy#18 2025-04-21 02:32:57 +00:00
List file creates problem with two main config files in same directory
CyberShell opened issue CyberShell/backy#17 2025-04-05 17:43:22 +00:00
Allow dynamic injection of HTTP notification headers for notifications
CyberShell pushed to master at CyberShell/andrewnw.xyz 2025-04-04 22:32:34 +00:00
68c2ee03c1 automatic deployment
CyberShell pushed to master at CyberShell/andrewnw.xyz 2025-04-04 22:19:00 +00:00
b01dfa3f3b automatic deployment
CyberShell pushed to master at CyberShell/andrewnw.xyz 2025-04-02 20:20:23 +00:00
865fe33057 automatic deployment
CyberShell commented on issue CyberShell/backy#16 2025-03-27 03:49:17 +00:00
Package version checking needs to be reworked

Version checking should be done in multiple ways.

  1. Locally using package cache
  2. Candidate (to-be installed) checked against installed
CyberShell pushed to master at CyberShell/andrewnw.xyz 2025-03-26 01:56:11 +00:00
80aa770c0d automatic deployment
CyberShell opened issue CyberShell/backy#16 2025-03-22 17:18:42 +00:00
Package version checking needs to be reworked
CyberShell pushed to develop at CyberShell/backy 2025-03-21 14:10:33 +00:00
7be2679b91 change: Commands: host can now be localhost or 127.0.0.1 to run commands locally
3c6e3ed914 v0.10.2
Compare 2 commits »
CyberShell released v0.10.2 at CyberShell/backy 2025-03-20 03:53:37 +00:00
CyberShell pushed tag v0.10.2 to CyberShell/backy 2025-03-20 03:42:58 +00:00
CyberShell pushed to master at CyberShell/backy 2025-03-20 03:42:53 +00:00
3c6e3ed914 v0.10.2
02bc040e2a v0.10.2
9f1f36215a v0.10.2
ff75f4bbcd feat: add variable support
5f40713e98 feat: add variable support
Compare 10 commits »
CyberShell pushed to develop at CyberShell/backy 2025-03-20 03:41:34 +00:00
02bc040e2a v0.10.2
9f1f36215a v0.10.2
Compare 2 commits »
CyberShell pushed to develop at CyberShell/backy 2025-03-17 04:43:21 +00:00
ff75f4bbcd feat: add variable support
5f40713e98 feat: add variable support
Compare 2 commits »
CyberShell commented on issue CyberShell/backy#15 2025-03-16 20:54:57 +00:00
Type: file
type: file
src: path/to/nginx.conf
dst: /etc/nginx/nginx.conf
mode: 0700
templates: 
  vars: path/to/varfile
  file: path/to/nginx.temp

If vars are not…