hsjobeki
|
341f444fa0
|
revert bd3861c580
revert Merge pull request 'Remove clanModules/*' (#4202) from remove-modules into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4202
See: https://git.clan.lol/clan/clan-core/issues/4365
Not all modules are migrated.
If they are not migrated, we need to write migration docs and please display the link to the migration docs
|
2025-07-15 17:51:36 +00:00 |
|
pinpox
|
0e53499f40
|
Remove clanModules
|
2025-07-15 11:53:32 +02:00 |
|
Michael Hoang
|
ea1df1e9f4
|
treewide: don't generate SSH keys with builder hostname
|
2025-07-07 14:39:57 +10:00 |
|
Johannes Kirschbauer
|
a89502e47f
|
clanServices: add flake level exports
|
2025-07-01 16:54:19 +02:00 |
|
pinpox
|
c7afab9d92
|
Add deprecation warnings to all clanModules
|
2025-06-26 10:35:47 +02:00 |
|
pinpox
|
64c339dafe
|
modules/borgbackup: migrate to clanServices
Migrates the borgbackup module to clanServices, preserving it's original
configuration syntax and functionality
|
2025-06-02 16:12:37 +02:00 |
|
DavHau
|
f58a729c43
|
vars: fix spelling in docs
|
2025-05-31 11:13:17 +07:00 |
|
RTUnreal
|
2a2b8fb947
|
clanModules/borgbackup: fix shellcheck errors
|
2025-04-09 19:44:00 +02:00 |
|
Pablo Ovelleiro Corral
|
038083bece
|
Migrate borgbackup module to vars
|
2025-01-16 13:14:24 +01:00 |
|
Johannes Kirschbauer
|
d46ffe9f4a
|
Chore:_migrate 'machineName' to 'settings.machine.name'
|
2024-12-31 14:55:50 +01:00 |
|
Johannes Kirschbauer
|
315be52e34
|
Chore: init settings submdule, move clanDir into settings submodule
|
2024-12-31 14:18:09 +01:00 |
|
Jörg Thalheim
|
077f5415b0
|
borgbackup: use writeShellApplication
|
2024-12-24 07:29:50 +01:00 |
|
Jörg Thalheim
|
50c52dd099
|
borgbackup: make restore less verbose
|
2024-12-24 07:12:54 +01:00 |
|
Jörg Thalheim
|
316478087a
|
borgbackup: avoid broken pipe
|
2024-12-24 07:12:54 +01:00 |
|
Jörg Thalheim
|
ed11bff94f
|
borgbackup-list: use pipefail
|
2024-12-24 07:11:00 +01:00 |
|
Jörg Thalheim
|
c0ff99863d
|
borgbackup-list: fix empty backup case
|
2024-12-24 07:11:00 +01:00 |
|
Jörg Thalheim
|
98125a34b4
|
clanModules/borgbackup: make backup directory configurable
This is useful if your have external storage for it.
|
2024-12-19 20:22:49 +01:00 |
|
Johannes Kirschbauer
|
db2882dba5
|
Inventory/interface: optional instances, allow to use modules without inventory
|
2024-10-02 11:01:06 +02:00 |
|
Johannes Kirschbauer
|
f417a5bc0d
|
Inventory/borgbackup: fixup structure
|
2024-10-02 10:01:45 +02:00 |
|
Johannes Kirschbauer
|
978c3c21d4
|
Inventory/modules: use explicit roles only
|
2024-10-02 10:01:44 +02:00 |
|
Johannes Kirschbauer
|
72f79dee37
|
Inventory: docs improvements
|
2024-09-16 22:52:40 +02:00 |
|
a-kenji
|
ee0d8a352e
|
clanModules/borgbackup: fix borgbackup documentation
|
2024-09-16 12:04:33 +00:00 |
|
Johannes Kirschbauer
|
a8886e9e2f
|
Python Inventory classes: Auto-update
|
2024-07-24 10:37:19 +02:00 |
|
Jörg Thalheim
|
afffbec98b
|
borgbackup: add exclude option
|
2024-07-21 19:08:26 +02:00 |
|
Jörg Thalheim
|
842748cc17
|
borgbackup/server: warning if a machine does not have a secret generated yet.
|
2024-07-17 16:00:07 +02:00 |
|
Johannes Kirschbauer
|
2996ab5941
|
api: clan Modules add readme content
|
2024-07-02 11:45:48 +02:00 |
|
Johannes Kirschbauer
|
17532e999f
|
API: add clanModules list and details test
|
2024-06-25 21:31:44 +02:00 |
|
Johannes Kirschbauer
|
cbb78ca1ae
|
ClanModules: Add docs and api to retrieve metadata
|
2024-06-25 21:17:01 +02:00 |
|
Johannes Kirschbauer
|
25024aba95
|
Add settings.json back
|
2024-06-25 12:23:29 +00:00 |
|
Johannes Kirschbauer
|
4bf862eb27
|
Docs: add inventory module docs
|
2024-06-25 12:23:29 +00:00 |
|
Johannes Kirschbauer
|
9304afaa44
|
Inventory: simplify build-clan interface
|
2024-06-25 12:23:29 +00:00 |
|
Johannes Kirschbauer
|
0d4928ab73
|
Inventory: init module merge & validation logic for inventory
|
2024-06-25 12:23:29 +00:00 |
|
Johannes Kirschbauer
|
eb221244e6
|
Extend build-clan interface
|
2024-06-25 12:23:29 +00:00 |
|
Johannes Kirschbauer
|
4db65921fe
|
inventory: rename clan.services
|
2024-06-25 12:23:29 +00:00 |
|
Johannes Kirschbauer
|
1b226c9e09
|
update inventory implementation
|
2024-06-25 12:23:29 +00:00 |
|
Jörg Thalheim
|
e68ebc8d6c
|
clan.core.state: wrap all commands in shell scripts
Otherwise we cannot execute them via ssh and also have nix store
dependencies.
|
2024-06-19 17:54:46 +02:00 |
|
DavHau
|
4db2e8303f
|
refactor: rename clanCore -> clan.core
|
2024-06-18 18:32:40 +07:00 |
|
a-kenji
|
b4e5b44a76
|
borbackup: set IdentitiesOnly=Yes
Since `borgbackup` is run as root user it might try other ssh keys.
|
2024-06-10 14:09:14 +00:00 |
|
Jörg Thalheim
|
0042663673
|
borgbackup: move preBackupScript to a different systemd context
|
2024-06-10 15:17:46 +02:00 |
|
Jörg Thalheim
|
46530a0a9c
|
postgresql: add backup and restore
|
2024-06-06 14:28:50 +02:00 |
|
Jörg Thalheim
|
4822fbc80e
|
add postgresql backup hooks
|
2024-06-06 13:27:30 +02:00 |
|
a-kenji
|
07c645214f
|
borgbackup: try to fix
|
2024-06-04 16:27:53 +02:00 |
|
Qubasa
|
4baa36a40b
|
Move vm clanModules to lib
|
2024-05-02 16:34:25 +02:00 |
|
Qubasa
|
142a6036fb
|
Add description field to function-schema
|
2024-05-02 16:34:25 +02:00 |
|